Hello all,
I have written a class in VB that extends the BoundField webcontrol (used in GridViews, DetailsView, etc) to add a few more features I need. What I want to know now is how do I go about using this new control in my aspx pages? Currently the class is sitting in a VB file in my App_Code directory.
Any help would be greatly appreciated!
I have written a class in VB that extends the BoundField webcontrol (used in GridViews, DetailsView, etc) to add a few more features I need. What I want to know now is how do I go about using this new control in my aspx pages? Currently the class is sitting in a VB file in my App_Code directory.
Any help would be greatly appreciated!