How to make a "drop down checklist" control in VS2008?

  • Thread starter Thread starter CNkid
  • Start date Start date
I've tried this control. but it didn't work in VS2008.

I tried to run the demo, but failed. (It said "Type or namespace of UNLV
NOT Found. ")

Any suggestions?

thanks a lot~
 
I've tried this control. but it didn't work in VS2008.

I tried to run the demo, but failed. (It said "Type or namespace of UNLV
NOT Found. ")

Any suggestions?

thanks a lot~

"Alexey Smirnov" <[email protected]> 写入消æ¯





- Show quoted text -

Go to References and remove reference to DropDownCheckList. After that
click add - browse and point to DropDownCheckList.dll from \bin
folder. Also, ensure that DropDownCheckList.js is located in /
aspnet_client/UNLV_IAP_WebControls/DropDownCheckList/ directory. This
is mentioned on Page1.aspx, otherwise you will get a js-error on every
page.

The control is really great.
 
Back
Top