what is view stat how it is use ?
Answers were Sorted based on User's Feedback
Answer / michael jerold
viewstate means to store the data when page is postback that
is called viewstate.
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / guru gangadhar
Web Page is a Stateless.
So when the page is post backed the data doesn't persist.
In asp.net view state is present by default which is used to
store the data , we can store the data in view state at the
code behind while the page is post backed.
Is This Answer Correct ? | 2 Yes | 2 No |
What does AspCompat="true" mean and when should I use it?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
What does this do? sn -t foo.dll
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
Explain one critical mapping?
How do I publish my asp.net application to my isp's web server?
Why asp.net is better than php?
What the use of Form Authentication and windows Authentication?
What is the difference between web config and machine config files?
Explain the different types of assemblies?
What?s the difference between Codebehind="MyCode.aspx.cs" and Src="MyCode.aspx.cs"?
1 Answers Getit, Siebel, Visual Soft,
Tell about WebService in Asp.Net?