all groups > asp.net building controls > july 2005 > threads for july 22 - 28, 2005
Filter by week: 1 2 3 4 5
Custominzation Calendar control in ASP 2.0
Posted by Alexandr Zverev at 7/28/2005 9:35:16 PM
Hello.
I would like to develop control which will contain Calendar with some
addition logic in each cell. I found the way to customize each sell using
Calendar1_DayRender method which alow to :
TableCell c = ((DayRenderEventArgs)e).Cell;
c.Controls.Add(new TextBox());
This code... more >>
add reference for System.Web.UI.webcontrols which dll?
Posted by WebBuilder451 at 7/27/2005 7:04:04 AM
Which dll should i add a reference to to get this. i've added System.Web.UI,
but this does not give me WebControls.
thanks
kes... more >>
Good application frameworks?
Posted by BillW at 7/26/2005 6:18:12 PM
Any recommendations for general application frameworks that sit on top of
..net to make writing web apps easier? Basically along the lines of the MS
Application Blocks where things like handling error trapping, configuration,
database stuff are handled. But also extending into areas such as ... more >>
LoadPostData not firing
Posted by John Teague at 7/26/2005 3:36:06 PM
I am trying to create a control that inherits from ListControl. I am
implementing the IPostBackDataHandler, but the LoadPostData method is never
called.
I've read that in addition to implementing these methods, one of the html
tags must have a name = control's uniqueID. However, I've done... more >>
Problem Working with Composite Control
Posted by zen at 7/26/2005 12:00:00 AM
Hi All,
I have designed a control derived from WebControl, which contains lis
of another control derived from PlaceHolder,INamingContainer.
The UML design of the Class is attached ..[image: ClassDesign.JPG]
Now the problem is..
I am adding a user control,derived from WebControl, insid
... more >>
casting custom classes
Posted by Sam at 7/26/2005 12:00:00 AM
Namespace system.web.ui
Public Class ReplacableControlCollection
Inherits ControlCollection
End Class
End Namespace
-------------------------------------------------------
Public Shadows ReadOnly Property controls() As
ReplacableControlCollection
G... more >>
tag = only property.get gets called
Posted by Sam at 7/26/2005 12:00:00 AM
I've got:
<ParseChildren(True)> _
Public Class UserElement
Inherits WebControl
Public strLabel As new Label
Public Sub New()
strLabel.id = "myID"
End Sub
<PersistenceMode(PersistenceMode.InnerProperty)> _
Public Propert... more >>
Custom control code serialization to class file
Posted by Dale at 7/23/2005 6:42:01 AM
I have a custom control that includes a custom collection. In the collection
editor, I add a new item to the collection and that item gets persisted as
desired to the aspx page that contains the control but it does not persist to
the aspx.cs page.
As I have tested different combinations of... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|