Click here to Skip to main content
15,903,012 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: namespaces in web site Pin
Mack Ait-Aoudia28-Aug-07 2:37
Mack Ait-Aoudia28-Aug-07 2:37 
Questionsort dataset Pin
DonVBguy27-Aug-07 11:20
DonVBguy27-Aug-07 11:20 
QuestionGridview Ienumerator Pin
ctrlnick27-Aug-07 10:57
ctrlnick27-Aug-07 10:57 
QuestionWhat does "Add Reference" actually do? Pin
GregStevens27-Aug-07 9:57
GregStevens27-Aug-07 9:57 
AnswerRe: What does "Add Reference" actually do? Pin
Pete O'Hanlon27-Aug-07 11:09
mvePete O'Hanlon27-Aug-07 11:09 
GeneralRe: What does "Add Reference" actually do? Pin
GregStevens28-Aug-07 2:56
GregStevens28-Aug-07 2:56 
GeneralRe: What does "Add Reference" actually do? Pin
Pete O'Hanlon29-Aug-07 9:36
mvePete O'Hanlon29-Aug-07 9:36 
GeneralRe: What does "Add Reference" actually do? Pin
GregStevens29-Aug-07 9:42
GregStevens29-Aug-07 9:42 
Hmm.... I'm not sure you understand. I'm still trying to make use of a class name in the external assembly, but I'm trying to make use of it in a code-behind page, rather than a compiled class.

Specifically, I have installed an external assembly called SimpleChart, which gives me a file called SimpleChart4.dll.

Then, in a code-behind page I say:

Imports SimpleChart4

which is the name of the namespace, and is the line used in all of their example code. However, it gives me an error, telling me that it doesn't recognize the type.

In theory, if I had the Visual Studio.NET application, I could click on "Add Reference", choose the "COM" tab, and add a reference to the DLL, and then suddenly it should be able to recognize the SimpleChart4 namespace/type.

However, since I do not use the Visual Studio.NET application, I'm wondering how to do this without....


----Greg
QuestionWhen to use PostBack and When to use CallBack? Pin
John.G27-Aug-07 9:06
John.G27-Aug-07 9:06 
AnswerRe: When to use PostBack and When to use CallBack? Pin
orsini27-Aug-07 10:14
orsini27-Aug-07 10:14 
GeneralRe: When to use PostBack and When to use CallBack? Pin
John.G27-Aug-07 10:25
John.G27-Aug-07 10:25 
QuestionDynamic controls Pin
priyank_ldce27-Aug-07 4:58
priyank_ldce27-Aug-07 4:58 
AnswerRe: Dynamic controls Pin
Tarakeshwar Reddy27-Aug-07 8:28
professionalTarakeshwar Reddy27-Aug-07 8:28 
QuestionHow to clear cookies and Session ids Pin
Ganesh Kalaiarasi27-Aug-07 4:42
Ganesh Kalaiarasi27-Aug-07 4:42 
AnswerRe: How to clear cookies and Session ids Pin
NetBot27-Aug-07 4:55
NetBot27-Aug-07 4:55 
QuestionRe: How to clear cookies and Session ids Pin
l.karimi.j14-Oct-07 0:45
l.karimi.j14-Oct-07 0:45 
QuestionAJAX help required!!!! Pin
NetBot27-Aug-07 4:25
NetBot27-Aug-07 4:25 
AnswerRe: AJAX help required!!!! Pin
orsini27-Aug-07 5:08
orsini27-Aug-07 5:08 
AnswerRe: AJAX help required!!!! Pin
mangrovecm27-Aug-07 18:24
mangrovecm27-Aug-07 18:24 
Questionhow turn off the "select" word in a gridview Pin
orsini27-Aug-07 4:16
orsini27-Aug-07 4:16 
AnswerRe: how turn off the "select" word in a gridview Pin
orsini27-Aug-07 10:40
orsini27-Aug-07 10:40 
Questionhow i obtain information from sql server via clickiing on my button? Pin
Saba0227-Aug-07 3:33
Saba0227-Aug-07 3:33 
AnswerRe: how i obtain information from sql server via clickiing on my button? Pin
www.Developerof.NET27-Aug-07 3:50
www.Developerof.NET27-Aug-07 3:50 
QuestionGridview Pin
ejaz_pk27-Aug-07 2:30
ejaz_pk27-Aug-07 2:30 
AnswerRe: Gridview Pin
Urs Enzler27-Aug-07 3:39
Urs Enzler27-Aug-07 3: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.