netcoder


Comments:

Access HTML controls in C# without runat=server in ASP.NET

posted by netcodernetcoder(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

posted by netcodernetcoder(0) 2 years, 8 months ago 0

Do you mean is this for detecting when Ajax call made?

Reply

ASP.NET Checkboxlist get values in client side [JQuery]

posted by netcodernetcoder(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.

Reply

Access IFrame content using Jquery

posted by netcodernetcoder(0) 2 years, 7 months ago 0

Seems the method contents() is not defined any where..... Thanks for the nice tip.

Reply

How to Enable Sorting in OjectDataSource

posted by netcodernetcoder(0) 2 years, 7 months ago 0

Good.

Reply