Click here to Skip to main content
15,888,461 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: problem related to image upload and save Pin
Abhijit Jana31-Oct-07 21:11
professionalAbhijit Jana31-Oct-07 21:11 
AnswerRe: problem related to image upload and save Pin
Atif Ali Bhatti31-Oct-07 21:24
Atif Ali Bhatti31-Oct-07 21:24 
QuestionRe: problem related to image upload and save Pin
biswa4731-Oct-07 22:19
biswa4731-Oct-07 22:19 
AnswerRe: problem related to image upload and save Pin
Atif Ali Bhatti1-Nov-07 2:22
Atif Ali Bhatti1-Nov-07 2:22 
QuestionHow to Process variable? Pin
phuhoa31-Oct-07 20:48
phuhoa31-Oct-07 20:48 
AnswerRe: How to Process variable? Pin
Riza Azmi31-Oct-07 20:59
Riza Azmi31-Oct-07 20:59 
AnswerRe: How to Process variable? Pin
Sandeep Akhare31-Oct-07 21:12
Sandeep Akhare31-Oct-07 21:12 
GeneralRe: How to Process variable? Pin
Riza Azmi31-Oct-07 21:20
Riza Azmi31-Oct-07 21:20 
Hi Sandeep, Hi phuhoa

Query string is also a nice choice to "transfer" the variable. However, it is not really safe, when we deal with the security.

Let us follow the sample:

Me.TextBox1.Text = Request.QueryString.Get("prevpage").ToString

*Change the prevpage with the value of previous page.

Regards,

Riza Azmi
(rizaazmi@yahoo.co.id)
GeneralRe: How to Process variable? Pin
Sandeep Akhare31-Oct-07 21:25
Sandeep Akhare31-Oct-07 21:25 
JokeRe: How to Process variable? Pin
Riza Azmi31-Oct-07 21:35
Riza Azmi31-Oct-07 21:35 
GeneralRe: How to Process variable? Pin
Sandeep Akhare31-Oct-07 21:42
Sandeep Akhare31-Oct-07 21:42 
QuestionDefaultButton Problem Pin
N a r e s h P a t e l31-Oct-07 20:25
N a r e s h P a t e l31-Oct-07 20:25 
AnswerRe: DefaultButton Problem Pin
Atif Ali Bhatti31-Oct-07 20:37
Atif Ali Bhatti31-Oct-07 20:37 
Questiontrim in javascript Pin
Sonia Gupta31-Oct-07 19:44
Sonia Gupta31-Oct-07 19:44 
AnswerRe: trim in javascript Pin
Imran Khan Pathan31-Oct-07 19:54
Imran Khan Pathan31-Oct-07 19:54 
AnswerRe: trim in javascript Pin
soni uma31-Oct-07 19:57
soni uma31-Oct-07 19:57 
GeneralRe: trim in javascript Pin
Sonia Gupta1-Nov-07 0:02
Sonia Gupta1-Nov-07 0:02 
AnswerRe: trim in javascript Pin
Vasudevan Deepak Kumar31-Oct-07 20:17
Vasudevan Deepak Kumar31-Oct-07 20:17 
AnswerRe: trim in javascript Pin
InsDev31-Oct-07 20:25
InsDev31-Oct-07 20:25 
AnswerRe: trim in javascript Pin
InsDev31-Oct-07 20:36
InsDev31-Oct-07 20:36 
JokeRe: trim in javascript Pin
Sandeep Akhare31-Oct-07 20:40
Sandeep Akhare31-Oct-07 20:40 
GeneralRe: trim in javascript Pin
Sonia Gupta1-Nov-07 0:00
Sonia Gupta1-Nov-07 0:00 
QuestionMultiple Postback on my Page Pin
Riza Azmi31-Oct-07 19:35
Riza Azmi31-Oct-07 19:35 
AnswerRe: Multiple Postback on my Page Pin
Sandeep Akhare31-Oct-07 20:07
Sandeep Akhare31-Oct-07 20:07 
GeneralRe: Multiple Postback on my Page Pin
Riza Azmi31-Oct-07 20:21
Riza Azmi31-Oct-07 20:21 

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.