| Thread | Last Post | Replies |
|
| Question from and .Net newbie | 28 Feb 2006 20:57 GMT | 2 |
I have started a job recently. I am primarily a ASP and VB6 developer, but some of the code I will have to deal with is Vb.Net and ASP.Net. While I have been able to figure out a lot of things on modifying the code from MSDN, I occasionally run into issues where I canot find an ...
|
| Error with Treeview control, which will not load data from it's datasource! | 28 Feb 2006 17:23 GMT | 2 |
I have 2 aspx pages that uses the treeview control. Both pages load the treeview control from dynamically genrated xml. Once I loaded one of these pages and then move to the move to the other page.
|
| Dependent Dropdownlists | 28 Feb 2006 16:35 GMT | 1 |
I know this topic has probably been talked about to death...however I'm having a problem with my dependent dropdownlists in the edittemplates within a detailsview. I am trying to databind my dropdownlists once the selected index has changed of the first dropdownlist has changed. ...
|
| TreeView RootNode | 28 Feb 2006 16:29 GMT | 1 |
Hi, in the treeview aspnet 2.0 I am using, I would like not to show the root node. Is there a way to have the tree displayed starting from the second level nodes ?
|
| autoscrolling in .net | 28 Feb 2006 16:25 GMT | 1 |
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 ...........
|
| Datagrid, perplexed | 28 Feb 2006 14:09 GMT | 2 |
Somehow, I managed to screw up my datagrid so that when I click the hyperlink Edit column...nothing happens other than the page 'reloading' or refreshing...I can't for the life of me figure out what I did last that may have screwed it up. I even went so far as to remove the last
|
| Color gradient background in menu control | 28 Feb 2006 13:16 GMT | 1 |
I was able to set the background of the static items in a menu control using a color gradient as per the code below. However, whenever the dynamic menu comes up and goes away so does the color gradient background. Does anyone know of any way to avoid losing the color
|
| Menu displays I-Beam cursor, not Hand | 28 Feb 2006 10:25 GMT | 3 |
I have a .NET 2.0 Menu control on my aspx page using a web.sitemap. On the top level menu, when the cursor is going over the Static part, the mouse cursor turns into an I-Beam (text) cursor. When I open the menu, the dynamic menu items properly use the Hand cursor. I would like ...
|
| Datagrid en font resize | 27 Feb 2006 14:43 GMT | 2 |
I have a javascript to resize font on my page. On one page I have a datagrid but the elements inside dont resize when I click the resize button? Isn't it possible to resize font inside a datagrid??? it works for repeater??
|
| Value for Composite control cannot be retrieved | 27 Feb 2006 14:03 GMT | 1 |
Hi all.. I have programmed a composite control that is compound by one TextBox and one ImageButton. This is intended to be a popup calendar. All works well, except when the value is retrieved.
|
| The 'SelectedValue' property cannot be set declaratively. | 27 Feb 2006 09:21 GMT | 2 |
I have seen too many recent examples using the following syntax to expect they are all wrong so i am wondering whether something odd is happening (or i really am missing something). I have this : <asp:DropDownList ID="abc" runat="server" SelectedValue="1">
|
| Small spacer pixel inserted in ASP.NET menu control? How to remove? | 27 Feb 2006 02:24 GMT | 1 |
I've created a simple horizontal menu using Web.sitemap using the ASP.NET 2.0 menu control. It works, but it seems to insert a small visible pixel-spacer immediately above the menu whenever I apply a 'border-style:' property to the CSS. Looking at the source code, I can see that ...
|
| DropDownList and Spaces | 26 Feb 2006 22:55 GMT | 2 |
I have a simple question : How to display in a dropdownlist names which have spaces at the begining. for example : MainCategory
|
| Conversion from HtmlTextWriterStyle to it's corresponding HTML string | 26 Feb 2006 19:05 GMT | 3 |
How am I supposed to convert an HtmlTextWriterStyle attribute to its corresponding html string? In other words, how am I supposed to get the "background-color" string from HtmlTextWriterStyle.BackgroundColor? Any help would be highly appreciated,
|
| Can I read the relevant CSS class? | 25 Feb 2006 22:08 GMT | 1 |
I have a datagrid, where I have used CSS classes for the item style and alternating item style. The grid draws great when I load the page, but I have problems when I want to select a line by clicking on it.
|