J
Jeff
hi
asp.net 2.0
I'm having problem getting reference to a HtmlTableCell, below you see my
code. the cell value get a null value...
using System.Web.UI.HtmlControls;
HtmlTableCell cell = (HtmlTableCell)FindControl("lblRole");
<td style="width:140px; text-align:right;" id="lblRole">Role:</td>
any suggestions?
asp.net 2.0
I'm having problem getting reference to a HtmlTableCell, below you see my
code. the cell value get a null value...
using System.Web.UI.HtmlControls;
HtmlTableCell cell = (HtmlTableCell)FindControl("lblRole");
<td style="width:140px; text-align:right;" id="lblRole">Role:</td>
any suggestions?