hi,
am not using ajacontroltoolkit.
but wanna implement ajax- scriptmanager, updatepanel asyncpostbacktriggers etc in my aspx pages.
1) how to implement these?
2) also wanna implment in a usercontrol also.
instead of putting scriptmanager control in all the aspx pages, is it ok, that i can insert this tag in the master page, once and it will be applied everywhere?
in that case (3), why its failing to implement it in a user control?
and
(4) when i implement javascript validation in my aspx page, it throws error when other team members uses redfieldvalidator for form validation in their aspx pages? does that mean that javascript/jquery validation doesnt go hand-in-hand with ajax implmentation?
(5) am having simple form with few txtboxes, dropdown with a submit button-- how can i implement ajax in this form
any help is appreciated..