Click here to Skip to main content
15,892,674 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: div popup Pin
Abhijit Jana7-Jun-09 22:30
professionalAbhijit Jana7-Jun-09 22:30 
AnswerRe: div popup Pin
Matt Cavanagh7-Jun-09 22:54
Matt Cavanagh7-Jun-09 22:54 
QuestionPopup Control Pin
jonhbt7-Jun-09 22:05
jonhbt7-Jun-09 22:05 
AnswerRe: Popup Control Pin
saanj7-Jun-09 23:40
saanj7-Jun-09 23:40 
GeneralRe: Popup Control Pin
jonhbt7-Jun-09 23:51
jonhbt7-Jun-09 23:51 
GeneralRe: Popup Control Pin
saanj8-Jun-09 0:22
saanj8-Jun-09 0:22 
GeneralRe: Popup Control Pin
jonhbt8-Jun-09 0:33
jonhbt8-Jun-09 0:33 
GeneralRe: Popup Control Pin
saanj8-Jun-09 0:40
saanj8-Jun-09 0:40 
Please correct me if I got anything wrong.

You are doing two tasks on button submit. One is setting the text of the label control on server side. The second one is to show the modal popup on client side. If the second one is true, then you will never be able to set the text property of the label control because the server side code to set the text will never be executed. Frown | :(

If I got the right situation then I may suggest you to call the ModalPopup from code-behind so that you can also set the text of the label control in one go:

ModalPopupExtender1.Show();
Label1.Text = "Yeppi, blah, blah, blah";

But showing the modal popup on a server side event may not be a best case.

Check it and revert back to me in case of any confusion.

Regards
Saanj

Either you love IT or leave IT...

GeneralRe: Popup Control Pin
jonhbt8-Jun-09 2:42
jonhbt8-Jun-09 2:42 
GeneralRe: Popup Control Pin
saanj8-Jun-09 3:07
saanj8-Jun-09 3:07 
GeneralRe: Popup Control Pin
Abhijit Jana8-Jun-09 0:01
professionalAbhijit Jana8-Jun-09 0:01 
GeneralRe: Popup Control Pin
saanj8-Jun-09 0:20
saanj8-Jun-09 0:20 
GeneralRe: Popup Control Pin
Abhijit Jana8-Jun-09 0:39
professionalAbhijit Jana8-Jun-09 0:39 
Questionwanna show resume(word file) in aspx page. Pin
yazali7-Jun-09 21:23
yazali7-Jun-09 21:23 
AnswerRe: wanna show resume(word file) in aspx page. Pin
Christian Graus7-Jun-09 21:32
protectorChristian Graus7-Jun-09 21:32 
GeneralRe: wanna show resume(word file) in aspx page. Pin
yazali7-Jun-09 23:27
yazali7-Jun-09 23:27 
QuestionFileIOPermission Pin
Matt Cavanagh7-Jun-09 21:14
Matt Cavanagh7-Jun-09 21:14 
AnswerRe: FileIOPermission Pin
Christian Graus7-Jun-09 21:32
protectorChristian Graus7-Jun-09 21:32 
GeneralRe: FileIOPermission Pin
Matt Cavanagh7-Jun-09 22:12
Matt Cavanagh7-Jun-09 22:12 
QuestionGenerate PDF file Pin
vnsraj7-Jun-09 20:43
vnsraj7-Jun-09 20:43 
AnswerRe: Generate PDF file Pin
Abhijit Jana7-Jun-09 20:48
professionalAbhijit Jana7-Jun-09 20:48 
AnswerRe: Generate PDF file Pin
Abhishek Sur7-Jun-09 21:11
professionalAbhishek Sur7-Jun-09 21:11 
QuestionPlease help with Viewstate and nested webcontrol !!! Pin
dwfresh7-Jun-09 20:07
dwfresh7-Jun-09 20:07 
AnswerRe: Please help with Viewstate and nested webcontrol !!! Pin
Christian Graus7-Jun-09 20:32
protectorChristian Graus7-Jun-09 20:32 
GeneralRe: Please help with Viewstate and nested webcontrol !!! Pin
Abhijit Jana7-Jun-09 20:49
professionalAbhijit Jana7-Jun-09 20:49 

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.