chandan123 Profile Answers by chandan123 Nov 22nd, 2006 HiThere should be ID of the table in HTML code. In the ItemDataBound event u can get the table.Dim table1 as HtmlControls.HtmlTable = CType(e.item.itemtype("table1"), HtmlControls.HtmlTable)Then u can easily get the html1.ClientID()
How to get ClientID of html table, which is inside datagrid's itemtemplate column.