Click here to Skip to main content
16,007,472 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to access the values from Asp.net page to Flash Pin
A.Muthunagai23-Apr-07 19:28
A.Muthunagai23-Apr-07 19:28 
AnswerRe: How to access the values from Asp.net page to Flash Pin
Sathesh Sakthivel23-Apr-07 19:43
Sathesh Sakthivel23-Apr-07 19:43 
GeneralRe: How to access the values from Asp.net page to Flash Pin
A.Muthunagai23-Apr-07 19:56
A.Muthunagai23-Apr-07 19:56 
GeneralRe: How to access the values from Asp.net page to Flash Pin
gauthee23-Apr-07 20:02
gauthee23-Apr-07 20:02 
Generalinclude flash in a aspx page Pin
A.Muthunagai23-Apr-07 20:34
A.Muthunagai23-Apr-07 20:34 
GeneralRe: include flash in a aspx page Pin
gauthee23-Apr-07 20:35
gauthee23-Apr-07 20:35 
GeneralRe: How to access the values from Asp.net page to Flash Pin
Tamimi - Code23-Apr-07 20:12
Tamimi - Code23-Apr-07 20:12 
QuestionHiddenvariable problem Pin
siddisagar23-Apr-07 19:15
siddisagar23-Apr-07 19:15 
Hi Friends,


I have 2 webforms.I am passing Textbox1 value to next page like this in the button click event

Response.Redirect("Page2.aspx?id=" & TextBox1.Text)

In the second page I have one hiddenField,one Html textfield ,one button is there I want to assign Querystring value to
Hidden Field for comaring both the values.
I tried like this

dim a as string=Request.querystring("id")
HiddenId.value=a.tostring

HiddenId.value is giving error.So any body could please give solution for this.

Thanks

QuestionRe: Hiddenvariable problem Pin
Sandeep Akhare23-Apr-07 19:25
Sandeep Akhare23-Apr-07 19:25 
AnswerRe: Hiddenvariable problem Pin
gauthee23-Apr-07 19:28
gauthee23-Apr-07 19:28 
GeneralRe: Hiddenvariable problem Pin
siddisagar23-Apr-07 19:37
siddisagar23-Apr-07 19:37 
GeneralRe: Hiddenvariable problem Pin
gauthee23-Apr-07 19:57
gauthee23-Apr-07 19:57 
GeneralRe: Hiddenvariable problem Pin
siddisagar23-Apr-07 20:52
siddisagar23-Apr-07 20:52 
AnswerRe: Hiddenvariable problem Pin
Guffa23-Apr-07 20:57
Guffa23-Apr-07 20:57 
GeneralRe: Hiddenvariable problem Pin
siddisagar23-Apr-07 21:21
siddisagar23-Apr-07 21:21 
GeneralRe: Hiddenvariable problem Pin
Faisal Khatri24-Apr-07 2:05
Faisal Khatri24-Apr-07 2:05 
QuestionDataGrid and DropdownList Pin
Mkanchha23-Apr-07 19:02
Mkanchha23-Apr-07 19:02 
AnswerRe: DataGrid and DropdownList Pin
gauthee23-Apr-07 19:30
gauthee23-Apr-07 19:30 
GeneralRe: DataGrid and DropdownList Pin
Mkanchha23-Apr-07 19:40
Mkanchha23-Apr-07 19:40 
GeneralRe: DataGrid and DropdownList Pin
_AK_23-Apr-07 19:53
_AK_23-Apr-07 19:53 
QuestionUrgent... Regarding implementing infragistics webgrid with hierarhcy Pin
krishsenthilraj23-Apr-07 15:59
krishsenthilraj23-Apr-07 15:59 
AnswerRe: Urgent... Regarding implementing infragistics webgrid with hierarhcy Pin
Sandeep Akhare23-Apr-07 19:31
Sandeep Akhare23-Apr-07 19:31 
QuestionHow to link image in WebControl Pin
TiborAus23-Apr-07 15:56
TiborAus23-Apr-07 15:56 
QuestionMaking a Codebehind "Page Patch" to an ASP.NET site Pin
Nostromo7723-Apr-07 12:39
Nostromo7723-Apr-07 12:39 
QuestionApplication level storage or file read Pin
Glenn E. Lanier II23-Apr-07 11:48
Glenn E. Lanier II23-Apr-07 11:48 

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.