<style type="text/css">
.hiddencol
{
display: none;
}
</style>
<asp:BoundField DataField="EMail" HeaderText="EMail" HeaderStyle-CssClass="hiddencol" ItemStyle-CssClass="hiddencol" />
.hiddencol
{
display: none;
}
</style>
<asp:BoundField DataField="EMail" HeaderText="EMail" HeaderStyle-CssClass="hiddencol" ItemStyle-CssClass="hiddencol" />
That's so great! Short, easy to understand and effective. It works well and helpful for me. Thank you very much.
ReplyDelete