all groups > asp.net building controls > october 2003 > threads for october 29 - 31, 2003
Filter by week: 1 2 3 4 5
User Control and VS design time issues
Posted by Munish Sethi at 10/31/2003 1:31:47 PM
I have a User Control with a Code behind class.
If the Code behind class inherits from UserControl class there are no
problems within VS 2003, I can double click on the User Control (in VS
2003 solution explorer) and bring it up without getting any warnings in
VS Design time environment.
... more >>
I know this is simple to do, but can't quite get it
Posted by Kevin Blakeley at 10/31/2003 10:01:06 AM
I am just starting to play around with creating server controls and I want
to do something similar to the panel control. I want my control to output a
Div tag and then based on the contents of what is put between the tags of my
server control, I want to render that content in between my div. I ... more >>
Problems with asp:placeholder nested withing datalist
Posted by Chris Ericoli at 10/31/2003 5:21:54 AM
Hi,
I am wanting to add a usercontrol programatically to a placeholder's control
collection. The placeholder is coded within the ITEMTEMPLATE of a datalist.
The problem that I am facing, is that when I render the page, the
placeholder variable (that I have declared as per the ID of the placeh... more >>
CustomWebControl with client script
Posted by Lance at 10/30/2003 8:18:01 PM
Hello All.
I have created my first custom web control to use client
side script to move items from one list box to another
(thanks Andy Smith for the inspiration even though I
couldnt understand the C# code).
The only way I could get the items in the boxes to persist
accross postbacks ... more >>
Dynamic User Controls
Posted by AJ at 10/30/2003 8:25:47 AM
Hello, I have a page with user controls 1,2,3.
1-will always load in the page
2 or 3 will load depending on the action that is taken in
1.
There are events/delegates in 1 that will tell 2 or 3 to
load with data. The only way I'm accomplishing this now
is I'm loading 2 and 3 on the pa... more >>
Problem with Eventhandling in user control
Posted by Franz Fitz at 10/30/2003 8:18:29 AM
Hi, I get really struggled, so it's my last chance to get some answers here.
My problem is: I would like to create a web user control that is based on a
XML structure. This XML structure is rendered thru a XSLT transformation on
the server (this would seperate the logic fro the design, and so, ... more >>
User control problem
Posted by Niranjan at 10/30/2003 12:12:57 AM
Hi,
I am having a user control (yesno) which shows "yes"
and "no" options in a combo box. I have also set caching
as 1 day for this user control. This control i am using in
another user control (parent user control) for 5 times. I
have properties to access individual controls.
When I acc... more >>
How can I access the ProductName, ProductVersion, ExecutablePath, CompanyName from a ASP.NET Application in a Control?
Posted by IgorW at 10/29/2003 1:05:57 PM
Don't see what you're looking for? Search DevelopmentNow.com.
Design-time rendering of User Control
Posted by PV at 10/29/2003 11:58:35 AM
Like many others, I would like to replace the default "grey button" display
of my user control with something that more closely (better yet exactly)
resembles the runtime display of the control.
In an attempt to do just this, I created my own designer class for my
"Header" user control. For n... more >>
Viewing custom web control at design time
Posted by D Wicker at 10/29/2003 9:00:38 AM
Hello,
I've created a custom web control (composite) and added to my toolbox. I
dragged the control onto a new web form and I see the small green box icon
for the control but can't figure out how to see the entire control at design
time. I have a Text property for the control and have set that ... more >>
|