can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / leoiser
No.from my knowledge can not.Bcos viewstate life time is in
single page.So while going to another page first page
viewstate end already.
| Is This Answer Correct ? | 97 Yes | 32 No |
Post New Answer View All Answers
Define page output caching?
Is it possible for me to change my aspx file extension to some other name?
Why should i prefer JSP over asp.net or any other web development language..??
Is web config mandatory?
What is the importance of Global.asax in ASP.NET?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
Explain the difference between debug.write and trace.write? When should each be used?
Can we use html in asp.net?
What is a master page and what does it do?
Where is cookie used in asp.net?
What is role-based security in asp.net?
What is enableviewstate?
Can we add code files of different languages in app_code folder?
What does clearing cache?
Which validator control you use if you need to make sure the values in two different controls matched?