how to pass session value one url to another url.my code
if session("user")="abc" then
response.redirect("www.abc.com\client\home.aspx")
end if. so how to pass value of session in browser url
Answer / anil jadhav
use <sessionState
Cookieless =”UseUri" />
in web.config.
this will cause SessionID to be appended to URL
Is This Answer Correct ? | 2 Yes | 0 No |
Define static constructor?
How does session work in asp net?
Explain how can we inherit a static variable?
1.What are the types of events in asp.net? 2.what is databind? 3.what is COM objects? 4.Difference between gridview and datalist? 5.what is SOAP? 6.what are contents are available in asp.net page? 7.what are types of error?
1 Answers CompuRx Infotech, Gemini, Gemini Communication,
What is IPostBack? How to use it?
What is the Difference between user and server controls?
List the advantages and disadvantages of user control an custom control?
What is viewstate?
About remoting and web services. Difference between them?
Explain what does wsdl stand for?
Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process.
about view state and how validation controls will be executed on client and server