Hi every body,
i created a custom column by inheriting from BoundField
Class.
Now i want to use that column in gridview. It works fine.
But when type
<columns>
here you can get intellisense where you see various field
lie
<asp:Boundfield, <asp:Hyerplinkg e.t.c.
</columns>
do any body know how can i get my custom field name in
intellisense.
It is ok with me to inherit to gridview to solve the
problem.
Thanks in advance.
Gohan
|