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 / October 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Values not persisting in extender provider31 Oct 2004 13:47 GMT5
I'm experimenting with a provider to extend WebControl TextBox
validation.  Everything shows up ok in the designer.  However, if you
close and reopen the aspx file, the values don't seem to persist.  Any
ideas what could cause this?  Here's a snippet of the definition code.
Event handlers called twice, or not at all29 Oct 2004 01:49 GMT1
Ok, sorry for the long post in advance, but I need an expert opinion
here. I have already crawled through the groups via google and
additionally asked everyone that I can find in Yahoo's chat for
programmers and web designers.
Composite Control - Event not firing in child control28 Oct 2004 22:45 GMT3
I am experiencing an issue where I have a composite control
(TestOuter) composed of more composite (TestInner) controls.  When I
am seeing is if the TestInner control is placed on a webform, the
events of the control fire.  If TestInner controls are placed within
composite control and postback data change handling28 Oct 2004 02:31 GMT6
I have a composite control that gets created dynamically and contains an
array of checkbox controls and an array of drop down list controls.
All the control postback and rendering works fine - however there is
something that I want to do that I cant figure out how to do.
Running CreateChildren automatically on hidden server control27 Oct 2004 19:40 GMT1
Hi
I am getting what appears to me as incorrect behavior from my server
control, but maybe its just that I don't fully understand the relationships
involved.  
HTML Intellisense for composite control (using datagrid)27 Oct 2004 06:02 GMT3
Hi,
I am developing a web composite control using datagrid, dropdown,
linkbuttons etc.
Its basically an extension to datagrid control to provide more
Get Child Controls at design-time26 Oct 2004 17:41 GMT1
I have a  Webcontrol that was supposed to act like a panel control. I
manipulated a TemplatedControlDesigner to make an "Edit mode". I save my
template to the controls collection during design-time. Then I use
GetPersistInnerHtml with ControlPersister to push the controls
UrlEditor for just a path, not a file?26 Oct 2004 17:21 GMT2
I figured out how to use a System.Web.UI.Design.UrlEditor to produce a
dialog from either a winform or directly from the property grid
already.
My question is is there a base class or service in which I can produce
custom datagrid sample code26 Oct 2004 00:53 GMT1
Folks,
I have created a fully reusable, sortable, pageable datagrid as a
composite control (Compiled to a DLL). It works great.
I took that fully working code and tried to implement it as a derived
how to throw (raise) exception from a custom control25 Oct 2004 19:35 GMT4
Here is an interesting situation I'm facing while creating custom
controls.
Problem Abstract:
Unable to throw a exception from within the custom user control I
dynamic linkbuttons event not raising - newbie23 Oct 2004 02:49 GMT3
Hi, I am creating a custom server control, and it dynamically creates lots
of LinkButtons, and then I try to subscribe to the click event doing this:
LinkButton link = new LinkButton();
link.Click +=new EventHandler(this.MyLinks_Click);
swarren.net i can't find anything on that site23 Oct 2004 02:20 GMT1
i have seen many posts refering to swarren.net and i can't find anything
on that web site ?????
defaultValueAttribute22 Oct 2004 15:09 GMT2
I have a dumb question:  What does the defaultvalue attribute do?
The help system says that it "Specifies the default value for a property",
and provides the following as an example:
Private MyVar as Boolean = False
Problem with Autopostback22 Oct 2004 14:47 GMT1
I have a set of Dynamic DropDownLists with AutoPostback. the problem I
have is that when I select the dropdown and the page refreshes the old
values in the text boxes disappear. Is there a way to preserve the
values?
How to use user control's property of DataTable type22 Oct 2004 14:29 GMT2
I have a user control (not custom control) and want to use a public property
of it which is of DataTable type.
contol is used in the page in this manner:
<uc1:Mover id="MoverFFF" runat="server"
 
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.