| Thread | Last Post | Replies |
|
| Looking for an Autocomplete DropDownList | 12 May 2005 13:39 GMT | 6 |
I need a dropdownlist that supports autocomplete. I have been googling and I found a couple that look promising (e.g. http://www.dotnetjohn.com/articles.aspx?articleid=132) but frankly, I don't know what to do with that sample code? (I thought custom controls came as
|
| Valid values for properties | 12 May 2005 06:50 GMT | 5 |
I would like to add *designtime* and *runtime* checks to two properties in a custom webcontrol 1) I would like to check the value of the property (int) and make sure it is in a certain range.
|
| ListBox event | 12 May 2005 01:35 GMT | 1 |
On Server side code I am programatically selecting something usinng "lstBox.SelectedValue = some value". Now I want to fire selection change event when I set/select some value
|
| looking for tab control / tabstrip in VS 2005 beta2 | 11 May 2005 00:46 GMT | 3 |
I believe I had previously read somewhere that visual studio 05 had a tab control. I have installed it but I am unable to find this. Can someone point me to it, or invalidate my belief that it exists. thanks
|
| How to make datagrid headders non Scrollable in a multi page contr | 10 May 2005 20:08 GMT | 2 |
I have a datagrid and it is inside a multi page control. When i have lot of rows i am getting a scrollbar to scroll though the rows. The problem is, i want the heading of the data grid non-scrollable, so that the user can click on one of the columns of his choice and do
|
| control type for a newbie | 10 May 2005 19:39 GMT | 1 |
I want to write an app that can connect to a client side comm port. This port will be connected to a balance, I will need to send commands to and receive data from the balance. I would like this portion of the app to be ran in IE because this is part of
|
| About CreateChildControls() | 10 May 2005 17:51 GMT | 4 |
Trying to implement an composite control, I OverRide CreateChildControls(), where I add my controls, dinamicaly. I try to ad an System.Web.UI.WebControls.LinkButton Control, and I have the following , error :
|
| Column span datagrid header | 10 May 2005 04:07 GMT | 1 |
Hi. Is there a way to have a header span 2 columns in a .NET windows form DataGrid control?
|
| Need tree control to map XML data structure... | 10 May 2005 00:27 GMT | 1 |
I have to find a tree control that I can use to model XML data structures; parent-child heirarchy and nested elements. I also need good documentation with sample declarative implementations. Your referrals please...
|
| Format textbox to time format | 09 May 2005 18:09 GMT | 1 |
Can anyone tell me how can I format a textbox with this format: "HH:mm:ss"???? I want that the user when writing text, that javacscript format to time. Like OnKeyPress event and format at same time user writes.
|
| CreateUserWizard Control | 09 May 2005 07:49 GMT | 6 |
I am using the CreateUserWizard Control of ASP.NET 2.0 for user registration, but i need some more fields, i found that this can be done by adding a new step in the control, but i havn't found the way to use that step, like how to use the data i.e. entered by the user and how to ...
|
| Syntax for "NULL" in asp.net | 09 May 2005 03:21 GMT | 2 |
what is the syntax for NULL if u guys know of any.. Cache.Add("ProductsTable", s, null, DateTime.Now.AddSeconds(60), TimeSpan.Zero, CacheItemPriority.High, null) i tried writing the code like this but when i put my mouse pointer over
|
| checkboxlist help | 08 May 2005 21:25 GMT | 1 |
In my code I dynamically create web controls. My problem is newCheckBoxList = new CheckBoxList(); newCheckBoxList.EnableViewState = true; newCheckBoxList.AutoPostBack = true;
|
| Datagrid Hyperlink Doubt | 08 May 2005 02:50 GMT | 2 |
I have doubt regarding disabling Hyerlink in Datagrid. For some cases I don't want to show Hyperlink and some cases I want to show the Hyperlink Column. I don't want to hide the entire Column.
|
| Listbox - multi-select without holding down ctrl- or shift-? | 07 May 2005 22:12 GMT | 1 |
I'm using a listbox to allow the user to select multiple items. The user doens't like that he has to hold down the shift- or ctrl- keys to select multiple items... he just wants to be able to click on each item in the list to select. Anyone know how I can accomplish this? He
|