Saturday, 7 June 2014

Get Control id using jquery


//id with control id

$('#<%=Controlid.ClientID%>').attr('id')

//Id with Class Name

$('.ButtonClass').attr('id');

No comments:

Post a Comment

How to highlight selected text in notepad++

  –> To highlight a block of code in Notepad++, please do the following steps step-1  :- Select the required text. step-2  :- Right click...