How do you pass value of a text box from page1.aspx to
page2.aspx without storing it as a session value?
Answer Posted / badrinath
using querystring
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Explain the process of serialization in .NET?
Can a try block have nested try blocks?
Explain me what is the difference between a class and an object, and how do these terms relate to each other?
What is finalize method in .net?
Which file is taken by compiler when we have both file Application and Server Configuration file?
What is the best way to crack the certification?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
How do I use the thread pool?
What do you mean by Driver Script?
How is a managed code executed?
How many types of transactions are there in com + .net ?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?
What is .net code security?
Can "this" be used within a static method?