ASP.NET - div tag inside a table
Asked By selva kumar
30-Jul-10 06:40 AM
Hi.,
is it possible to keep div tag inside a table control.and will it work properly?
Thanks and Regards
K.Selva
Sasha Kotlo replied to selva kumar
Yes it's possible. What do you mean work properly?
Anand Malli replied to selva kumar
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
selva kumar replied to Sasha Kotlo
Thanks for quick reply
What do you mean work properly?- i meant does it make any alignment change in later section?
Sasha Kotlo replied to selva kumar
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.
selva kumar replied to Sasha Kotlo
hi.,
thanks for this reply. now got idea.
With regards
Selva.
in Sql server as var_name int How do you separate business logic while creating an ASP.NET application? There are two level of asp.net debugging 1. Page level debugging For this we have to edit the page level debugging The control itself will take care of the date display How can you deploy an asp.net application ? You can deploy an ASP.NET Web application using any one of the following three deployment options. a) Deployment using VS
authentication modes and its implementation in projects hi, i am doing a project in asp.net. . i want to use a authentication mode in this project.it is a educational based do some authentication in this project. How To: Use Forms Authentication with SQL Server in ASP.NET 2.0 patterns & practices Developer Center J.D. Meier, Alex Mackman, Blaine Wastell, Prashant Bansode, Andy Wigley, Kishore Gopalan Microsoft Corporation August 2005 Applies To • ASP.NET version 2.0 • SQL Server 2000 Summary This How To shows you how you can authentication, create the user store database, grant database access to your Web application account, configure ASP.NET membership settings, and set password complexity rules. Contents Objectives Overview Summary of Steps Step 1
faqs on masterpages Hi all, can anybody tell me the FAQs on Masterpages in asp.net. Thanks alot var Hi What are Master Pages in ASP.NET? or What is a Master Page? ASP.NET master pages allow you to create a consistent layout for the pages in your application pages element of the application's configuration file (Web.config), you can specify that all ASP.NET pages (.aspx files) in the application automatically bind to a master page. At the folder
com files 3. bind textbox of FileUpload Can any one help me? Uploading Files in ASP.NET 2.0 Summary: Learn how to use the new FileUpload server control in Microsoft ASP.NET 2.0. (18 printed pages) Contents Introduction An Example of the FileUpload Server Control Conclusion Introduction Ever since Microsoft ASP.NET was introduced with version 1.0, there has been the built-in means of building I previously wrote an MSDN article on how to effectively use this control in your ASP.NET applications. This article is a reintroduction to the file upload process, but instead of using
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 2010. It can be kept as a handbook for referring new features of ASP.NET 4.0. It is given in simpler manner without digging more into details and hence