Click here to Skip to main content
15,917,968 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I am using Toolkit's Tab Container.In that i have placed a gridview control in one of the tab.I am uing Jquery Sort to sort the values in the grid.I can't able to the gridView Control ID via Jquery.Could you guide me in finding the GridView Control inside the TabContainer.?



Regards,

Hsakarp.
Posted

1 solution

I have Registered the script in the server side..

ScriptManager.RegisterStartupScript(this, GetType(), "Name", string.Format("$(function(){{$('#{0}').tablesorter(); }});", <grid.clientid>), true);</grid.clientid>


Regards,
Hsakarp.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900