all groups > asp.net building controls > september 2006 > threads for september 1 - 7, 2006
Filter by week: 1 2 3 4 5
Limit what controls are allowed within another control?
Posted by Dave at 9/7/2006 8:20:02 PM
In buidling custom web controls, what do you have to do to restrict what
controls are allowed inside the parent control and so only the allowable
nested ones appear in intellisense (i.e ListBox is the only thing displayed
in a DropDownList control). Anything to illustrate in the right directio... more >>
Problems with button control containing text and image
Posted by David at 9/6/2006 11:17:43 AM
Hello all. I am trying to implement my first server control and have
run into two problems that I cannot solve. I need the assistance of
someone with more experience.
My goal was to create an input button that would allow for both text
and an image on it. I am attempting to accomplish this ... more >>
please help me with a Dropdown selectindexchange event into a custom control
Posted by KMILO at 9/5/2006 1:19:35 PM
Hello,
Im inserting a dropdownlist into a custom control, I fills it up, change =
the autopostback property to true, and finally assign the handler to do =
this event into the control, but in runtime I change the items and =
nothing happends, any ideas about how to do that correctly, what Im =... more >>
Validator for server control inside user control
Posted by superman at 9/4/2006 7:42:01 PM
Hello,
I am facing a strange situation and have already spent a lot of time on
this. I have a user control 'U' that consists of a server/composite control
'C'. C consists of a textbox 'T' and a datepicker 'D' and implements
INamingContainer. The user-selected date from D appears in T. The
... more >>
Calendar webcontrol Implementation
Posted by KMILO at 9/4/2006 5:28:40 PM
Hello Everyone,
Im currently making a implementation of the calendar, making available to be
datasourced for scheduling proposals, but Im encountering with a dilemma,
when the client changes the month in the calendar the RaisePostBack of my
control answers and kills the continuity of the ... more >>
Newbie, how to validate data in cells in a gridview
Posted by verci at 9/3/2006 1:20:03 PM
Hi, sorry if this seems stupid. :(
How can I validate the values in each cell after editing and the update
button/link has been press?, is this done trough JS? client side?
Thanks and best regards
... more >>
|