Click here to Skip to main content
15,908,445 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: UP arrow and DOWN arrow button in ASP.net Pin
nannapanenikamalnath13-Aug-06 21:28
nannapanenikamalnath13-Aug-06 21:28 
AnswerRe: UP arrow and DOWN arrow button in ASP.net Pin
Guffa13-Aug-06 23:26
Guffa13-Aug-06 23:26 
AnswerRe: UP arrow and DOWN arrow button in ASP.net Pin
seee sharp14-Aug-06 0:25
seee sharp14-Aug-06 0:25 
QuestionHi, How to use Ajax when I use Forms Authemtication for My Home Login page in DOTNET Pin
Balavardhan13-Aug-06 20:07
Balavardhan13-Aug-06 20:07 
QuestionHow to avoid to refer the old file? Pin
subburaj.sabapathy13-Aug-06 20:06
subburaj.sabapathy13-Aug-06 20:06 
AnswerRe: How to avoid to refer the old file? Pin
Guffa13-Aug-06 21:17
Guffa13-Aug-06 21:17 
Questionalert message box in asp.net in vb.net Pin
amaneet13-Aug-06 19:56
amaneet13-Aug-06 19:56 
AnswerRe: alert message box in asp.net in vb.net [modified] Pin
devboycpp14-Aug-06 3:16
devboycpp14-Aug-06 3:16 
Your answer has been given in a book named something like , ASP.NET applications ,Problem Design Solution published by Wrox.

As I remember they used a sever linkbutton with text property set to "" but visible property set to true.This makes its server side event active while makes the button invisible. They made use of the automatically generated javascript method called __dopostback. For example one way would be to create a javascript method and associate it to click event for a hyperlink that when clicked invokes that method. And in that method you would show the message box using alert() method and gather the user choice and according to the choice you decide whether to invoke the mentioned method(__dopostback) with parameters relationg to the aforementioned server link button.This causes the server side click event of the server link button to be invoked.
To undrestand this technique you have to know how asp.net generates client side scripts to manage server side events.




-- modified at 9:23 Monday 14th August, 2006
AnswerRe: alert message box in asp.net in vb.net Pin
Mike Ellison14-Aug-06 3:27
Mike Ellison14-Aug-06 3:27 
QuestionCreating Microsoft Powerpoint presentation dynamically Pin
Avanika Gupta13-Aug-06 19:07
Avanika Gupta13-Aug-06 19:07 
AnswerRe: Creating Microsoft Powerpoint presentation dynamically Pin
seee sharp14-Aug-06 0:09
seee sharp14-Aug-06 0:09 
GeneralRe: Creating Microsoft Powerpoint presentation dynamically Pin
Avanika Gupta14-Aug-06 1:13
Avanika Gupta14-Aug-06 1:13 
AnswerRe: Creating Microsoft Powerpoint presentation dynamically Pin
seee sharp14-Aug-06 22:12
seee sharp14-Aug-06 22:12 
AnswerRe: Creating Microsoft Powerpoint presentation dynamically Pin
Sathesh Sakthivel14-Aug-06 2:25
Sathesh Sakthivel14-Aug-06 2:25 
Questionproblem with frames Pin
prabhakar dwivedi13-Aug-06 18:47
prabhakar dwivedi13-Aug-06 18:47 
AnswerRe: problem with frames Pin
coolestCoder13-Aug-06 20:41
coolestCoder13-Aug-06 20:41 
QuestionPDF to TXT/RTF/DOC Pin
Sathiyaraj Ganesan13-Aug-06 18:18
Sathiyaraj Ganesan13-Aug-06 18:18 
AnswerRe: PDF to TXT/RTF/DOC Pin
RaghuSanta21-Aug-06 21:44
RaghuSanta21-Aug-06 21:44 
QuestionDisplaying Summary Data in the Footer Pin
blurMember13-Aug-06 16:17
blurMember13-Aug-06 16:17 
QuestionHow to export a table to excel? Pin
steven_wong13-Aug-06 16:12
steven_wong13-Aug-06 16:12 
AnswerRe: How to export a table to excel? Pin
Ramasubramaniam15-Aug-06 3:41
Ramasubramaniam15-Aug-06 3:41 
QuestionHow to use a list control and a pop up calendar together? Pin
frossie13-Aug-06 15:48
frossie13-Aug-06 15:48 
QuestionQuestion about Context.User Pin
devboycpp13-Aug-06 12:03
devboycpp13-Aug-06 12:03 
AnswerRe: Question about Context.User Pin
minhpc_bk13-Aug-06 15:39
minhpc_bk13-Aug-06 15:39 
GeneralRe: Question about Context.User Pin
devboycpp14-Aug-06 1:57
devboycpp14-Aug-06 1:57 

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.