| Thread | Last Post | Replies |
|
| Treeview tweak | 21 Nov 2005 22:32 GMT | 4 |
OK I have been tearing my hair out trying to get the Treeview webcontrol to display a background image. My current thinking is that mozilla allows you to render the treeview as a table instead of using the htc. Any ideas how this can be done
|
| AssociatedControlID?? | 21 Nov 2005 21:58 GMT | 1 |
I've done some checking and Microsoft's documentation says that this property is only available in .NET framework 2.0?? I only have .NET framework v1.1 and this property IS available? I'm not clear what this property is supposed to accomplish -- what I've read
|
| .NET 2 Custom Control question | 21 Nov 2005 20:17 GMT | 1 |
I am trying to write my first site using .NET 2. I need a control that will list several links to pages in a table (a simple nav control). The table must have about 3 Columns and about 4 rows (or more depending on the amount of links needed). The table will need to be built ...
|
| Custom dropdownlist that displays a listbox | 21 Nov 2005 18:36 GMT | 4 |
This is driving me crazy, I am trying to build a custom dropdownlist that when rendered also displays a listbox next to it. I am going to use the listbox as a repository for items that are selected when accessing the dropdown. I did override CreateControlCollection() and returned ...
|
| Detailsview and stored Proc | 21 Nov 2005 12:24 GMT | 4 |
Using the following example: <asp:DetailsView ID="DetailsView1" runat="server" DataSourceID="SqlDataSource1" Height="1px" Width="100%">
|
| Composite control, postback and change control tree | 21 Nov 2005 06:20 GMT | 7 |
I am writing a WebControl that has a dropdownlist and 1..n TextBox controls. Autopostback is enabled for the dropdownlist. When the first dropdown item is selected, I want 1 TextBox control to be rendered, when the second dropdown item is selcted I want 2 TextBoxes to be ...
|
| What is the best control for this job? | 21 Nov 2005 05:54 GMT | 1 |
I understand the DataGrid is for editing a single record at a time, and I haven't had luck pulling iterating through the Items pulling back the values of controls in the grid. So, I am asking what is the best control for the following? And how would you achieve the task with ...
|
| How to build dynamicaly a menu in ASP.Net 2.0 (VS 2005) ? | 20 Nov 2005 18:11 GMT | 2 |
I have a menu (new feature of framework 2.0) in an Web application. The thing is, that i already have a function to create a dynamic menu. And it works... but the issue is that it doesnt want to show at the page... HTML code...
|
| Problems with Re-Usable ASP.NET User Control Libraries | 20 Nov 2005 07:19 GMT | 13 |
Hi all, I have built a library of ASCX UserControls (as described here http://weblogs.asp.net/scottgu/archive/2005/08/28/423888.aspx ) but when I use it in a site I get these warnings for every control I import 'ASP.controls_documents_addupdated_ascx.Profile' hides inherited ...
|
| Status text | 19 Nov 2005 19:28 GMT | 2 |
Anybody can recommend me a simple/short way to customize a status text of LinkButton. I heavely use LinkButtons and a default Javascipt code appearing at a browser's status bar looks not good.
|
| Simple question ??? | 17 Nov 2005 14:11 GMT | 2 |
I have build a simple Web user control which contains 2 labels named Lab1 and Lab2. I defined property for that control to change the .Text property of both ogf them.
|
| How to insert a new record in detailsview when there are no record | 17 Nov 2005 09:18 GMT | 2 |
In the detailsview you can add a 'new' button to add new records. This works fine if there are already some records in the table. But when the table is empty, the button is not shown, thus not allowing to create any records! How can I show the button even if there are no records?
|
| White spaces in DropDownList / Listbox / ... | 17 Nov 2005 08:19 GMT | 2 |
I want to add white spaces to format a DropDownList or another web control but when the control is rendered ASP.NET convert my " " to " " Without using to format the string, I cannot create create a combo like
|
| Web Server Control and property tree in design time like Font has. | 17 Nov 2005 01:07 GMT | 5 |
I have Web Server Control and I have there a property that is myClass type. I want to display this property in design time property toolbox as property type Font: each public property of myClass type to show in tree (like Font properties).
|
| Page_Error event issue | 16 Nov 2005 22:19 GMT | 5 |
I am catching a error in my Page_Error event and storing it in a session variable. After the error is generated the page is redirected to another page where I want to show complete error details in a label in the Page load event of the directed page. But the problem is that my ...
|