How to get ClientID of html table, which is inside datagrid's itemtemplate column.

Showing Answers 1 - 3 of 3 Answers

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()

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions