Forum: ASP.NET Jul 20th, 2004 |
| Replies: 8 Views: 18,897 I am using both required field validators and regular expression validators.
I could probably work around the issue by using custom validators but I would rather do it with the controls I have if... |
Forum: ASP.NET Jul 15th, 2004 |
| Replies: 8 Views: 18,897 Hi
I would like to run a javascript function (to confirm deletion) from a web control (asp:button) before posting back to the same page.
I have read about how to do this in several places... |