can we transfer data from one page to another page using
viewstate if so how?if not y?

Answer Posted / shyam

//*http://www.codeproject.com/KB/aspnet/TransferingValues.aspx*//
in this link they have used Response.redirect("abcd.aspx").
but by using Server.transfer("abcd.aspx")the case is
different.no page postpack is happening there..so i think by
using Server.transfer (not by Response.redirect)view state
data can be transfered acros the pages.

Is This Answer Correct ?    3 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between dataset and datareader.

531


What are the events that happen when a client requests an asp.net page from iis server?

487


How can you enable impersonation in the web.config file?

564


How would ASP and ASP.NET applications run at the same time on the same server?

1947


How can we access static variable?

650






How we can force all the validation controls to run?

527


Explain asp.net web forms.

566


Explain the different types of directives in .net?

521


How is my content secured from unauthorized access?

519


What is a server cookie?

499


What is jade template engine?

576


What are cao and sao.

548


Why is the standalone environment only useful during the development process?

1342


How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?

510


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?

1510