| Thread | Last Post | Replies |
|
| Best way to bound a webcontrol | 09 Apr 2004 02:22 GMT | 3 |
pls, Reading some technical article i got that i should use DataReader than Dataset, 'cause it improves performance. But i can't (or i don't know how) to bound a DataReader to a webcontrol, such as a ComboBox.
|
| DropDownlist SelectedIndex zero-based workaround?? | 08 Apr 2004 21:19 GMT | 5 |
using c# my databound DropDownlist doesn't diplay the currently selected item but diplays the first item in the list. I'm binding to a "lookup" table with StusID (int), Status (varchar).
|
| Dynamically added controls and AddHandler | 08 Apr 2004 20:33 GMT | 3 |
I've added a CheckBox control to my page in a method called from the Page_Load event (see below) but the handler is not firing. Am I doing something wrong or is connecting server-side handlers to dynamically added controls not possible?
|
| Specified cast is not valid. | 08 Apr 2004 15:12 GMT | 2 |
1. Getting above error after moving lines around and pasting in HTML view of web form. 2. KB327287 says: CAUSE
|
| what does this mean and how do ifix it! | 08 Apr 2004 12:36 GMT | 1 |
Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
|
| DDLB user control.. wherre to put code.. | 08 Apr 2004 02:23 GMT | 11 |
I have a user control that dynamically creates a dropdownlist.. when an entry in that is selected, it creates a 2nd ddlb with sub codes and when that is selected it creates another ddlb with more sub codes etc etc.. Each of these drop downs return part of a code that when combined ...
|
| Scroll bars? | 07 Apr 2004 18:30 GMT | 1 |
I am using Infragistics' UltraWebTab control, and am using the Tab Template Editor to add web controls to each of my tab pages. On several of the tab pages, the form will be quite lengthy, so I want to keep the tab page size consistent across all the tabs, while automatically ...
|
| DataGrid Totals Problem | 07 Apr 2004 14:21 GMT | 1 |
I'm having a strange problem with totalling datagrid values Page contains Combobox with Product Datagri
|
| DataBind 2 DropDownLists with one query | 07 Apr 2004 10:06 GMT | 2 |
I'm trying to populate two dropdownlists with only one query. //objConn is initialized and open: SqlCommand objCommand = new SqlCommand(); objCommand.Connection = objConn;
|
| Create dynamic buttons with events | 05 Apr 2004 16:16 GMT | 2 |
I'm building dynamic Web Control buttons. Each button must handle the same event (Click or Command) but only the last created button will reply on the click event and not the others. What's wrong Many Thanks Public DomainPlace As PlaceHolde Public WithEvents CmdDomain As Butto
|
| Password TextMode for TextBox | 05 Apr 2004 14:15 GMT | 2 |
I have a text box that is set with a TextMode of Password. The problem is, when I pull up an operator profile in my app and assign the password in the db to this field (it is hashed)...it doesn't take. I get into debug and nothing is there. If I change the TextMode to SingleLine.. ...
|
| Docs on Web TreeView ... | 04 Apr 2004 02:26 GMT | 1 |
hi: where can I find some documentation on how to use the web version TreeView control? I downloaded it but have no idea how to implement it. thanks!
|
| ScrollBar? Does it exist just WEB ScrollBar Control? | 04 Apr 2004 01:45 GMT | 1 |
I am just curious, I have tried to find a generic WEB ScrollBar Control but can't. Situation is that i don't have any content, I don't wanna use element like
|
| Is the search toolbar working !!! | 04 Apr 2004 01:43 GMT | 1 |
Just typed Datalist and Datagrid in the search textbox and no match was found !!! Is this another Microsoft trick or am I too stupid to use a search toolbar. Thank's
|
| Trying to create a hyperlink | 02 Apr 2004 20:32 GMT | 9 |
I am trying to create a hyperlink which calls a specific page and passes some variables. I am getting an error message on the code section below. The error states that "the server tag is not well formed". I suspect it is my syntax? I know the data fields are OK as they display fine ...
|