Hi
I've a similar question to thread855-323022 (Isadore)
I need to use client side vbscript to do some stuff. Maybe I'm not getting the asp.net idea.
Suppose I've got a text box where I want the user just to enter a five digit number. In classic asp, this just meant writing a client side vbscript sub for the key press event to make sure the key in was numeric.
In .net, I would like this control to be a web control, since then I would have control of it on the server as well. But I don't want autopostback on.
It seems that client side code does not work for aspx pages, and the solution in thread855-323022 seemed too complicated - why have MS made it this hard?
Thanks for listening
Mark
I've a similar question to thread855-323022 (Isadore)
I need to use client side vbscript to do some stuff. Maybe I'm not getting the asp.net idea.
Suppose I've got a text box where I want the user just to enter a five digit number. In classic asp, this just meant writing a client side vbscript sub for the key press event to make sure the key in was numeric.
In .net, I would like this control to be a web control, since then I would have control of it on the server as well. But I don't want autopostback on.
It seems that client side code does not work for aspx pages, and the solution in thread855-323022 seemed too complicated - why have MS made it this hard?
Thanks for listening
Mark