How do you pass value of a text box from page1.aspx to
page2.aspx without storing it as a session value?
Answer Posted / kinjal
in first page write
textbox1.text="k";
string str=textbox1.text.trim();
respons.redirect("page2.aspx?id="+str);
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
what user controls are and what server controls are and the differences between the two.
What are the different types of Classes in .NET?
Explain what do the terms “boxing” and “unboxing” mean?
Tell me what is a “jagged array”?
Is .net front end or backend?
Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
what will do to avoid prior case?
Is .net core free?
What is difference between system.string and system.stringbuilder classes?
What is different between webusercontrol and in webcustomcontrol?
What do the terms “boxing” and “unboxing” mean?
What is common type system (cts)?
Please explain what is the difference between constants and read-only variables?
Do you know what's the difference between .net and laravel?
What is il in vb.net?