HighTechTalks DotNet Forums  

Problem with Calendar webcontrol in a web custom control

ASP.net Building Controls microsoft.public.dotnet.framework.aspnet.buildingcontrols


Discuss Problem with Calendar webcontrol in a web custom control in the ASP.net Building Controls forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
AT
 
Posts: n/a

Default Problem with Calendar webcontrol in a web custom control - 12-17-2003 , 05:39 AM






I'm building a web custom control, that should render out a calendar
webcontrol. I'm using the following code...

protected override void Render(HtmlTextWriter output)
{
System.Web.UI.WebControls.Calendar calendar = new Calendar();
calendar.RenderControl(output);
}

The problem is that it only render out the calendar webcontrol without
it's functionality. Fx. there are no links on each day etc.

What do I do wrong?

Reply With Quote
  #2  
Old   
Mahesh ChandraMouli[MVP]
 
Posts: n/a

Default Problem with Calendar webcontrol in a web custom control - 12-18-2003 , 08:34 PM






Hi ,

Which browser u are using IE or Netscape?

Regards
Mahesh ChandraMouli
Microsoft .NET MVP|MCAD
Quote:
-----Original Message-----
I'm building a web custom control, that should render
out a calendar
webcontrol. I'm using the following code...

protected override void Render(HtmlTextWriter output)
{
System.Web.UI.WebControls.Calendar calendar = new
Calendar();
calendar.RenderControl(output);
}

The problem is that it only render out the calendar
webcontrol without
it's functionality. Fx. there are no links on each day
etc.

What do I do wrong?
.


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.