JavaScript with C# in WebForms

cpulse

New Member
I need to generate a message box in the client-side when running a webform, like Alert("Teste"), but programmatically using C#.<BR><BR>Is there a method like Page.Scripts["JavaScript"].Alert("Teste"), or something like that?<BR><BR>Tnkx!<BR><BR>Alexandre P
 
Back
Top