Click here to Skip to main content
16,005,141 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Help Trying Connect to SQL Pin
Kanjinghat4-May-06 3:29
Kanjinghat4-May-06 3:29 
AnswerRe: Help Trying Connect to SQL Pin
ALQallaf4-May-06 7:16
ALQallaf4-May-06 7:16 
QuestionLoading selected value from binding Pin
moazzamahmed28-Apr-06 13:19
moazzamahmed28-Apr-06 13:19 
AnswerRe: Loading selected value from binding Pin
minhpc_bk30-Apr-06 0:47
minhpc_bk30-Apr-06 0:47 
QuestionCrystal Report Parameter Passing Error Pin
AVA 7928-Apr-06 11:07
AVA 7928-Apr-06 11:07 
QuestionWebService & WSE 3.0 Pin
hung_ngole28-Apr-06 8:59
hung_ngole28-Apr-06 8:59 
QuestionInvalid ViewState.... Pin
wEb GuRu...28-Apr-06 7:38
wEb GuRu...28-Apr-06 7:38 
QuestionInserting a custom control onto a web form Pin
Ista28-Apr-06 7:07
Ista28-Apr-06 7:07 
So I created a custom control.

I right click the toolbox, chose Add and it added my newly made custom control. That workd and its name appears fine on the toolbox.

So I drag the control on the form.

it produced this register tag
<%@ Register Assembly="WebControls" Namespace="ForumWebControls" TagPrefix="cc1"%>

and this html
<cc1:ForumControl runat="server"></cc1:ForumControl>

But it says the following error.
Error 11 Unknown server tag 'cc1:ForumControl'.
Error 11 Element 'ForumControl' is not a known element. This can occur if there is a compilation error in the Web site.

Does someone know something I did wrong? Do I need to register the schema or something? This works in VS2003, why not VS2005?

Thanks,
Nick

1 line of code equals many bugs. So don't write any!!
AnswerRe: Inserting a custom control onto a web form Pin
Ista28-Apr-06 9:14
Ista28-Apr-06 9:14 
QuestionSqlDataSource control and null values Pin
grandypeace28-Apr-06 6:44
grandypeace28-Apr-06 6:44 
AnswerRe: SqlDataSource control and null values Pin
minhpc_bk30-Apr-06 0:45
minhpc_bk30-Apr-06 0:45 
GeneralRe: SqlDataSource control and null values Pin
grandypeace30-Apr-06 4:46
grandypeace30-Apr-06 4:46 
GeneralRe: SqlDataSource control and null values Pin
minhpc_bk30-Apr-06 5:12
minhpc_bk30-Apr-06 5:12 
GeneralRe: SqlDataSource control and null values Pin
grandypeace30-Apr-06 6:17
grandypeace30-Apr-06 6:17 
Questioncss for a hyperlink column Pin
aurora8328-Apr-06 6:28
aurora8328-Apr-06 6:28 
AnswerRe: css for a hyperlink column Pin
aurora8328-Apr-06 6:29
aurora8328-Apr-06 6:29 
QuestionAdd Checkbox Event handler dynamically Pin
hasanali0028-Apr-06 5:37
hasanali0028-Apr-06 5:37 
AnswerRe: Add Checkbox Event handler dynamically Pin
Mike Ellison28-Apr-06 5:52
Mike Ellison28-Apr-06 5:52 
QuestionQUERY: Mixing ASP.NET 1.1 & 2.0 pages in same website Pin
dhruba.bandopadhyay28-Apr-06 5:32
dhruba.bandopadhyay28-Apr-06 5:32 
AnswerRe: QUERY: Mixing ASP.NET 1.1 & 2.0 pages in same website Pin
minhpc_bk30-Apr-06 0:44
minhpc_bk30-Apr-06 0:44 
QuestionI can get an event to fire for a link button inside a GridView Pin
Ista28-Apr-06 4:50
Ista28-Apr-06 4:50 
AnswerRe: I can get an event to fire for a link button inside a GridView Pin
Mike Ellison28-Apr-06 5:25
Mike Ellison28-Apr-06 5:25 
GeneralRe: I can get an event to fire for a link button inside a GridView Pin
Ista28-Apr-06 5:27
Ista28-Apr-06 5:27 
AnswerRe: I can get an event to fire for a link button inside a GridView Pin
Ista28-Apr-06 5:52
Ista28-Apr-06 5:52 
QuestionRedirect to Word document??? Pin
JimFeng28-Apr-06 4:05
JimFeng28-Apr-06 4:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.