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

ASP.NET

 
AnswerRe: MOSS 2007 Workflow Pin
John-ph9-Sep-07 22:55
John-ph9-Sep-07 22:55 
AnswerRe: MOSS 2007 Workflow Pin
Pete O'Hanlon9-Sep-07 23:00
mvePete O'Hanlon9-Sep-07 23:00 
Questionget image properties with javascript [modified] Pin
morteza579-Sep-07 22:25
morteza579-Sep-07 22:25 
AnswerRe: get image properties with javascript Pin
morteza579-Sep-07 23:29
morteza579-Sep-07 23:29 
QuestionIFRAME through ASP.NET with C# Pin
.NET- India 9-Sep-07 21:59
.NET- India 9-Sep-07 21:59 
AnswerRe: IFRAME through ASP.NET with C# Pin
John-ph9-Sep-07 22:48
John-ph9-Sep-07 22:48 
QuestionHOw to display the button id Pin
Mri1a9-Sep-07 21:55
Mri1a9-Sep-07 21:55 
AnswerRe: HOw to display the button id Pin
John-ph9-Sep-07 22:10
John-ph9-Sep-07 22:10 
Do you mean that you want to pass the button ID and TEXT to the new page on the click of a Button? If yes...

On the button click event use Reponse.Redirect to call the new page. Along wi the page URL you can pass the button ID and TEXT as query string values.
something like this...

Response.Redirect("NewPage.aspx?btnId=" + btn.ID + "&btntext=" + btn.Text, False)

and In the New page you can retrieve the values using Request object.

Request.QueryString("btnId")<br />
Request.QueryString("btntext")


the above statement will give you the vaues that you passed from the actual page.





Regards
J O H N Rose | [Rose]

"Even eagles need a push." David McNally

GeneralRe: HOw to display the button id Pin
Mri1a10-Sep-07 1:11
Mri1a10-Sep-07 1:11 
Questioncan we define the table and div property in the skin in asp.net Pin
Piyush Vardhan Singh9-Sep-07 20:49
Piyush Vardhan Singh9-Sep-07 20:49 
AnswerRe: can we define the table and div property in the skin in asp.net Pin
John-ph9-Sep-07 21:55
John-ph9-Sep-07 21:55 
GeneralRe: can we define the table and div property in the skin in asp.net Pin
Piyush Vardhan Singh9-Sep-07 22:07
Piyush Vardhan Singh9-Sep-07 22:07 
GeneralRe: can we define the table and div property in the skin in asp.net Pin
John-ph9-Sep-07 22:15
John-ph9-Sep-07 22:15 
QuestionRemember Me on this Computer in ASP.NET Pin
varshavmane9-Sep-07 20:21
varshavmane9-Sep-07 20:21 
AnswerRe: Remember Me on this Computer in ASP.NET Pin
Blue_Boy9-Sep-07 20:44
Blue_Boy9-Sep-07 20:44 
GeneralRe: Remember Me on this Computer in ASP.NET Pin
varshavmane9-Sep-07 20:49
varshavmane9-Sep-07 20:49 
GeneralRe: Remember Me on this Computer in ASP.NET Pin
Chetan Patel9-Sep-07 21:02
Chetan Patel9-Sep-07 21:02 
GeneralRe: Remember Me on this Computer in ASP.NET Pin
varshavmane9-Sep-07 21:06
varshavmane9-Sep-07 21:06 
QuestionWhen Using HTML TextBox Box COntrol getting page posted Pin
Satish_S9-Sep-07 20:14
Satish_S9-Sep-07 20:14 
AnswerRe: When Using HTML TextBox Box COntrol getting page posted Pin
Chetan Patel9-Sep-07 21:05
Chetan Patel9-Sep-07 21:05 
GeneralRe: When Using HTML TextBox Box COntrol getting page posted Pin
Satish_S9-Sep-07 21:13
Satish_S9-Sep-07 21:13 
QuestionRandom number generation in Java Script... Pin
Balagurunathan S9-Sep-07 19:54
Balagurunathan S9-Sep-07 19:54 
AnswerRe: Random number generation in Java Script... Pin
Tamimi - Code9-Sep-07 20:13
Tamimi - Code9-Sep-07 20:13 
Questionconversion from data grid to telerik radGRid Pin
kunal_gct9-Sep-07 19:32
kunal_gct9-Sep-07 19:32 
QuestionHow to export data that contain images and text to word Pin
imranafsari9-Sep-07 18:40
imranafsari9-Sep-07 18: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.