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 / February 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
ID Assignment?28 Feb 2007 08:59 GMT3
I would like to know more about how the ASPNET runtime assigns unique control IDs to the controls on a page. I'm curious because it
doesn't appear to be "fixed"...which causes problems with composite controls which contain controls doing postbacks.
Here's what happened to me: I ...
Question about a user control derived from DropDownList26 Feb 2007 07:10 GMT2
I posted this in a different group yesterday with no responses, so I'll
try here.
I have a simple control that is in a CS file (not ASCX).  It is derived
from DropDownList like this
Custom Composite Control inherited from TextBox25 Feb 2007 18:49 GMT2
I'm trying to create my own custom control based on the textbox, but
with additional properties to specify whether or not the textbox is a
required field, and if its needs to be validated against a regular
expression. I'd also like it to change its backcolor and be focused on
Change the tag prefix of a custom control25 Feb 2007 17:23 GMT6
How can I change the tag prefix of a custom control.
My Asp.Net 2.0 custom control tag prefix is cc1.
Thanks,
Miguel
Custom Image Button help.25 Feb 2007 01:54 GMT2
I am trying to extend the default asp:ImageButton to include an image for an
enabled state and a second image for a disabled state.  I currently did this
by extending the ImageButton class in a custom control, creating a property
for each of these images (EnabledImageUrl, ...
Updating Custom Control at Design Time24 Feb 2007 04:55 GMT3
Okay, I'm confused: I have a custom composite control which has several "steps". I've created the DesignerActionList infrastructure
to move between the steps at design time. The methods that control the movement get called, the "step state" gets changed...but the
design surface ...
Custom controls in a Formview22 Feb 2007 12:04 GMT1
I have a custom control in a Formview. This custom control consists of a
textbox, a label and some code-behind. The code behind generates a codenumber
in the label based on a database and the entry in the textbox. Everything
works fine. I bind with two properties the textbox and ...
Persisting Child Controls, Property Collections and Individual Properties22 Feb 2007 09:31 GMT1
I have a custom composite control whose markup needs to contain child controls, an array property, and simple properties, all as
nested tag elements, e.g.:
<cc1:MyComposite runat="server" id="whatever" SimpleProp1="somevalue">
    <ChildControls>    <-- this is a property collection, of ...
Designers Not Called for Child Controls22 Feb 2007 04:01 GMT3
In design-mode, when my databound composite control creates its child controls and adds them to its control collection, the
designers for the newly-created child controls (which are also composite databound controls) don't get called.
Why is that? I thought the designer was always ...
Masquerading as a Different Control at Design Time21 Feb 2007 03:29 GMT3
I'm building a custom control which is essentially a customized version of the Wizard control, although it doesn't derive from the
Wizard class. It's designed so that you can add a sequence of a limited number of types of steps to the control (e.g., an
Introduction step, a ...
Exposing Inner Controls at Design Time20 Feb 2007 05:57 GMT2
I'm building a custom control which is essentially a customized version of the Wizard control, although it doesn't derive from the
Wizard class. It's designed so that you can add a sequence of a limited number of types of steps to the control (e.g., an
Introduction step, a ...
Want to add row under selected row of gridview16 Feb 2007 19:14 GMT1
I used to know how to hijack the last cell of a datagrid when it's
selected but can't seem to with a gridview.  It's been a while, but I
seem to remember adding something like this "</td></tr><tr><td
colspan=4>testinghere</td></tr>" to get another row that I could
Designer Support for Derived Wizard Class16 Feb 2007 16:09 GMT2
I've written a "SmartWizard" class that essentially adds initialization and exit handlers for the individual steps, allowing for
easier control over how a user walks through the wizard.
But I've run into a problem with the design-time support. With a regular Wizard, clicking on a ...
Complex Property with Subproperties Crashing VS2005 SP116 Feb 2007 15:16 GMT4
I'm in a bit of a pickle here: I've got some kind of problem involving persisting some complex properties on a custom control, but
because VS2005 SP1 keeps crashing when it encounters the problem I'm at a loss as to how to figure out what's wrong.
Here's a sketch of the custom ...
Set readonly property on cell level in a datagridview16 Feb 2007 01:30 GMT3
I have a datagridview column that will contain both editable and
non-editable values. I have set the columns readonly property to true. I
then use the AddRows event to check the value of an hidden column and if
that is false i set a specific cells readonly property in the column ...
Pages: 1 2 January, 2007
 
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.