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 |
Describe in brief .net framework and its components.
What’s the difference between asp.net web forms and asp.net mvc?
Name two properties common in every validation control?
What is the difference between Classic ASP and ASP.Net?
Explain Features in ASP.NET
Which of the following hosts Can't be used to create .net Application? a) IIS b) Internet Explorer c) ASP.Net d) Windows Shell Which one is correct?
What is the difference between stored procedure vs function?
In a Code-Behind class generally which type of code is found ?
How many rules are there regarding a well formed XML document? a) Nine b) Three c) Six d) Two
What is the use of mcommand ? mcommand.fill(ds,"orderdetails");
How Session outproc in Sqlserver stored?
What is an assembly?
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)