Click here to Skip to main content
15,908,445 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Sql update problem in content page Pin
Christian Graus10-Sep-08 6:15
protectorChristian Graus10-Sep-08 6:15 
GeneralRe: Sql update problem in content page Pin
Omar Gameel Salem10-Sep-08 8:07
professionalOmar Gameel Salem10-Sep-08 8:07 
QuestionShow Computer name and IP of the computer viewing the web page Pin
SAadmin10-Sep-08 4:50
SAadmin10-Sep-08 4:50 
AnswerRe: Show Computer name and IP of the computer viewing the web page Pin
Guffa10-Sep-08 20:46
Guffa10-Sep-08 20:46 
GeneralRe: Show Computer name and IP of the computer viewing the web page Pin
SAadmin10-Sep-08 21:00
SAadmin10-Sep-08 21:00 
GeneralRe: Show Computer name and IP of the computer viewing the web page Pin
Guffa10-Sep-08 21:14
Guffa10-Sep-08 21:14 
GeneralRe: Show Computer name and IP of the computer viewing the web page Pin
SAadmin11-Sep-08 0:49
SAadmin11-Sep-08 0:49 
GeneralStrange Namespace Issue - Solved [modified] Pin
Brady Kelly10-Sep-08 4:39
Brady Kelly10-Sep-08 4:39 
I have a user control called TabControl. In the same web site, I have a user control called GridTabPage. When I try and dynamically add pages, e.g. tcGrid is a TabControl.
tcGrids.TabPages.Add(new GridTabPage("One"));
tcGrids.TabPages.Add(new GridTabPage("Two"));
tcGrids.TabPages.Add(new GridTabPage("Three"));

I get told I'm missing a reference to a generated assembly. GridTabPage was not known, but as there are no namespaces in a plain ASP.NET web site, how could I make it known to the code? Easy, just also register it in the aspx!



Last modified: 1hr 56mins after originally posted --



QuestionTitle problem Pin
krishnaveer10-Sep-08 2:36
krishnaveer10-Sep-08 2:36 
AnswerRe: Title problem Pin
Pete O'Hanlon10-Sep-08 2:52
mvePete O'Hanlon10-Sep-08 2:52 
AnswerRe: Title problem Pin
Christian Graus10-Sep-08 6:17
protectorChristian Graus10-Sep-08 6:17 
GeneralRe: Title problem Pin
Steven A. Lowe12-Sep-08 18:44
Steven A. Lowe12-Sep-08 18:44 
Questioncan i set navigateurl for swf file through vs 2003 Pin
natureabc10-Sep-08 1:56
natureabc10-Sep-08 1:56 
QuestionHow to use SID Like Windows authentication User? Pin
Piyush Vardhan Singh10-Sep-08 1:37
Piyush Vardhan Singh10-Sep-08 1:37 
GeneralDeclarative Property Collections Pin
Brady Kelly10-Sep-08 1:04
Brady Kelly10-Sep-08 1:04 
GeneralRe: Declarative Property Collections Pin
J4amieC10-Sep-08 2:08
J4amieC10-Sep-08 2:08 
GeneralRe: Declarative Property Collections Pin
Brady Kelly10-Sep-08 2:52
Brady Kelly10-Sep-08 2:52 
GeneralRe: Declarative Property Collections Pin
J4amieC10-Sep-08 3:16
J4amieC10-Sep-08 3:16 
GeneralTab Control with MultiView and Menu Pin
Brady Kelly10-Sep-08 0:47
Brady Kelly10-Sep-08 0:47 
Questiondeploy website to server Pin
eyeseetee10-Sep-08 0:24
eyeseetee10-Sep-08 0:24 
AnswerRe: deploy website to server Pin
AhsanS10-Sep-08 0:27
AhsanS10-Sep-08 0:27 
GeneralRe: deploy website to server Pin
eyeseetee10-Sep-08 0:38
eyeseetee10-Sep-08 0:38 
GeneralRe: deploy website to server Pin
Gamzun10-Sep-08 20:06
Gamzun10-Sep-08 20:06 
QuestionValidaion Pin
mpavas10-Sep-08 0:23
mpavas10-Sep-08 0:23 
AnswerRe: Validaion Pin
AhsanS10-Sep-08 0:29
AhsanS10-Sep-08 0:29 

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.