div tag inside a table

Asked By selva kumar
30-Jul-10 06:40 AM
Earn up to 0 extra points for answering this tough question.
Hi.,
is it possible to keep div tag inside a table control.and will it work properly?

Thanks and Regards

K.Selva

  re: div tag inside a table

Sasha Kotlo replied to selva kumar
30-Jul-10 06:46 AM
Yes it's possible. What do you mean work properly?

  re: div tag inside a table

Anand Malli replied to selva kumar
30-Jul-10 06:49 AM
Yes why not you can put <div> inside the <table>,but later you may face some issue of rendering for div content,but it depends on where excatly you have taken your div in table

try it yourself,it will work

let me know
thxs

  re: div tag inside a table

selva kumar replied to Sasha Kotlo
30-Jul-10 07:31 AM
Thanks for quick reply
What do you mean work properly?- i meant does it make any alignment change in later section?
  re: div tag inside a table
Sasha Kotlo replied to selva kumar
30-Jul-10 07:34 AM
Well that really depends selva. What are you planning to store inside the div itself? And why do you actually need a div inside a table at all? But generally it may or may not create alignment problems later on (it purely depends on what you plan to put inside of it).

Regards.
  re: div tag inside a table
selva kumar replied to Sasha Kotlo
30-Jul-10 07:58 AM
hi.,
 thanks for this reply. now got idea.

With regards
Selva.
Create New Account
how to keep scrollbar for repeater in asp.net? how to keep scrollbar for repeater in asp.net? Place repeater control inside a div tag <div style = "width:980px; overflow:scroll; height:500px"> <repeater div> You need to keep the repeater control inside a div tag, which will add the scroll bar to the repeater control
ASP.NET 4.0 FAQ Part-1 This FAQ is about the new and enhanced features of ASP.NET 4.0 along with other technical details. It discusses all the New features in ASP.NET 4.0 and some of the features of Visual Studio be kept as a handbook for referring new features of ASP.NET 4.0. It is given in simpler manner without digging hence can be remembered easily. Thanks and Regards, www.CodeCollege.NET 1. How will you make an application auto-startable in asp.net 4.0? To use the auto-start feature, an
DIV> tag I have a div tag on my asp.net page. It encompasses a couple of server side controls. But this div tag does not have the runat = server attribute attached to it all of the controls that get disabled are under the div tag. A css stylesheet style is also attached to the div
Integrating Appointment created in asp.net with outlook calendar Hi friends, I have created an appointment Dinesh hi. . Code It To show how to create an ASP.NET Web site that has the ability to create and send appointment, this article walks through three key steps: • Creating an ASP.NET 2.0 Web Site project in Visual Studio 2005. • Creating the Internet Calendar appointment creation and sending functionality. Creating an ASP.NET 2.0 Web Site Project in Visual Studio 2005 Visual enables you to create a Web site by using the ASP.NET Web Site template. To create an ASP.NET Web Site
mouseout Hello All, I am currently working on Menus in asp.net 2.0. I have make it by using DIV tag. I am just displaying a DIV tag on mouse move of main menu. And on mouseout i am just hiding that DIV tag. Its working fine. But the problem comes when user moves into DIV that DIV hides as mouseout of mainmenu gets fired. For that i
Localization (C#.NET + ASP.NET) Dear All., I am creating a website in which i to easily add / remove / update any resource key in any ASP.NET resource file (.resx). In addition, Visual Studio 2005 makes generating you can combine all common resource keys used by several ASP.NET web forms into a single resource file. The above tools it is to generate a local resource file for any ASP.NET web form. By local resource we mean that a single file is in a many to 1 relationship with the ASP.NET web form. In other words, if you have a
in a datalist. . . . hi. . Print a DataGrid Alone from an ASP.NET Web Page Ever wanted to print a DataGrid alone from an ASP.NET Web page? Put an <asp:DataGrid tag inside the tag does the trick. Here are the steps involved: • Enclose the <asp:datagrid> < / asp:datagrid> tag inside the <div> < / div> tag. • Write a JavaScript function which
Combine Classic ASP and ASP.NET Content with Invisible IFrames Combine Classic ASP and ASP.NET content Seamlessly with Invisible Blended IFrames by Peter A. Bromberg thirteen." - - George Orwell , "1984", first sentence A common challenge that ASP.NET developers must face is whether to convert entire sites running under technologies such as Classic ASP to ASP.NET. This is often a huge undertaking, and often with