Questions tagged [system.web.ui.webcontrols]
34 questions
0
votes
1 answer
How to serve System.Web.UI.DataVisualization chart images from different domain?
I have a set of System.Web.UI.DataVisualization charts (ASP.NET 4.0) working great and saving the files to disk. No problems and works great.
The challenge is that I am serving all of my static image and assets from a cookieless domain -- and…

kiddailey
- 3,302
- 3
- 22
- 23
0
votes
2 answers
How can I deselect the node or set the myTreeView.SelectedNode to null?
I am working on an online web application written in C# and I am using System.Web.UI.WebControls.TreeView
The treeview is represented by an asp:TreeView tag embedded on the webpage.
its weird, I'm using .NET Framework 4, and if I try something like…

crazyTech
- 1,379
- 3
- 32
- 67
-1
votes
1 answer
SiteMapPath Populated
How on earth is this SiteMapPath1 being populated? I have checked everywhere. I don't expect an exact answer just some ideas how it could be getting populated.
Front end
Back end
After page is loaded
The issue I am having is the breadcrumb is…

dovakeen117
- 1
- 3
-1
votes
2 answers
ASP.NET auto width control
I have an ASP.NET control, for example a DropDownList. I want to set the width of the control to auto. How do I achieve this? The Width property in ASP.NET control does not seem to accept auto, but it can only accept like percentage, pixels, and…

rcs
- 6,713
- 12
- 53
- 75