Click here to Skip to main content
15,891,567 members

Comments by Ainy Mughal (Top 15 by date)

Ainy Mughal 9-Apr-15 8:01am View    
try this
http://www.c-sharpcorner.com/UploadFile/0c1bb2/merging-multiple-datatables-into-single-datatable-using-asp/
Ainy Mughal 9-Mar-15 8:10am View    
what is it???
if u found solution kindly provide it.
Ainy Mughal 14-Jan-15 23:18pm View    
If you provide code that would be more useful.
Ainy Mughal 27-Nov-14 6:53am View    
Go through these link.
http://www.aspsnippets.com/Articles/ASPNet-Custom-Validator-Server-Side-validation-using-OnServerValidate-event.aspx

http://www.codeproject.com/Tips/722385/Single-Server-Side-Validator-for-Multiple-Controls
Ainy Mughal 27-Nov-14 2:51am View    
To the best of my understanding, when client side scripting is disabled, then server-side validation will still take place. The difference being that now it does a PostBack before returning with the results of the validation. That's why my second suggestion was to check the success/failure of validation in the code behind (Make use of Validate() & IsValid), and based on the IsValid property do different things.