I have a mobile web form. When the user hits the submit, depending on some
processing in the code behind file, I want to put up an alert box. I have
tried to use the RegisterStartupScript which works in ASP.NET but does not
do anything in the mobile form. How can I do this?
Thanks in advance.
Billy Beach - 18 Nov 2003 19:03 GMT
I'm dealing with the exact same issue. Have you (or anyone else) come up
with anything yet?
> I have a mobile web form. When the user hits the submit, depending on some
> processing in the code behind file, I want to put up an alert box. I have
> tried to use the RegisterStartupScript which works in ASP.NET but does not
> do anything in the mobile form. How can I do this?
>
> Thanks in advance.