all groups > asp.net building controls > march 2006 > threads for march 15 - 21, 2006
Filter by week: 1 2 3 4 5
dot net 2.0
Posted by Jon Paal at 3/20/2006 8:25:45 PM
where to find instructions on how to license a custom server control
... more >>
Composite Custom Control - Textbox Readonly Bug
Posted by Nick Stansbury at 3/20/2006 2:51:43 PM
Hi,
ASP.Net 2 - Strange bug / problem observed with the use of the readonly
property in composite custom controls. Using the class shell defined below,
the issue is with the readonly property. If you set the inner text box's
"ReadOnly" property to be true, and then use javascript (in this ... more >>
Maintaining state in programmatically created composite user controls
Posted by mark.norgate NO[at]SPAM gmail.com at 3/20/2006 4:16:14 AM
Hi
I'm writing a timesheet application in ASP.NET (framework 1.1, VS 2003)
that includes a user control to manage project time allocation
(ProjectDetailsControl). This control is a composite control that
includes several DropDownList objects for project code, name and so on,
as well as TextB... more >>
Reference Controls in MasterPage?
Posted by clintonG at 3/19/2006 3:57:57 PM
I'm trying to build a class file in App_Code to reference LinkButton
controls located in a MasterPage.
I know how to reference the controls in the MasterPage from Content pages
but I'm having a problem when moving all the code from the various Content
pages into a class. The erroer
// basi... more >>
add server controls to the templates for the DataList control.
Posted by Jon Paal at 3/18/2006 2:39:03 PM
how do I load controls to the templates for the DataList control.
<asp:datalist id="dl1" runat="server" >
<ItemTemplate>
" how to load control(s) here ????"
</ItemTemplate>
</asp:datalist>
... more >>
Image in Designer (VS 2005)
Posted by Shawn B. at 3/18/2006 12:26:27 AM
Greetings,
I'm creating a custom server control. In the design-time experience, I'd
like to render an image where the control is placed. I have an /images
folder in my website.
The problem is, when I render the <img src=... tag during the design-time
experience, nothing displays. When... more >>
Adding Controls to a Web Forms Page Programmatically
Posted by mark.norgate NO[at]SPAM gmail.com at 3/17/2006 8:33:44 AM
Hi
I'm having some trouble adding a user control to my webform
programmatically. I've done this before, but not for some time.
The control was rather complex, but I created a new one consisting of
an <asp:Label> control just so I can see what's going on.
I'm creating and adding the user c... more >>
Control fails on dynamic load
Posted by Joel Reinford at 3/15/2006 6:05:04 PM
I have created a custom control by converting a user control as outlined in
this MSDN article.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/customcontrolfromusercontrol.asp
The custom control works correctly if I use it declaratively but fails if I
use it pr... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
need help on application variables
Posted by AVL at 3/15/2006 4:11:26 AM
Hi,
I need help on the usage of application variables...
Can I populate application variables through my console application and use
them
in my web application....
Are application variables specific to web solutions only..
can anyone provide more info on this?... more >>
|