Click here to Skip to main content
15,886,689 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: New to ASP Pin
Jay Royall20-Jun-08 5:38
Jay Royall20-Jun-08 5:38 
QuestionDisable Copy Slide, Edit Slide and Print Slide options in .pps file. Pin
VivekNema20-Jun-08 4:39
VivekNema20-Jun-08 4:39 
Questiontextbox value addition Pin
ManiMughal20-Jun-08 4:36
ManiMughal20-Jun-08 4:36 
AnswerRe: textbox value addition Pin
windhopper20-Jun-08 4:45
windhopper20-Jun-08 4:45 
GeneralRe: textbox value addition Pin
ManiMughal20-Jun-08 4:51
ManiMughal20-Jun-08 4:51 
GeneralRe: textbox value addition Pin
tina->newcoder20-Jun-08 8:04
tina->newcoder20-Jun-08 8:04 
GeneralRe: textbox value addition Pin
windhopper22-Jun-08 22:07
windhopper22-Jun-08 22:07 
QuestionServer Control help? Code attached Pin
windhopper20-Jun-08 4:01
windhopper20-Jun-08 4:01 
I'm trying to create a basic server control to display and image but i keep getting errors. The control code below compiles fine but when i try to add it to a page it gives me errors. Can anyone help?

Control code:

<%@ Control Language="C#" AutoEventWireup="true" CodeFile="testControl.ascx.cs" Inherits="_Default"%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<img src="booze.jpg" runat="server" id="image" />&nbsp;<br />

Code used in page/web form:

<%@ Register TagPrefix="apress" TagName="image" Src="testControl.ascx" %>

<apress:image id="image1" runat="server"></apress:image>

I've added the control .dll to the project and everything but i still get errors.
Help???
AnswerRe: Server Control help? Code attached Pin
Abhijit Jana20-Jun-08 4:04
professionalAbhijit Jana20-Jun-08 4:04 
GeneralRe: Server Control help? Code attached Pin
windhopper20-Jun-08 4:17
windhopper20-Jun-08 4:17 
QuestionThe solution to our ASP.NET page timeout problems... Pin
AndyBrew7020-Jun-08 3:53
AndyBrew7020-Jun-08 3:53 
QuestionJavaScript Help?? Pin
Imran Adam20-Jun-08 3:16
Imran Adam20-Jun-08 3:16 
AnswerRe: JavaScript Help?? Pin
Abhijit Jana20-Jun-08 3:22
professionalAbhijit Jana20-Jun-08 3:22 
GeneralRe: JavaScript Help?? Pin
Imran Adam20-Jun-08 5:56
Imran Adam20-Jun-08 5:56 
QuestionGood free Wiki, intranet implementation in ASP.NET - suggestions? Pin
m3ntat_20-Jun-08 2:57
m3ntat_20-Jun-08 2:57 
AnswerRe: Good free Wiki, intranet implementation in ASP.NET - suggestions? Pin
Abhijit Jana20-Jun-08 2:59
professionalAbhijit Jana20-Jun-08 2:59 
GeneralRe: Good free Wiki, intranet implementation in ASP.NET - suggestions? Pin
m3ntat_20-Jun-08 3:14
m3ntat_20-Jun-08 3:14 
GeneralRe: Good free Wiki, intranet implementation in ASP.NET - suggestions? Pin
Abhijit Jana20-Jun-08 3:44
professionalAbhijit Jana20-Jun-08 3:44 
AnswerRe: Good free Wiki, intranet implementation in ASP.NET - suggestions? Pin
N a v a n e e t h20-Jun-08 4:13
N a v a n e e t h20-Jun-08 4:13 
Questionmaintaining a site Pin
vijaylumar20-Jun-08 2:44
vijaylumar20-Jun-08 2:44 
QuestionHow to create weather control in Asp.Net Pin
Johndas20-Jun-08 1:45
Johndas20-Jun-08 1:45 
AnswerDuplicate Post : Please iGnOre Pin
Abhijit Jana20-Jun-08 1:48
professionalAbhijit Jana20-Jun-08 1:48 
QuestionHow to create Weather Control in Asp.Net Pin
Johndas20-Jun-08 1:42
Johndas20-Jun-08 1:42 
AnswerRe: How to create Weather Control in Asp.Net Pin
Abhijit Jana20-Jun-08 1:44
professionalAbhijit Jana20-Jun-08 1:44 
Questionfilter field in crystal report creation wizard? Pin
Masood Kochi,SSF20-Jun-08 1:39
Masood Kochi,SSF20-Jun-08 1: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.