registering a class
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hello, i have made a class.now i want to register this class as an assembly.my class actually is an extension of radiobutton.i want to use my custom class in a webform.so i want to register it like this <%@ Register TagPrefix="vs" Namespace="ChaxRadioButton" Assembly="online_test"%>.online_test is the name of the project. i tried doing this but it is not working.what to do? thanx, chitranjan more dash than cash!!!