Click here to Skip to main content
15,914,303 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: GridView Update command Pin
Paddy Boyd2-Mar-07 0:07
Paddy Boyd2-Mar-07 0:07 
QuestionHow to convert the doc file into HTML Pin
hirenparekh1-Mar-07 23:51
hirenparekh1-Mar-07 23:51 
AnswerRe: How to convert the doc file into HTML Pin
Paddy Boyd2-Mar-07 0:01
Paddy Boyd2-Mar-07 0:01 
AnswerRe: How to convert the doc file into HTML Pin
bgriffin_tpa2-Mar-07 9:11
bgriffin_tpa2-Mar-07 9:11 
GeneralHow to convert the doc file into HTML Pin
hirenparekh2-Mar-07 16:11
hirenparekh2-Mar-07 16:11 
AnswerRe: How to convert the doc file into HTML Pin
Vasudevan Deepak Kumar4-Mar-07 2:12
Vasudevan Deepak Kumar4-Mar-07 2:12 
QuestionTextbox to display Pin
Oga M1-Mar-07 23:34
Oga M1-Mar-07 23:34 
AnswerRe: Textbox to display Pin
Omkar Ghaisas1-Mar-07 23:40
Omkar Ghaisas1-Mar-07 23:40 
Hi,
If you want to use Session for this, you will need to do it this way

Just before you redirect the user to the next page, save the User Name(details) in the Session variable like Session["UserName"] = source of the data.
Then when the user redirects to the next page, fetch it back from the same session variable like TextBox.Text = Convert.ToString(Session["UserName"])

Thats it. and you shld be done with ur requirement.

Thanks and best regards
Omkar Ghaisas
AnswerRe: Textbox to display Pin
Vasudevan Deepak Kumar6-Mar-07 9:50
Vasudevan Deepak Kumar6-Mar-07 9:50 
Questionproperties problem of button Pin
suriee1-Mar-07 23:33
suriee1-Mar-07 23:33 
AnswerRe: properties problem of button Pin
Omkar Ghaisas1-Mar-07 23:43
Omkar Ghaisas1-Mar-07 23:43 
GeneralRe: properties problem of button Pin
suriee4-Mar-07 8:59
suriee4-Mar-07 8:59 
AnswerRe: properties problem of button Pin
markymark821-Mar-07 23:44
markymark821-Mar-07 23:44 
QuestionStreaming Tiff image for file download Pin
markymark821-Mar-07 23:22
markymark821-Mar-07 23:22 
AnswerRe: Streaming Tiff image for file download Pin
Guffa2-Mar-07 1:17
Guffa2-Mar-07 1:17 
GeneralRe: Streaming Tiff image for file download Pin
markymark822-Mar-07 2:14
markymark822-Mar-07 2:14 
AnswerRe: Streaming Tiff image for file download Pin
Guffa2-Mar-07 8:39
Guffa2-Mar-07 8:39 
GeneralRe: Streaming Tiff image for file download Pin
markymark823-Mar-07 4:02
markymark823-Mar-07 4:02 
AnswerRe: Streaming Tiff image for file download Pin
Guffa3-Mar-07 12:54
Guffa3-Mar-07 12:54 
GeneralRe: Streaming Tiff image for file download Pin
markymark824-Mar-07 23:41
markymark824-Mar-07 23:41 
AnswerRe: Streaming Tiff image for file download Pin
Vasudevan Deepak Kumar6-Mar-07 9:51
Vasudevan Deepak Kumar6-Mar-07 9:51 
QuestionDoubt in asp.net fundamentals Pin
Kissy161-Mar-07 23:12
Kissy161-Mar-07 23:12 
AnswerRe: Doubt in asp.net fundamentals Pin
bgriffin_tpa2-Mar-07 9:15
bgriffin_tpa2-Mar-07 9:15 
QuestionDisplaying Menus Pin
kiran011-Mar-07 23:06
kiran011-Mar-07 23:06 
AnswerRe: Displaying Menus Pin
Omkar Ghaisas1-Mar-07 23:36
Omkar Ghaisas1-Mar-07 23:36 

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.