What is the lifespan for items stored in ViewState?
Answer Posted / vidit tyagi
lifespan for items stored in viewstate is current page
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Can we add code files of different languages in app_code folder?
Which adapter should you use, if you want to get the data from an access database?
What are Master Pages in ASP.NET?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is http protocol and how it works?
What is an imagemap in asp.net?
What is masterpage?
What are query strings used for?
What are the main differences between asp and asp.net?
How tooltip is set through code-behind in ASP.NET?
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 are the media types of http requests and response?
What does clearing cache?
What is asp.net introduction?
What events will occur when a page is loaded?