web-controls

Asp.net calendar do not render previous/next days

How to do it. For example the calendar for march will also show days from feb and april. I dont want them to be shown. How to do. Anyone have sample code? ...

Web User Control with content inside it

Usage : <uc1:WindowControl ID="Window_ExpoNews" runat="server" Height="265px" Title="Expo News" Width="100%"> <ContentTemplate> This content will show in the center cell of this user control. <br /> I can even add real controls. <asp:TextBox ID="TextBox1" runat="server" /> ...

Internet explorer add on and the website

Is the website able to determine if a particular IE add on has been installed or not? How do you have the web page detect the IE add on? ...

What is the best way to display a hierarchy of choices in an ASP.net Forms Application?

I am working on an ASP.net Forms Application that keeps track of information about different offices in an organization. The offices are organized into a hierarchy. Some users of the program will have access to certain information about all offices in the hierarchy. Some users of the program will have access to only a small part of th...