Click here to Skip to main content
15,918,967 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionxml tranformation using asp.net Pin
gottimukkala6-Nov-07 21:16
gottimukkala6-Nov-07 21:16 
AnswerRe: Urgent.................. Pin
John-ph6-Nov-07 21:15
John-ph6-Nov-07 21:15 
GeneralUrgent.................. Pin
SreejithAchutan6-Nov-07 21:32
SreejithAchutan6-Nov-07 21:32 
GeneralRe: Urgent.................. Pin
Piyush Vardhan Singh6-Nov-07 21:43
Piyush Vardhan Singh6-Nov-07 21:43 
GeneralRe: Urgent.................. Pin
John-ph6-Nov-07 22:09
John-ph6-Nov-07 22:09 
GeneralUrgent.................. Pin
SreejithAchutan6-Nov-07 22:24
SreejithAchutan6-Nov-07 22:24 
Questiondata sending problem. Pin
Sonia Gupta6-Nov-07 20:04
Sonia Gupta6-Nov-07 20:04 
AnswerRe: data sending problem. Pin
Riza Azmi6-Nov-07 20:09
Riza Azmi6-Nov-07 20:09 
Hi Sonia


You can use session to bypass the value

in previous page
session("test") = "123"

in current page (onload)
textbox1.text=session("test")


If, it is on the opener you can use javascript:
window.opener.Form1("Your_Field_Name").value="Your Value"

Hope it is usefull

Regards,

Riza Azmi

Simple thing should be simple, complex thing should be possible

GeneralRe: data sending problem. Pin
Sonia Gupta6-Nov-07 20:19
Sonia Gupta6-Nov-07 20:19 
GeneralRe: data sending problem. Pin
Riza Azmi6-Nov-07 20:29
Riza Azmi6-Nov-07 20:29 
AnswerRe: data sending problem. Pin
N a v a n e e t h6-Nov-07 20:16
N a v a n e e t h6-Nov-07 20:16 
GeneralRe: data sending problem. Pin
Sonia Gupta6-Nov-07 20:20
Sonia Gupta6-Nov-07 20:20 
GeneralRe: data sending problem. Pin
N a v a n e e t h6-Nov-07 20:23
N a v a n e e t h6-Nov-07 20:23 
GeneralRe: data sending problem. Pin
Sonia Gupta6-Nov-07 20:39
Sonia Gupta6-Nov-07 20:39 
GeneralRe: data sending problem. Pin
N a v a n e e t h6-Nov-07 20:44
N a v a n e e t h6-Nov-07 20:44 
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 
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 

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.