Access HTML controls in C# without runat=server in ASP.NET
posted by netcoder(0) 2 years, 8 months ago 0
Is it mandatory to mention name attribute for the control? and is it only works for the input controls?
Reply
How to know asynchronous postback raised in serverside code in ASP.NET
Do you mean is this for detecting when Ajax call made?
ASP.NET Checkboxlist get values in client side [JQuery]
posted by netcoder(0) 2 years, 7 months ago 0
Wonderful!!!! I decided that it's impossible to read or get values of the check box value property in client side as the values stored in the encrypted format of hidden state. So, This is great article which helps us a lot. Nice work.
Access IFrame content using Jquery
Seems the method contents() is not defined any where..... Thanks for the nice tip.
How to Enable Sorting in OjectDataSource
Good.