Click here to Skip to main content
15,900,110 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Passing Parameters to a Stored Procedure (in C# NOT VB) Pin
DRAYKKO22-Jun-10 8:28
professionalDRAYKKO22-Jun-10 8:28 
AnswerRe: Passing Parameters to a Stored Procedure (in C# NOT VB) Pin
Adam R Harris22-Jun-10 11:13
Adam R Harris22-Jun-10 11:13 
QuestionTab control within Tab Control Pin
indian14322-Jun-10 7:46
indian14322-Jun-10 7:46 
AnswerRe: Tab control within Tab Control Pin
Sandeep Mewara22-Jun-10 11:16
mveSandeep Mewara22-Jun-10 11:16 
QuestionUpdatePanel prevents javascript from getting latest value from a control Pin
Adam Brown 322-Jun-10 7:29
Adam Brown 322-Jun-10 7:29 
AnswerRe: UpdatePanel prevents javascript from getting latest value from a control Pin
Not Active22-Jun-10 8:11
mentorNot Active22-Jun-10 8:11 
GeneralRe: UpdatePanel prevents javascript from getting latest value from a control Pin
Adam Brown 322-Jun-10 9:39
Adam Brown 322-Jun-10 9:39 
GeneralRe: UpdatePanel prevents javascript from getting latest value from a control Pin
Not Active22-Jun-10 9:55
mentorNot Active22-Jun-10 9:55 
Naptown Brown wrote:
There would be one dynamic UpdatePanel per button


Why? Reuse the popup. Send the index to your page via a query string.

You should do some research on using JavaScript, JQuery has great support for modal dialogs. An UpdatePanel and button click postback aren't even necessary.

You should also learn to use the proper events. Button.Command allows you to set data such as the index number in the CommandEventArgs parameter rather than the cumbersome and slow string parsing you are trying to do.

I know the language. I've read a book. - _Madmatt

QuestionJavascript Print Function is not working Pin
jintalPatel22-Jun-10 6:18
jintalPatel22-Jun-10 6:18 
AnswerRe: Javascript Print Function is not working Pin
Sandeep Mewara22-Jun-10 7:16
mveSandeep Mewara22-Jun-10 7:16 
Questionloading a simple text file in iframe Pin
netJP12L22-Jun-10 4:27
netJP12L22-Jun-10 4:27 
AnswerRe: loading a simple text file in iframe Pin
jintalPatel22-Jun-10 4:43
jintalPatel22-Jun-10 4:43 
GeneralRe: loading a simple text file in iframe [modified] Pin
netJP12L22-Jun-10 5:07
netJP12L22-Jun-10 5:07 
QuestionASP COOKIES Pin
graeme138322-Jun-10 3:36
graeme138322-Jun-10 3:36 
AnswerRe: ASP COOKIES Pin
Not Active22-Jun-10 4:17
mentorNot Active22-Jun-10 4:17 
AnswerRe: ASP COOKIES Pin
R. Giskard Reventlov22-Jun-10 4:49
R. Giskard Reventlov22-Jun-10 4:49 
Questionsource files without .sln or .vbproj files Pin
Alberto De Caro21-Jun-10 23:44
Alberto De Caro21-Jun-10 23:44 
AnswerRe: source files without .sln or .vbproj files Pin
meeram39522-Jun-10 1:05
meeram39522-Jun-10 1:05 
AnswerRe: source files without .sln or .vbproj files Pin
Alberto De Caro22-Jun-10 1:10
Alberto De Caro22-Jun-10 1:10 
GeneralRe: source files without .sln or .vbproj files Pin
meeram39522-Jun-10 1:24
meeram39522-Jun-10 1:24 
AnswerRe: source files without .sln or .vbproj files Pin
Martin Jarvis22-Jun-10 1:24
Martin Jarvis22-Jun-10 1:24 
Questionproblem with xmldocument Pin
Rohit16db21-Jun-10 21:26
Rohit16db21-Jun-10 21:26 
AnswerRe: problem with xmldocument Pin
Peace ON21-Jun-10 22:15
Peace ON21-Jun-10 22:15 
QuestionAjax Pin
KhandelwalA21-Jun-10 21:08
KhandelwalA21-Jun-10 21:08 
AnswerRe: Ajax Pin
Eduard Keilholz21-Jun-10 21:27
Eduard Keilholz21-Jun-10 21:27 

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.