I have to send data throug querystring from one page to
another. But it should not be displayed in URL. How it is
possible?
Answers were Sorted based on User's Feedback
Answer / ravindra thakur
Using the server.transfer("page.aspx?id=1")
| Is This Answer Correct ? | 10 Yes | 7 No |
Answer / santosh
string url = "http://localhost:4351/WebSite8/Default5.aspx?" + TextBox1.Text;
Uri weburi = new Uri(url);
string query = weburi.Query;
string weburl = url.Substring(0, url.Length - query.Length);
Response.Redirect(weburl);
| Is This Answer Correct ? | 1 Yes | 0 No |
Can any body provide me the sample web application in asp.net
I’m having some trouble with cas. How can I diagnose my problem?
What does the "EnableViewState" property do? Why would I want it on or off?
Where can I get the details on migration of existing projects using various technologies to asp.net?
Elaborate differentiation between Cache and Application?
how to write code for role based security
How to disable disable browser's Back button in asp.net (JavaScript)?
What is a postback url?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
Explain what a diffgram is and a good use for one?
1 Answers Siebel Systems, Syntax Softtech,
Explain what the contents of cookie?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)