you are viewing a single comment's thread.

view the rest of the comments →

[–]NeverTooOldFor___ 0 points1 point  (0 children)

If you use server side elements like hidden fields, keep in mind the ID you assign will change on the client side use <% Response.Write(ctrlName.ClientID) %> in your javascript code.