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 |
Contrast OOP and SOA. What are tenets of each ?
if i have 1000 records and i want to access 20 ata time from SQL server, what will be the query?
IN an ASP.NET Web application if there is any error, how can you debug?
I am using ASP.Net 2.0. I added the following code in button_Click page. but 'PreviousPage' is not taking as a keyword. It throughs an error. Page Poster = this.PreviousPage; TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest"); sDisplay = txtNewTest.Text; Response.Write(sDisplay); The following is the Error Message: 'controls_LoginMain' does not contain a definition for 'PreviousPage'
Tell About Global.asax ?
About Windows/Forms Authentication
What is the life cycle of web page?
What is the significance of ASP.NET routing?
How do I use a proxy server when invoking a web service?
Who will magage un-managed code?
how to get modified rows from Dataset
Write a code for passing ArrayList in Web API?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)