all groups > asp.net building controls > february 2006 > threads for february 22 - 28, 2006
Filter by week: 1 2 3 4
HierarchicalDataSourceControl Class and System.StackOverflowExcept
Posted by Francis Reed at 2/28/2006 11:31:28 AM
Hi
When running the example code for the FileSystemDataSource which in found in
the HierarchicalDataSourceControl Class documentation, I get a
System.StackOverflowException. Can someone please help me solve this problem?
http://msdn2.microsoft.com/en-us/library/system.web.ui.hierarchicalda... more >>
Setting Assembly TagPrefix in 2005??
Posted by Arthur Dent at 2/27/2006 9:21:31 PM
Can anyone tell me what the equivalent in 2005 is for 2003's line
<Assembly: System.Web.UI.TagPrefix("Temporal.WEB.Controls", "twebc")>
in the AssemblyInfo file?
I have an assembly of my own custom webcontrols which i am trying to port to
2005, but cannot seem to find this piece of info.
T... more >>
autoscrolling in .net
Posted by AVL at 2/27/2006 3:40:26 AM
Hi,
I've a requirement in which I need to implement autoscrolling....
Is there any control in .net which supports this functionality/............
My display list(data) should be scrolling .............. more >>
Creating a reusable dropdownlist for use in formview
Posted by Rodrigo Juarez at 2/25/2006 1:32:49 AM
Hi
I need to create a dropdownlist for reusing in a lot of formviews, with
databinding.
If I create a user control the selectedvalue is not usable for databinding
in formview.
Thanks in advance
... more >>
Animated buttons control?
Posted by Ben Fidge at 2/24/2006 7:39:06 PM
Can anyone recommend any good controls to implement animated buttons. I want
something that can perform the following:
- Must initially display a static image
- When clicked the button must seamlessly display an animated GIF while
waiting for the postback to return
The idea is to provide ... more >>
How can I prevent SmartTag from showing?
Posted by amanda at 2/23/2006 6:35:04 PM
Hi,
I've a webcontrol which inherited from BaseValidator.
Under the .Net 2.0, such control has a default function----SmartTag,
which is new in 2.0.
But I do not need it.
How can I do ?
My ValidatorDesigner is inherited from ControlDesinger.
/// <summary>
/// Summary description for Valid... more >>
HtmlHead is not inheritable how can I prevent the <title> tag from rendering?
Posted by Alexander Walker at 2/23/2006 12:00:00 AM
Hello
I am trying to prevent the <title> tag from rendering in an HtmlHead control.
How can I do this?
I have been trying to replace it with a web user control that I have created
which renders the title tag and takes advantage of caching features
My main problem is that the HtmlHead co... more >>
|