all groups > asp.net building controls > september 2004 > threads for september 1 - 7, 2004
Filter by week: 1 2 3 4 5
Creating Menu controls on the fly
Posted by ree32 NO[at]SPAM hotmail.com at 9/7/2004 11:07:13 PM
I am reading off menu items from an XML file.
The problem I have is how to create these menu items into link buttons
on the fly. As the number of menu items will vary depending on the
contents of the xml file. So I cannot initialise these all these link
buttons one by one at start.
So I was... more >>
How to make a menu component?
Posted by Luis Esteban Valencia at 9/7/2004 12:47:55 PM
I need to make a menu componen like this page www.f135.com
They made the menu on Javascript and I already have the code to make that
menu in javascript, but I want to make a menu so that the user can make any
nodes and subnodes.
This is the code in javascript, I want to put it in asp.net cont... more >>
Composite Control - Viewstate management for complex properties
Posted by gofishtn NO[at]SPAM hotmail.com at 9/7/2004 7:28:08 AM
I have seen several composite control examples where LoadViewState and
SaveViewState are overloaded to track viewstate on complex objects
such as styles, but I cannot find anything that tells me why I need to
do this.
Can someone tell me why is this code not sufficient for Viewstate
managemen... more >>
Creating control dynamically
Posted by supak C via .NET 247 at 9/5/2004 11:26:47 PM
Dear All,
I need help with the control
In my database will store page detail including field name and type of control to display in the page such as
Page 1
Name , textbox
Lastname , textbox
Age , Dropdown , tblCustomerAge (this is data source)
The problem is I need to create the... more >>
Tool Tip for DropDown list
Posted by Naveen at 9/5/2004 1:45:04 AM
Hi,
I have a dropwnlist of fixed width. The item names in the dropdown list are
quite big. The Tooltip property for a dropdownlist control doesn’t work!.
So using DHTML, I refreshed the contents of a DIV on the mouseover event of
the dropdownlist control.
This works fine.
Now, the proble... more >>
Web Custom Control - Retrieve Images from a Multifile Assembly
Posted by MLibby at 9/4/2004 7:31:01 AM
How do I store an image and a web custom control's dll in a multifile
assembly so that the image can be retrieved and displayed while the control
is in design mode? This would allow the control to display a company logo
while in design and ensure that the logo's image file does not get delete... more >>
Ignore literal content when parsing custom control children?
Posted by Donal McWeeney at 9/3/2004 3:22:04 PM
Hi,
I'm sure this has been asked before...
Is there a setting or attribute that I can specify on my control to tell the
page parser to ignore literal content when parsing children of my custom
control?
I'm overriding RenderChildren of my parent control and the literal content
is causi... more >>
Web Custom Control - Design Time Support ? ? ?
Posted by MLibby at 9/3/2004 3:19:02 PM
How do I implement design time support for a web custom control? For some
reason the control can't seem to find System.Web.UI.Design and I get the
following compiler error:
C:\Documents and Settings\MLibby\My Documents\Visual Studio
Projects\CustomControlEnum\CustCtrlDesigner\CustCtrl.cs(3... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Annoying span
Posted by the_banski NO[at]SPAM hotmail.com at 9/2/2004 12:18:11 AM
Hi,
Ive a annoying problem when creating Custom WebControl.
When i create this sample control in codebehind. It renders as:
<span id="testctrl"><input name="testctrl:testctrl"
id="testctrl_testctrl" type="text" value="TestValue" /></span>
Why does it render <span> tags? How can I create it ... more >>
|