RowSelectorColumn

C

Chip

Andy Smith's control (metabuilders.com/Tools/RowSelectorColumn.aspx ) is
everywhere and I'm feeling pretty stupid. I've placed the dll in my /bin
directory, registered the control, added the column to my datagrid, and it
works! VS.NET even renders it in design mode (2002 didn't). However, when I
go to reference it, it won't compile -- Type RowSelectorColumn is not
defined. There is no documentation on what, if any, "Import" to add to the
page.

Anybody out there got this control to work in Code Behind? I saw one post
that claims it won't work with Code Behind so at least one other person is
feeling my pain...

Chip
 
C

Chip

I got an answer to this. Aside from adding a project reference, which I had
done already, in the IDE, you need to use the fully qualified name, as in:

Dim rsc As MetaBuilders.WebControls.RowSelectorColumn = _
MetaBuilders.WebControls.RowSelectorColumn.FindColumn(grdList)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top