Click here to Skip to main content
15,919,613 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: data sending problem. Pin
Sonia Gupta6-Nov-07 22:08
Sonia Gupta6-Nov-07 22:08 
Questionhow to use the value of textBox placed on one page on to another page Pin
mavii6-Nov-07 19:34
mavii6-Nov-07 19:34 
AnswerRe: how to use the value of textBox placed on one page on to another page Pin
Riza Azmi6-Nov-07 19:45
Riza Azmi6-Nov-07 19:45 
GeneralRe: how to use the value of textBox placed on one page on to another page Pin
mavii6-Nov-07 20:26
mavii6-Nov-07 20:26 
AnswerRe: how to use the value of textBox placed on one page on to another page Pin
Christian Graus6-Nov-07 19:52
protectorChristian Graus6-Nov-07 19:52 
GeneralRe: how to use the value of textBox placed on one page on to another page Pin
mavii6-Nov-07 20:18
mavii6-Nov-07 20:18 
GeneralRe: how to use the value of textBox placed on one page on to another page Pin
Christian Graus6-Nov-07 20:25
protectorChristian Graus6-Nov-07 20:25 
GeneralRe: how to use the value of textBox placed on one page on to another page Pin
N a v a n e e t h6-Nov-07 20:28
N a v a n e e t h6-Nov-07 20:28 
mavii wrote:
put the value on the URL when you navigate to the second page ( the advantage of this is that your new page becomes bookmarkable


He meant pass the values through URL as query string. So your URL will look like yourpage.aspx?TextBox1Value=somevalue&TextBox2Value=somevalue. This can be taken in the page using Request.QueryString["TextBox1Value"]. And these type of URL's are bookmarkable, ie if you add this to bookmarks, it can be reloaded after some time. But if you use session and bookmarked the page, you can't reload it because session will be timed out.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

My Website | Ask smart questions

GeneralRe: how to use the value of textBox placed on one page on to another page Pin
Riza Azmi6-Nov-07 20:32
Riza Azmi6-Nov-07 20:32 
GeneralRe: how to use the value of textBox placed on one page on to another page Pin
N a v a n e e t h6-Nov-07 20:40
N a v a n e e t h6-Nov-07 20:40 
GeneralRe: how to use the value of textBox placed on one page on to another page Pin
Riza Azmi6-Nov-07 20:52
Riza Azmi6-Nov-07 20:52 
GeneralRe: how to use the value of textBox placed on one page on to another page Pin
John-ph6-Nov-07 20:44
John-ph6-Nov-07 20:44 
QuestionError while saving Bitmap on server. Pin
gopal_Pandey6-Nov-07 18:52
gopal_Pandey6-Nov-07 18:52 
AnswerRe: Error while saving Bitmap on server. Pin
Christian Graus6-Nov-07 19:17
protectorChristian Graus6-Nov-07 19:17 
GeneralRe: Error while saving Bitmap on server. Pin
gopal_Pandey7-Nov-07 22:12
gopal_Pandey7-Nov-07 22:12 
Questionunable to open excel template on client machine Pin
afreen taj6-Nov-07 18:51
afreen taj6-Nov-07 18:51 
AnswerRe: unable to open excel template on client machine Pin
John-ph6-Nov-07 19:30
John-ph6-Nov-07 19:30 
GeneralRe: unable to open excel template on client machine Pin
afreen taj6-Nov-07 19:37
afreen taj6-Nov-07 19:37 
Questionhow can i call code behind function through java script function (help plz) Pin
jagan1236-Nov-07 18:32
jagan1236-Nov-07 18:32 
AnswerRe: how can i call code behind function through java script function (help plz) Pin
N a v a n e e t h6-Nov-07 18:41
N a v a n e e t h6-Nov-07 18:41 
GeneralRe: how can i call code behind function through java script function (help plz) Pin
jagan1236-Nov-07 19:32
jagan1236-Nov-07 19:32 
GeneralRe: how can i call code behind function through java script function (help plz) Pin
N a v a n e e t h6-Nov-07 19:40
N a v a n e e t h6-Nov-07 19:40 
GeneralRe: how can i call code behind function through java script function (help plz) Pin
jagan1236-Nov-07 20:40
jagan1236-Nov-07 20:40 
GeneralRe: how can i call code behind function through java script function (help plz) Pin
N a v a n e e t h6-Nov-07 20:41
N a v a n e e t h6-Nov-07 20:41 
GeneralRe: how can i call code behind function through java script function (help plz) Pin
jagan1236-Nov-07 22:01
jagan1236-Nov-07 22:01 

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.