Click here to Skip to main content
15,888,527 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionsearch function C# Pin
Tumtum2111-Apr-14 4:29
Tumtum2111-Apr-14 4:29 
AnswerRe: search function C# Pin
Richard Andrew x6414-Apr-14 15:38
professionalRichard Andrew x6414-Apr-14 15:38 
QuestionRollback DB changes through the UI - requesting advice Pin
pmcm11-Apr-14 1:40
pmcm11-Apr-14 1:40 
AnswerRe: Rollback DB changes through the UI - requesting advice Pin
Marco Bertschi11-Apr-14 2:28
protectorMarco Bertschi11-Apr-14 2:28 
QuestionNeed a solution for my problem Pin
indian14310-Apr-14 10:30
indian14310-Apr-14 10:30 
AnswerRe: Need a solution for my problem Pin
Nico Haegens10-Apr-14 22:50
professionalNico Haegens10-Apr-14 22:50 
GeneralRe: Need a solution for my problem Pin
indian14311-Apr-14 6:36
indian14311-Apr-14 6:36 
GeneralRe: Need a solution for my problem Pin
Nico Haegens11-Apr-14 7:28
professionalNico Haegens11-Apr-14 7:28 
I'm lacking a lot of details but here is my educated guess:
You're trying to reference the dll in your webpage by using a relative path that goes above your web application root.

You should add the dll as a reference to your project, then refer to the name of the dll. Do not include the path or the extension.
<%@ Register TagPrefix="ctl" Namespace="CustomControlNamespace" Assembly="CustomControl" %>

The attribute Assembly refers to the name of the dll.

As for your doubts about configuration and images, really gonna need to see some of your code to help you out there.
GeneralRe: Need a solution for my problem Pin
indian14311-Apr-14 13:27
indian14311-Apr-14 13:27 
GeneralRe: Need a solution for my problem Pin
Nico Haegens12-Apr-14 14:11
professionalNico Haegens12-Apr-14 14:11 
GeneralRe: Need a solution for my problem Pin
indian14313-Apr-14 20:09
indian14313-Apr-14 20:09 
GeneralRe: Need a solution for my problem Pin
indian14314-Apr-14 6:01
indian14314-Apr-14 6:01 
GeneralRe: Need a solution for my problem Pin
Nico Haegens14-Apr-14 11:56
professionalNico Haegens14-Apr-14 11:56 
Questionapply styles in excel with Openxml Pin
byka10-Apr-14 6:18
byka10-Apr-14 6:18 
QuestionConverting aspx pages into ascx pages Pin
indian1439-Apr-14 14:08
indian1439-Apr-14 14:08 
AnswerRe: Converting aspx pages into ascx pages Pin
Blikkies9-Apr-14 22:55
professionalBlikkies9-Apr-14 22:55 
GeneralRe: Converting aspx pages into ascx pages Pin
indian14310-Apr-14 6:08
indian14310-Apr-14 6:08 
GeneralRe: Converting aspx pages into ascx pages Pin
Blikkies10-Apr-14 23:25
professionalBlikkies10-Apr-14 23:25 
QuestionGridviews and hyperlinks help please Pin
Tumtum219-Apr-14 1:21
Tumtum219-Apr-14 1:21 
Questioni am not able to insert images to word document created through C# Pin
sonu jnnce8-Apr-14 22:42
sonu jnnce8-Apr-14 22:42 
AnswerRe: i am not able to insert images to word document created through C# Pin
Schatak10-Apr-14 2:06
professionalSchatak10-Apr-14 2:06 
Questionhow to drag usercontrol to page Pin
Nico Haegens8-Apr-14 5:51
professionalNico Haegens8-Apr-14 5:51 
Questionweb api query - 401 error Pin
miss7868-Apr-14 4:57
miss7868-Apr-14 4:57 
AnswerRe: web api query - 401 error Pin
Bernhard Hiller8-Apr-14 22:18
Bernhard Hiller8-Apr-14 22:18 
GeneralRe: web api query - 401 error Pin
miss7868-Apr-14 23:57
miss7868-Apr-14 23:57 

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.