Ask a Question related to ASP.NET General, Design and Development.
-
Saravana #1
Re: Calandar control
Check out this article, here when you press a button calendar will open in a
pop up window and then when you select it will close automatically. I hope
this might help you
[url]http://www.microsoft.com/india/msdn/articles/PopupCalendarinASP.aspx[/url]
--
Saravana
Microsoft India Community Star,MC**
[url]www.extremeexperts.com[/url]
"Jake" <reachJake@hotmail.com> wrote in message
news:017901c35fd0$72e607a0$a001280a@phx.gbl...> Hi all,
>
> Im trying to open a calandar control when the user clicks
> a button at the postion of the button, not a ramdom
> location. What is the best way to acheive this?
>
> I was trying to determin if there is a way to use a panel
> that opened up over the top of the other UI componentes
> instead of moving them down, but was unable to determin
> this? Any ideas?
>
> Thanks in advance
>
> Cheers Jake
Saravana Guest
-
Possible to create a composite control that has a child control that is a validator that validates the composite control itself?
I am attempting to create a composite control which has a label, followed by an optional error message, followed by two text boxes. I have... -
Composite control delegating databound templated features to child <asp:repeater> control
Hi Everybody, I'm creating a composite control in C# that basically renders a bunch of webcontrols such as <asp:Label />, <asp:Repeater />,... -
Page Load fired 3 times Web user control is embedded in a custom control
Hi, I have built a custom control that build a table with 3 cells in it. The custom control is designed to add all child controls to cell#2,... -
ControlDesigner not invoked on custom control when control is rendered within another custom control
I have a custom control that has a simple designer (derived from System.Web.UI.Design.ControlDesigner) associated with it (using the... -
Using Table control in a custom composite control. Control does not render properly in design time.
All, I have written a very simple custom composite control that includes a control of type System.Web.UI.WebControls.Table. The control...



Reply With Quote

