Click here to Skip to main content
15,889,651 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to retrieve the value of textbox using session Pin
Jesse Squire25-Mar-08 15:44
Jesse Squire25-Mar-08 15:44 
QuestionRe: How to retrieve the value of textbox using session Pin
anpm25-Mar-08 16:06
anpm25-Mar-08 16:06 
GeneralRe: How to retrieve the value of textbox using session Pin
eyeseetee25-Mar-08 3:00
eyeseetee25-Mar-08 3:00 
Questionrefreshing the page Pin
Pankaj Garg25-Mar-08 0:55
Pankaj Garg25-Mar-08 0:55 
GeneralRe: refreshing the page Pin
eyeseetee25-Mar-08 1:23
eyeseetee25-Mar-08 1:23 
GeneralRe: refreshing the page Pin
Pankaj Garg25-Mar-08 1:42
Pankaj Garg25-Mar-08 1:42 
GeneralRe: refreshing the page Pin
Declan Bright25-Mar-08 1:43
Declan Bright25-Mar-08 1:43 
Questionmessage box button code Pin
Pankaj Garg25-Mar-08 0:18
Pankaj Garg25-Mar-08 0:18 
Following is the code i am using to alert the user to press ok or cancel in the c# code behind file

string str = "confirm('ok?');";<br />
    ScriptManager.RegisterStartupScript(this, typeof(Page), "", str, true);

i know , i can do the same at the java script end , I am asking this because i am executing these lines in between the function .
Now my question is can i programatically check whether the ok button is clicked or the cancel button is clicked ?

If you have an apple & I have an apple and we exchange our apples, then each of us will still have only one apple but if you have an idea & I have an idea and we exchange our ideas, then each of us will have two ideas!

GeneralRe: message box button code Pin
Christian Graus25-Mar-08 0:37
protectorChristian Graus25-Mar-08 0:37 
QuestionRe: message box button code Pin
Pankaj Garg25-Mar-08 0:48
Pankaj Garg25-Mar-08 0:48 
GeneralRe: message box button code Pin
Christian Graus25-Mar-08 1:02
protectorChristian Graus25-Mar-08 1:02 
QuestionRe: message box button code Pin
Pankaj Garg25-Mar-08 1:14
Pankaj Garg25-Mar-08 1:14 
GeneralRe: message box button code Pin
Christian Graus25-Mar-08 10:01
protectorChristian Graus25-Mar-08 10:01 
GeneralRe: message box button code Pin
eyeseetee25-Mar-08 0:55
eyeseetee25-Mar-08 0:55 
JokeRe: message box button code Pin
Pankaj Garg25-Mar-08 1:01
Pankaj Garg25-Mar-08 1:01 
GeneralRe: message box button code Pin
lakshmichawala25-Mar-08 1:58
lakshmichawala25-Mar-08 1:58 
QuestionRe: message box button code Pin
Pankaj Garg25-Mar-08 2:26
Pankaj Garg25-Mar-08 2:26 
Questionhow to solve the iframe cursor problem Pin
lakshmichawala25-Mar-08 0:09
lakshmichawala25-Mar-08 0:09 
Generalcounter code for text box like sms sending Pin
pavankumar makena24-Mar-08 22:57
pavankumar makena24-Mar-08 22:57 
GeneralRe: counter code for text box like sms sending Pin
eyeseetee24-Mar-08 23:26
eyeseetee24-Mar-08 23:26 
GeneralRe: counter code for text box like sms sending Pin
Christian Graus24-Mar-08 23:26
protectorChristian Graus24-Mar-08 23:26 
QuestionProblems in retrieving values of dynamically created controls at runtime. Plz help me Pin
G Nathan24-Mar-08 22:23
G Nathan24-Mar-08 22:23 
GeneralRe: Problems in retrieving values of dynamically created controls at runtime. Plz help me Pin
eyeseetee24-Mar-08 23:09
eyeseetee24-Mar-08 23:09 
QuestionRe: Problems in retrieving values of dynamically created controls at runtime. Plz help me Pin
G Nathan24-Mar-08 23:14
G Nathan24-Mar-08 23:14 
GeneralRe: Problems in retrieving values of dynamically created controls at runtime. Plz help me Pin
eyeseetee24-Mar-08 23:45
eyeseetee24-Mar-08 23:45 

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.