| Thread | Last Post | Replies |
|
| Aligning Text in a Label Control (asp.net) | 26 Mar 2004 15:25 GMT | 3 |
Oh, VB 6.0 was so simple ... but how in VB .Net do I set the alignment of the text in a label control (in an asp.net app) so that it is centered vertically and horizontally? I know that this is a question for .Net 101 students but I
|
| Strange behavior | 26 Mar 2004 04:49 GMT | 1 |
i have a strange problem ! on a webform i have a textbox named TXTTariffApllyDate and a button named BTNOptionalInstructions . on page load the textbox filled with its value , and the button is
|
| Accessing User Controls from the code-behind | 26 Mar 2004 04:46 GMT | 3 |
Has anyone done this in C# (see link below)? As I'm have problems converting it. Cheers, Si?n
|
| Unable to display custom control in the toolbox of Visual Studio IDE | 26 Mar 2004 01:00 GMT | 1 |
I'm learning to develop custom server controls and right now I'm at the stage of creating custom controls with Design-Time attributes. Currently, when I compile the 2 .cs files into a library, I can't get the Visual Studio IDE to import the control into the toolbox. It gives me ...
|
| how to create web controls ???? | 25 Mar 2004 21:29 GMT | 1 |
Somebody can indicate some article to me where explains like making WebControls of user? thank you
|
| TreeView control doesn't maintain state | 25 Mar 2004 19:39 GMT | 2 |
I'm using Microsoft's TreeView WebControl, and have a problem when using it with check-boxes (on each TreeNode I added a checkbox). After postback, the TreeView maintains its graphical state (i.e, the branches that were expanded before the postback, remain expanded after
|
| Refresh Dropdownlist | 25 Mar 2004 19:12 GMT | 3 |
How would you go about refreshing a data bound drop down list upon page load? Thanks! Andy Sutorius
|
| User Controls | 25 Mar 2004 18:30 GMT | 4 |
I am using Visual Studio and VB.Net and have a small problem I wish t surmount. I have a page which loads a user control (UCA). UCA consists of Datalist with buttons.
|
| How to set Z-INDEX of a control? | 25 Mar 2004 17:43 GMT | 3 |
I coded a dropdown calender custom control with c# in asp.net. the basic code block is this: <%@ Control Language="c#" AutoEventWireup="false" Codebehind="CalendarControl1.ascx.cs"
|
| Creating ASP.NET dynamically while assigning id dynamically | 25 Mar 2004 07:10 GMT | 2 |
Hello all, I am having a problem creating ASP.NET dynamically while assigning the ID dynamically. Here is the code: Dim TR() As Object
|
| set dropdownlist to blank item | 25 Mar 2004 07:10 GMT | 1 |
Is it possible to set a dropdownlist control to blank? For example in VB6 you can do it with a combobox by setting it's listindex = -1. Or do I have to add a blank item first before I add the rest? Thanks,
|
| this.Controls.Add(Object) | 25 Mar 2004 04:42 GMT | 1 |
How can add a WebControl to "this" page, within the form tags? I have a button, that has an eventhandler for click. The function that handles the click adds a control to "this.Controls". However, when I view the source after the page is done loading, the new WebControl is added ...
|
| Treeview Control | 24 Mar 2004 22:41 GMT | 1 |
I need a treeview control for my application. I don't know if any cool and free :-) treeview control that I can use out there Thanks
|
| Tab Control on a .ASPX page??????? | 24 Mar 2004 20:12 GMT | 1 |
How todo a Tab menu on a web form using C#? Bryan G
|
| repeater binding to data with dynamic column names | 24 Mar 2004 17:19 GMT | 1 |
I am in fact hoping to bind a repeater control to a dataset in which the column names are not known until run time. A datagrid is designed for this (autogenerate columns) but the repeater, in every example I've seen, requires the column name:
|