Click here to Skip to main content
15,925,528 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: className effects not showing up Pin
eggie513-Sep-06 7:06
eggie513-Sep-06 7:06 
QuestionStandalone HTTP Communication [modified] Pin
mollasadra12-Sep-06 11:31
mollasadra12-Sep-06 11:31 
QuestionNeed help in making web page resizable Pin
bankerkev12-Sep-06 5:38
bankerkev12-Sep-06 5:38 
Questionhow to connect to MS SQL database Pin
JustmeNick12-Sep-06 5:24
JustmeNick12-Sep-06 5:24 
QuestionHow to register an assembly in asp.net web app? Pin
choorakkuttyil12-Sep-06 1:59
choorakkuttyil12-Sep-06 1:59 
AnswerRe: How to register an assembly in asp.net web app? Pin
Tushar Kothari12-Sep-06 2:17
Tushar Kothari12-Sep-06 2:17 
QuestionRe: How to register an assembly in asp.net web app? Pin
choorakkuttyil12-Sep-06 2:32
choorakkuttyil12-Sep-06 2:32 
AnswerRe: How to register an assembly in asp.net web app? Pin
Boro_Bob13-Sep-06 3:41
Boro_Bob13-Sep-06 3:41 
I am unfamiliar with using reflection. The method I use is thus:

In Solution Explorer, right click on the References, select Add Reference from the context menu. This opens up a window showing many available references. If you are adding a custom or third party reference, just click the Browse button on the right of the windows, find the ddl file and select it.

You may then have to add a Using reference to your code behind pages to expose its classes eg:

using ApplicationDataBlocks;
or
using Neodynamic.WebControls.BarcodeProfessional;

Hope this helps. Hope this helps. Hope this helps. Hope this helps. Hope this helps. Hope this helps. Hope this helps. Hope this helps. Hope this helps. Hope this helps. Hope this helps. Hope this helps.

Words fade as the meanings change, but somehow, it don't bother me.

Questionclassic ASP Pin
myousufq12-Sep-06 0:33
myousufq12-Sep-06 0:33 
AnswerRe: classic ASP Pin
Tushar Kothari12-Sep-06 2:11
Tushar Kothari12-Sep-06 2:11 
GeneralRe: classic ASP Pin
myousufq12-Sep-06 7:46
myousufq12-Sep-06 7:46 
QuestionWebservice asynchronous methods not available Pin
Talal Sultan11-Sep-06 20:12
Talal Sultan11-Sep-06 20:12 
QuestionWSE 3.0 using TCP and custom data. Pin
Steve Messer11-Sep-06 8:10
Steve Messer11-Sep-06 8:10 
Questionloading dll in javascript. Pin
V.11-Sep-06 4:39
professionalV.11-Sep-06 4:39 
AnswerRe: loading dll in javascript. Pin
led mike11-Sep-06 6:06
led mike11-Sep-06 6:06 
GeneralRe: loading dll in javascript. Pin
V.11-Sep-06 20:37
professionalV.11-Sep-06 20:37 
Questionupload POST request with javascript or ajax Pin
DagsmanIsTheMan11-Sep-06 1:44
DagsmanIsTheMan11-Sep-06 1:44 
AnswerRe: upload POST request with javascript or ajax Pin
CWIZO13-Sep-06 3:54
CWIZO13-Sep-06 3:54 
GeneralRe: upload POST request with javascript or ajax Pin
DagsmanIsTheMan13-Sep-06 4:43
DagsmanIsTheMan13-Sep-06 4:43 
QuestionxmlHttp + web services + help needed Pin
Naveed Kamboh11-Sep-06 1:30
Naveed Kamboh11-Sep-06 1:30 
AnswerRe: xmlHttp + web services + help needed Pin
Tushar Kothari11-Sep-06 1:36
Tushar Kothari11-Sep-06 1:36 
GeneralRe: xmlHttp + web services + help needed Pin
Naveed Kamboh11-Sep-06 2:00
Naveed Kamboh11-Sep-06 2:00 
GeneralRe: xmlHttp + web services + help needed Pin
Tushar Kothari11-Sep-06 3:45
Tushar Kothari11-Sep-06 3:45 
QuestionAsynchronous webservice call Pin
Tushar Kothari11-Sep-06 0:50
Tushar Kothari11-Sep-06 0:50 
Questionmake edit box uneditable Pin
tibiz10-Sep-06 19:47
tibiz10-Sep-06 19:47 

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.