![]() |
|
|
|||||||
![]() |
|
|
Thread Tools | Rate Thread |
|
|
PM User | #1 |
|
New Coder ![]() Join Date: Feb 2009
Posts: 21
Thanks: 1
Thanked 0 Times in 0 Posts
![]() |
I need a recommendation on how to do the validation in this case without postback
Hi Every 1,
I have a Create/Delete Users and Roles aspx form with C#. I want the form to validate whether the user had any opened tickets in the past before deleting that user. If the user has any opened tickets then the deletion is not permitted. I want client side validation for this purpose without postback. Just to update you on this, my form will get the user opened tickets information from SQL SERVER Database (I know how to do this.). I need a recommendation on how to do the validation in this case without postback(I want the form to validate whether the user had any opened tickets in the past before deleting that user. I want client side validation for this purpose). Thanks |
|
|
|
|
|
PM User | #2 |
|
Regular Coder ![]() Join Date: May 2005
Location: USA
Posts: 274
Thanks: 2
Thanked 5 Times in 5 Posts
![]() |
To validate without doing a postback you will have to use javascript.
__________________
Power tends to corrupt, and absolute power corrupts absolutely. Lord Acton 1887 Last edited by Freon22; 11-05-2009 at 01:51 PM.. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Rate This Thread | |
|
|