| Thread | Last Post | Replies |
|
| Focus remains locked to masked textbox | 17 Sep 2006 20:09 GMT | 1 |
I have a masked textbox bound to a class in my business objects layer that displays the original value and allows me to tab to the other controls on my form. However, if I attempt to modify the value, it refuses to relinquish focus so I can tab to another control. The ...
|
| UserContol and DataBinding | 17 Sep 2006 20:08 GMT | 1 |
On a form we have a TextBox. It's Text property is data bound to a field in a data source. When you get the data from the database, the TextBox shows the data properly.
|
| Moving items within a ListBox/DataView | 17 Sep 2006 20:06 GMT | 1 |
I am writing an application (code snippet below) that contains a ListBox control bound to a DataView (consisting of a single DataTable which is part of larger DataSet). The user should be able to click on buttons that will move list items either
|
| binding SqlDataSource parameter | 13 Sep 2006 18:34 GMT | 1 |
I have a web page with an SqlDataSource and a GridView. The SqlDataSource has a parameter "WebId" which is the current members unique id (from MembershipUser.ProviderUserKey). My question is how do I bind the SqlDataSource parameter to the current
|
| DataBinding a TextBox | 09 Sep 2006 17:52 GMT | 1 |
(VB 2005 - Windows XP Pro - sp2) The following will Bind and then Set the default value. I step thru the code and everything appears to work fine, meaning the Default value is set to 22. When the form does load the default value is set back to 0 (zero).
|
| BindingList, one source, two different views | 08 Sep 2006 12:59 GMT | 2 |
I have status coming in from somewhere that will be displayed in multiple windows. Each window can be set to be filtered in a different way from the other windows. How do I implement this with DataBinding? Here is what I have:
|
| My user's setting doesn't stick to next run | 08 Sep 2006 08:12 GMT | 1 |
I created a Windows forms app with a user setting of type Color. I then bound that to the BackColor property of a button. At run time the user may choose a new color for the BackColor and also sets the user setting. Yet, next time I run the app, the initial back color is teh ...
|
| Cannot read value from invisible textbox control | 08 Sep 2006 01:43 GMT | 2 |
I am developing a Windows Form to allow master/child records to be viewed and edited in a SQL Server 2005 Database. I am developing in Visual Basic 2005, and am running into a bit of a problem. Simply put, I can not get the value from a hidden textbox control on the form.
|
| DataGridView: how to bind to an object within a collection of business objects | 06 Sep 2006 18:46 GMT | 3 |
VS.net 2005 designer question: I have a collection of business objects (Customers) bound to a datagridview. I want to bind a column in the datagridview to the property of an object (HomeAddress) contained in the Customer business
|
| Where is DataGrid in VS2005? | 06 Sep 2006 13:44 GMT | 1 |
I'm using DataGridView to display data all this while... I read from the forum and found DataGrid is popular, may I know is it a component like DataGridView? where is it located in VS2005? I couldn't find it in toolbox...
|
| Show limited columns in Datagridview? | 02 Sep 2006 07:59 GMT | 3 |
I have a Datagridview with a dataTable as DataSouce. The Datagridview automatically show all the columns in the datatable. Is it possible just to show one or two columns out of says, all 5 columns in the datatable? Thanks.
|
| How do I handle exceptions that are thrown during a move method of the BindingNavigator? | 01 Sep 2006 07:23 GMT | 1 |
I have the following problem with the BindingNavigator Control in .NET 2.0: I first fill a DataTable with data from my database, inclusively database schema.
|
| BindingNavigator throws Exception on Move away from New Row | 01 Sep 2006 07:16 GMT | 2 |
Problem: I have two DataTables linked as parent and child via BindingSources, where the child BindingSource uses the parent BindingSource as DataSource and the foreign key relation as DataMember in order to provide for proper observation
|
| Binding Source ComboBox | 01 Sep 2006 04:06 GMT | 3 |
I have a form which is bound to a datatable via a bindingsource. i want to have a combo box that as the first item in the ComboBox has a display value of "Pick One" for new records. Because I have a lot of ComboBox's I made some helpers.
|