Need a server control that uses the calendar control
I want to develop a server control that uses the calendar control. This new control will have one string property passed in from the outside. The control will use a SQL stored proc to gather data used in the page render section of the calendar control. The property will be passed to the stored proc.
In case you're wondering, I need this because I program in VB and an app that I need to use this in is written in C#. Once I have the control, I can put it in the app and use it as desired.
I have the working code in a web project, I just need to know how...
Making the .NET calendar control as a floating control
Hi,
I need to implement the .NET calendar control as a floating control.
Is it possible to do that? If so, can you let me know how to do that?With Regards,Saravana Kumar M R
You could use the calendar extender control in the AJAX control toolkit. You can download the toolkit here, and there is a sample here.My Blog...
Calendar control
I would like to use the Calendar control to allow the user to pick their date of birth. The problem I am running into is that the Calendar control shows the current month September 2006.If somebody is born on January 22, 1941 it is very cumbersome to click through all the years and months to finally arrive at the right date.How can I make it easier for the user to find their date of birth by using the Calendar control. Without the click, click, click and click…………………………………………...
Usercontrol vs Custom Server Controls, Any need for Custom Server Controls
Hello
I'm new to ASP.Net so this is probably a stupid question but, is there any need to create customer server controls now that you can pre-compile usercontrols into a dll and thus easily share between applications?
This blog post from David Ebb describes how to do it and the restrictions he note don't seem that bad (other than being able to embed resources such as images in the dll). http://blogs.msdn.com/davidebb/archive/2005/10/30/487160.aspx
His article desribes the techniques for ASP.Net 2.0 and he suggests that there will be further improvements in .Net 3.5 in this ar...
how to have both server controls and html controls rendered in a custom control?
I have a custom control in which there is an html text box.when you click on it , a div containing a table is appeared and according to what you select in that table a text is set to the text box.
It works fine but the problem is: as the text box is an html element it doesn't have viewstate and when a post back occures in the page its value disappeares.I tried a hidden field to keep its value.again there is another problem : I put this custom control in a usercontrol and put the usercontrol in a multiview and by clicking on a button this view is selected and by clicking another bu...
Upload control / color chart control / calendar control
Does anyone know of an advanced upload control with all the bells and whistles available?
The same for a color chart and calendar control.
Thank you,
Steve
About a chart control you can try one I wrote:
WebChart Control
It is free.
Chart FX for .NET is the most advanced charting control for ASP.NET.
You can check it out at www.softwarefx.com
---
IG
Software FX
Yep. But Dundas isn't shabby either.
DonDon Kiely, MCP, MCSDIn the Last Frontier, Interior AlaskaPlease post questions and replies to the forum! And remember to MARK AS ANSWER when someone defi...
Custom web control
I am developing a calendar custom control.
I have a textbox, an image button and a calendar displayed, all three are rendered on a Panel.
I want to track the mouse movement, so that when the mouse moves out of the panel or out of the calendar, i will hide the calendar(make the .visible as false).
Is there any method with which i can do it.
Now if i click on the image button the calendar comes up, but if i dont choose any date and then click on an empty area on the page, the calendar is still displayed, i need avoid that.
regds
K.Those who have never made a mistake, Has neve...
Custom control containing Calendar Control (bring to front)
I've created a custom user control containing a text box, image button, and calendar control wrapped into a panel. This will mimic a "popup" date control, the problem is I have other web form controls underneath the calendar when the image is clicked. I've tried chaning the Z-ORDER property of the user control but that doesn't work. Any ideas?
Thanks in advance!...
Custom Calendar Control in VB.NET
I need to develop a custom calendar control in vb.net.can anyone give me an example...
Try this, although it uses the ASP.NET Calendar control:http://www.4guysfromrolla.com/articles/041603-1.aspx Darrell Norton, MVPDarrell Norton's BlogPlease mark this post as answered if it helped you!
i want code for custom asp.net calendar control.
Hi DreamBig,
In this case, please refer to the following article, which covers how to develop a custom Calendar control to meet specific requirements.
http://www.codeproject.com/KB/custom-controls/CoolCalendar.aspx
Also, you can use Reflecto...
problems listenening to events on a custom server control from another custom server control
Hi all,I am having problems listening to events on one of custom server controls(AddBookmark) from another custom server control(BookmarkList). The listener or the BookmarkList control has a property that can be set to the AddBookmark control (string at design but the reference is obtained at run-time). I am able to get a reference to the AddBookmark control and add a listener to it on the BookmarkList control on the OnPrender of BookmarkList. But the problem is that when the events on AddBookmark gets fired, the listener added from the BookmarkList is no longer present and the listene...
Custom Server Control Vs Web Parts, Any need for Custom Server Control
Hello
I've just posted a similar question on why you need server controls when you can pre-compile usercontrols and redistribute them.
http://forums.asp.net/p/1397433/3010100.aspx#3010100
I've seen lots of (usercontrol vs web part) but not much on web part vs custom server control.
According to the MSDN site you can put web parts onto a normal asp.net page outside of a web part zone and they behave just like custom server controls. So, if you are creating a bunch of controls for redistribution to customer asp.net sites and/or SharePoint sites why don't you just create Web Par...
Custom Server Control Made of Custom Controls?
I'm giving myself a crash course in custom server controls, and I have a quick general question.
Can I have a custom server control that is composed of other server controls I created.
I'm pretty sure the answer is yes, but I want to be positive.
Yes
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpcondevelopingcompositecontrols.asp
Shows how to combine existing controls into a new control using class composition.
-ron
Thanks!
ASP.NET so rocks! Making page components extensible objects is such a great idea! I love it....
Bulk Edit Grid View with Calendar Control with ATLAS Calendar Control in update Panel
I have a Grid View that IS functional with a bulk edit function, but whenever I have more than 1 row in the Grid View the Date Text Boxes will not update on SelectionChanged on the Calendar Control. Anyone have any ideas?
The code is us in the aspx.vb file is:
Protected Sub CalAssigned_SelectionChanged(ByVal sender As Object, ByVal e As System.EventArgs)
PopupControlExtender1.Commit(CalAssigned.SelectedDate.ToShortDateString)
My GridView is Functional just I cant add a date to any text box....only the bottom most row.
Any help is appreciated.If you get an answer to your question, please...
Calendar control under dropdown controls
Hi
I have seen that AJAX had a problem displaying under/not over some controls and the calendar itself was hidden, wrong z-layer. I have not found any good solution to this problem and I am using the latest ajax dll.
I am building a application for a big client with only IE6
Is there any fix?
Best Regards
Staffan
/* IE6 Calendar fix */
..ajax__calendar {
position: relative;
}
..ajax__calendar iframe {
left: 0px !important;
top: 0px !important;
}
/* End Fix */...
Datalist controlled by calendar control
I'm building a calendar of events. I do not know how to pull in the SelectedDate to a variable for generating a new datalist view. I've attached the code that I have so far. I would like to break out the databinding to a subroutine, and call that from both the page load and the calendar date change functions.
<%@ Page Language="c#" %>
<%@ import Namespace="System.Data" %>
<%@ import Namespace="System.Data.OleDb" %>
<script runat="server">
private void Page_Load(object sender, System.EventArgs e)
...