Click here to Skip to main content
16,004,833 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: data storage in xml Pin
dj.rock5-Nov-06 17:55
dj.rock5-Nov-06 17:55 
Questionvalidations in asp.net Pin
ganga_cool20024-Nov-06 3:48
ganga_cool20024-Nov-06 3:48 
AnswerRe: validations in asp.net Pin
Khan.Bangash4-Nov-06 4:54
Khan.Bangash4-Nov-06 4:54 
AnswerRe: validations in asp.net Pin
Britney S. Morales7-Nov-06 8:11
Britney S. Morales7-Nov-06 8:11 
Questiontextbox Pin
ptvce4-Nov-06 2:39
ptvce4-Nov-06 2:39 
AnswerRe: textbox Pin
Britney S. Morales4-Nov-06 6:05
Britney S. Morales4-Nov-06 6:05 
GeneralRe: textbox Pin
Parwej Ahamad4-Nov-06 6:33
professionalParwej Ahamad4-Nov-06 6:33 
GeneralRe: textbox Pin
Britney S. Morales7-Nov-06 1:31
Britney S. Morales7-Nov-06 1:31 
The Rahithi Solution is the best one, but, you know the session vars used Ram Memory.
The another solution is using request and response command, but it only works for one page to the next page, not to all pages (thats the session var solution)

here we go

On page 1

string var_text = TextBox1.Text;
Response.Redirect("page2.aspx?var1=" + var_text, true);

On page 2
On page load or any page 2 process
string txt_box_page1 = Request.QueryString["var1"];

Smile | :)


keep Learning and you never will be out of date...

GeneralRe: textbox Pin
Parwej Ahamad7-Nov-06 5:05
professionalParwej Ahamad7-Nov-06 5:05 
AnswerRe: textbox Pin
Rahithi6-Nov-06 4:14
Rahithi6-Nov-06 4:14 
QuestionWebPartZone Control which shud include Icon in titlebar Pin
Soniya_k4-Nov-06 2:29
Soniya_k4-Nov-06 2:29 
AnswerRe: WebPartZone Control which shud include Icon in titlebar Pin
Parwej Ahamad4-Nov-06 6:12
professionalParwej Ahamad4-Nov-06 6:12 
QuestionHow to make same message read by 1 member and must have unread to other Pin
dhatchu4-Nov-06 1:55
dhatchu4-Nov-06 1:55 
QuestionHow to get return value of javascript function from codebehind page Pin
aaraaayen4-Nov-06 1:30
aaraaayen4-Nov-06 1:30 
AnswerRe: How to get return value of javascript function from codebehind page Pin
Parwej Ahamad4-Nov-06 6:22
professionalParwej Ahamad4-Nov-06 6:22 
GeneralRe: How to get return value of javascript function from codebehind page Pin
aaraaayen5-Nov-06 18:18
aaraaayen5-Nov-06 18:18 
GeneralRe: How to get return value of javascript function from codebehind page Pin
Parwej Ahamad5-Nov-06 23:30
professionalParwej Ahamad5-Nov-06 23:30 
QuestionURI formats not supported Pin
Deepak the Cool3-Nov-06 23:52
Deepak the Cool3-Nov-06 23:52 
AnswerRe: URI formats not supported Pin
just3ala24-Nov-06 20:02
just3ala24-Nov-06 20:02 
QuestionUnable to send mail by using ASP.Net 2.0 Pin
DineshSharma3-Nov-06 22:37
DineshSharma3-Nov-06 22:37 
AnswerRe: Unable to send mail by using ASP.Net 2.0 Pin
Suresh Pirsquare3-Nov-06 22:48
Suresh Pirsquare3-Nov-06 22:48 
QuestionUnable To Start the debugging on the web server Pin
demane3-Nov-06 22:23
demane3-Nov-06 22:23 
AnswerRe: Unable To Start the debugging on the web server Pin
Suresh Pirsquare3-Nov-06 22:28
Suresh Pirsquare3-Nov-06 22:28 
AnswerRe: Unable To Start the debugging on the web server Pin
Deepak the Cool4-Nov-06 0:36
Deepak the Cool4-Nov-06 0:36 
GeneralRe: Unable To Start the debugging on the web server Pin
demane6-Nov-06 18:10
demane6-Nov-06 18:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.