Can we change the page layout in ASP.NET 2.0 as Grid Layout
like in previous version
Answers were Sorted based on User's Feedback
Answer / nitin
Yes From The IDE of Visual Studio net
There is Option by which you can change the layout of your
form
Select Tool Menu Item then
Select Option Item in Tool Menu then
IN HTML DESIGNER Node then
in CSS Positioning then
Then Select Changed Positioning and
Select select the Absolutely Positioned then Press OK
Is This Answer Correct ? | 14 Yes | 2 No |
Answer / addy
Vsual studio 2005 encourage Flow Layout where content grow
and shrink dynamically, but we can get back to grid layout
by inline CSS style, like-
<asp:Button id="btn" style="POSITION: absolute;left: 100px;
top:50px;.............../>
Is This Answer Correct ? | 7 Yes | 0 No |
You are planning the deployment of an ASP.NET application. The application uses a Visual Studio .NET component named DataAccess that will be shared with other applications on your Web server. You are using Visual Studio .NET to create a Windows Installer package. You need to deploy DataAccess and the ASP.NET application so that they can be uninstalled later of necessary. What should you do? A . Create a setup project for DataAccess. Add the ASP.NET application in a custom action. B . Create a setup project for the ASP.NET application. Create another setup project for DataAccess. C . Create a Web setup project for the ASP.NET application. Add a project output for DataAccess. D . Create a Web setup project for the ASP.NET application. Add a merge module for DataAccess.
Name the two properties are on every validation control?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
Define static constructor?
Where web.config file is used?
What is the DLL Hell Problem?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Explain about the Class view window?
Can u able to get the xml document in crystal report if yes how its possible
What is the difference between asp.net and mvc?
How can i include both C# and vb.net classes in same solution?
Difference between ASP & ASP.NET Session State