Category - ASP.Net
Results 1 - 5 of 11
14 Dec 2015 0 Comments   12413 Views
Here Mudassar Ahmed Khan has explained with an example, how to add ToolTip to ASP.Net DropDownList Items (Options) using jQuery.
The ToolTip is dynamically added to each item by setting the HTML Title attribute of the each item (option) of the ASP.Net DropDownList using jQuery.
09 May 2015 0 Comments   12760 Views
Here Mudassar Ahmed Khan has explained the jQuery selector for ASP.Net control i.e. How to select ASP.Net controls using jQuery.
12 Jan 2015 0 Comments   3336 Views
Here Mudassar Ahmed Khan has explained how to disable mouse right click in ASP.Net (ASPX) page using jQuery.

The script has to be copied in Master Page or Content Page and it will disable mouse right click in ASP.Net (ASPX) page using jQuery.
04 Jan 2015 0 Comments   10368 Views
Here Mudassar Ahmed Khan has explained how to clear ASP.Net FileUpload control jQuery. ASP.Net FileUpload control is actually HTML Input File element which is ReadOnly i.e. one cannot modify its value on Client Side using jQuery.

Hence he has created a clone of the original control and replaced it with new one in order to clear ASP.Net FileUpload control on Client Side using jQuery.
12 Jul 2014 0 Comments   15601 Views
Here Mudassar Ahmed Khan has explained how to find and select ASP.Net Server Control like Button, TextBox, DropDownList, CheckBox, RadioButton, CheckBoxList, RadioButtonList, GridView, Repeater, etc. using jQuery when using Master Page and Content Page.
Results 1 - 5 of 11