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 |
Turn Off ASP Session State on an IIS 5.1 Web Site
Describe the difference between a Thread and a Process?
What the use of Form Authentication and windows Authentication?
Explain about the .NET framework?
What is mvc in asp.net interview question? : Asp.Net MVC
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
What is difference between mvc and asp.net? : Asp.Net MVC
Why do we need Web Services?
We have 2 sites in which one site allows the user with out asking credentials and second one ask for credentials through a log page. What might be the configurations settings for both sites? We can use IIS and web.config files together.
Define viewstate in .net?
Windows Authentication (via Active Directory) and SQL Server authentication (via Microsoft SQL Server username and passwords). Which one is trusted and which one is untrusted?
what is the cursor
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)