how to pop a dialog box

  • Thread starter Thread starter sun
  • Start date Start date
S

sun

i want to pop a dialog box, but i use asp.net c#, always not realization;
who man can tell me why is it? thanks.
 
If you need to popup the alert on the client side, you need to write
some client side script to do that. Since this will based on some server
side tag, what you have to do in that particular case alone try to
register a client side script block.

Regards,

Trevor Benedict R
MCSD

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Back
Top