Answer Posted / giri
ViewState is (asp.net object) mechanism by which page state
(information)(or values of the current page before postback)
is maintained between page post backs untill the page is running
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
Is it possible to migrate visual interdev design-time controls to asp.net?
What are all the various Estimation Techniques available ?
How to turn off cookies for a page?
Explain about asp.net 2.0 themes?
What are the advantages of asp.net?
What is a postback ispostback and autopostback in asp net?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
What is query string? What are its advantages and limitations?
What is an asp.net validator? And, mention its types.
What is session state server?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
What is the advantage of mvc over asp.net? : Asp.Net MVC
Describe a Windows Service and its lifecycle ?