can we pass values from one page to another page without
redirecting to that page?
Answers were Sorted based on User's Feedback
Answer / magesh
1. Session variable
2. Application variable
3. cache
4. Cross paging.
5. Cookies
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / honey
1. Session variable
2. Application variable
3. cache
4. Cross paging.
5. Profile Properties
6. Query String
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / amam
We can pass it using server.transfer.
add the value in context.items.add["value",txtDemo.text];
retrive it in the above mentioned page using (!previouspage.iscrosspagepostback)
context.items["value"].tostring();;
as we are using server.transfer url will be same as the page we are sending the value
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / rajesh
1. Session variable
2. cookies
3. cache
4. Cross paging.
5. Query String
6. windows.open
on same page :
1.View state
2.allication
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / ratnesh singh
We can pass the values from one page to another page through
QueryString.
| Is This Answer Correct ? | 6 Yes | 6 No |
Explain server-side scripting and client-side scripting.
How can we prevent browser from caching an aspx page?
How to write test case (Unit test plan)
Please brief not about xsd,xslt & xml?
Turn Off ASP Session State on an IIS 5.1 Web Site
What are the data types is possible to store in session? and can we store dataset in session?
How would ASP and ASP.NET applications run at the same time on the same server?
In a page there is dropdown list with the name of the cities like Bangalore,Pune,Chennai,Other and a text box that would enable the user to enter the name of the city if other is selected. How to enable validation on the text box if other is selected
What do you mean by authorization?
What is session object? Describe in detail.
all asp.net interives questions
Why do we use datasource in asp.net?
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)