Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Building Controls / July 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Re-Use Web.UI.UserContol in other web-app31 Jul 2005 13:59 GMT1
I'm at this time doing some prototypeing with several self-made
web-user-controls, I'd like to be able to use these controls in at least 2
web-projects but find myself wondering how to deal with this.
I've already tried setting up the controls in a seperate web-app, but than I
Custominzation Calendar control in ASP 2.029 Jul 2005 05:19 GMT1
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;
tag = only property.get gets called28 Jul 2005 17:41 GMT1
I've got:
    <ParseChildren(True)> _
    Public Class UserElement
        Inherits WebControl
LoadPostData not firing28 Jul 2005 16:01 GMT7
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
Problem Working with Composite Control28 Jul 2005 01:08 GMT3
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..
add reference for System.Web.UI.webcontrols which dll?27 Jul 2005 17:06 GMT5
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
Good application frameworks?27 Jul 2005 12:54 GMT1
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 ...
casting custom classes27 Jul 2005 10:51 GMT2
Namespace system.web.ui
    Public Class ReplacableControlCollection
        Inherits ControlCollection
    End Class
ambiguous match found26 Jul 2005 01:38 GMT2
see code & error below.
i noticed that the page parser only calles the set property so i decided
to program it like below so that the set property can be called by the
page parser while the get property is still availible for programming.
Parsing nested Tags22 Jul 2005 12:49 GMT1
i'm a bit stuck at the following problem and hope any of you can provide
me wit a nice solution:
I have a company with multiple employees.
When creating a company control i can define a property "employee" of
Radiobutton view state is gone...22 Jul 2005 00:49 GMT1
Hi ...
I an building a web form with a usercotrole on the usercontrole i have
several Radiobuttons not in list but in in Group. so they are single radio
buttons. connected by a group name.
Need to update other WebControls when switching from html to design view21 Jul 2005 02:50 GMT2
I have a set of WebControls that have a common base class where the
base class contains a "bool" property that all controls on a single
Page need to match. Basically, change one control's bool property
changes them all. If you stay in "Design" view, everything works and
How do you prevent postback data from being loaded into controls?21 Jul 2005 01:17 GMT2
I've got a form that dynamically adds a DropDownList control to a page.
After the page is posted back the the code behind rebuilds the control
and resets the selected item.  Problem is that the postback data
overrides what the code did.  I would assume that no matter what it
dynamic loading - click event won't fire20 Jul 2005 19:23 GMT2
I have a login control. As I add this control at design time, the control
login_button_Click event got called.
However, it doesn't do the same as I add this control dynamically.
Here is how I load the ctrl dynamically
ControlToValidate20 Jul 2005 18:20 GMT3
I've created a custom server control that is essentially a control
collection. Inside this is a textbox that I'm attempting to validate using a
validation control assigned to the main control collection. I have a public
property that exposes the internal textbox ID so the ...
Pages: 1 2 3 June, 2005
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.