Click here to Skip to main content
15,923,789 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHyperlink and AJAX ModalPopup Pin
h@s@n28-Jul-07 2:15
h@s@n28-Jul-07 2:15 
QuestionColor html document Printing Pin
rahul21nov28-Jul-07 2:06
rahul21nov28-Jul-07 2:06 
AnswerRe: Color html document Printing Pin
Blue_Boy28-Jul-07 2:15
Blue_Boy28-Jul-07 2:15 
QuestionReteriving data from database Pin
h@s@n28-Jul-07 2:06
h@s@n28-Jul-07 2:06 
QuestionMaster Page Problem Pin
Mahesh.J28-Jul-07 1:08
Mahesh.J28-Jul-07 1:08 
AnswerRe: Master Page Problem [modified] Pin
wk63328-Jul-07 6:30
wk63328-Jul-07 6:30 
QuestionASPNET Error Pin
#realJSOP28-Jul-07 0:59
professional#realJSOP28-Jul-07 0:59 
AnswerRe: ASPNET Error Pin
Christian Graus28-Jul-07 12:08
protectorChristian Graus28-Jul-07 12:08 
I've seen this happen when the code behind doesn't define a namespace. If you don't put the code in a namespace, I think the folder names can be prepended to the class name. Try putting a namespace, any namespace, around the class, and then fully qualify it in the asp. So

ASPX:

inherits="JohnRocks.erboard_dashboard

.cs:

namespace JohnRocks
{

class erboard_dashboard : CBasePage
{



and so on. Also, try removing the _ from the class name, if that doesn't work. .NET uses the _ to create class names that include the names of folders, perhaps that is an issue....



Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

Questionwant to create pop up windows Pin
ooooooooppppppss28-Jul-07 0:27
ooooooooppppppss28-Jul-07 0:27 
AnswerRe: want to create pop up windows Pin
Christian Graus28-Jul-07 12:20
protectorChristian Graus28-Jul-07 12:20 
QuestionTo Populate the values from a UltraWebGrid to a textbox Pin
codingrocks27-Jul-07 23:26
codingrocks27-Jul-07 23:26 
Questioncheckboxlist problem Pin
imranafsari27-Jul-07 23:01
imranafsari27-Jul-07 23:01 
AnswerRe: checkboxlist problem Pin
Christian Graus28-Jul-07 12:50
protectorChristian Graus28-Jul-07 12:50 
QuestionOnblur="self.focus();" not working in Fire Fox Pin
kaushik49027-Jul-07 21:29
kaushik49027-Jul-07 21:29 
AnswerRe: Onblur="self.focus();" not working in Fire Fox Pin
#realJSOP28-Jul-07 1:00
professional#realJSOP28-Jul-07 1:00 
AnswerRe: Onblur="self.focus();" not working in Fire Fox Pin
Guffa28-Jul-07 6:11
Guffa28-Jul-07 6:11 
QuestionSingle sign on in two websites Pin
sandeep kumar pundhir27-Jul-07 21:04
sandeep kumar pundhir27-Jul-07 21:04 
AnswerRe: Single sign on in two websites Pin
Christian Graus27-Jul-07 21:49
protectorChristian Graus27-Jul-07 21:49 
GeneralRe: Single sign on in two websites Pin
sandeep kumar pundhir27-Jul-07 22:27
sandeep kumar pundhir27-Jul-07 22:27 
Questionopen a frame when mouse over to an image Pin
Vipin.d27-Jul-07 20:55
Vipin.d27-Jul-07 20:55 
AnswerRe: open a frame when mouse over to an image Pin
Paul Conrad28-Jul-07 15:15
professionalPaul Conrad28-Jul-07 15:15 
QuestionScript..., Pin
Member 387988127-Jul-07 20:46
Member 387988127-Jul-07 20:46 
AnswerRe: Script..., Pin
Guffa27-Jul-07 22:47
Guffa27-Jul-07 22:47 
GeneralRe: Script..., Pin
Member 387988127-Jul-07 23:03
Member 387988127-Jul-07 23:03 
QuestionDatagrid control Pin
Prakash_Mishra27-Jul-07 20:39
Prakash_Mishra27-Jul-07 20:39 

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.