When my custom control is dropped onto a web page at design time, I want an
associated HTTPHandler reference to be automatically added to the project's
web.config file if it's not already there.
I see some other controls do this, such as the ReportViewer control so I
know it is possible. But...
more >>
I have a page that has several controls on it and the controls are
shown or hidden during postback. I show and hide them using the
visible property. When I use 'view source' in Internet Explorer I
always see the source of the first version of the page, with the
controls rendered that where ren...
more >>
I have a page with several controls on the page and all except one are
hidden. This page works like a wizard by hiding and showing controls
has the user clicks next. The control are hidden by setting
visible=false in the code-behind, so they are never rendered. My next
button validates the pa...
more >>
hi,
I've a problem in accessing user controls when I deploy the application in
the production server..
I'm receiving the following error...
Ambiguous match found.
Source Error:
Line 1: <%@ Control Language="c#" AutoEventWireup="false"
Codebehind="CommViewEvents.ascx.cs"
Inherits="HydP...
more >>