-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: Mrinal
Message 6 in Discussion

Hi Dinesh ,   It's pretty much important for u to understand the working of validators 
in .net before trying to find solution of ur specific problem , normally they generate 
a client side script and server side script , meant for validations to prevent any 
kind of spoofing or malicious intent that may pass client side validations . Now on 
one particular page the way u want to trigger specific validation on particular button 
click , it is not simply possible in case u want to have all validation with control 
on a single aspx page , because on a particular postback all will be triggered ,   
solution there could be few turn around to this problem , like the one dolly suggested 
of generating custom validators or going for server side validations , but again if u 
go for enabling or disabling validators on a button click that will be a problem in ur 
logic as it will be read and executed only on the server side , but they also generate 
client script and if u explicitly don't go for client script i.e: only server side 
validations , that u can do anyway in your button click code by checking whether 
textboxes have any value or not , so , the whole advantage of using .net validator is 
gone wioth it .   one more thing i can think of is using frames and each frame having 
specific aspx page that they will work disassociately but again then communication 
between two frames will be a problem for u ,   anyway i hope all this may be of some 
help for u to take correct decision ,   Regards , Mrinal

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/bdotnet/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to