Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using a custom control

Status
Not open for further replies.

mspain

IS-IT--Management
Mar 17, 2002
100
US
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!
 
create an ASCX - drop your code there, then drop that control on your page as needed
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top