| Thread | Last Post | Replies |
|
| Binding to nullable control properties | 28 Feb 2007 11:45 GMT | 8 |
We are trying to extend the DateTimePicker control by shadowing the Value property so it uses DateTime? (nullable) data type, to support null values. It works fine when the value is set from code, but we have problems with data binding:
|
| Stored Proc call -- timeout, how to change default | 26 Feb 2007 17:16 GMT | 7 |
Calling a stored proc from C#, and it times out because it takes longer to execute than whatever is the default. How can i change the default? i've changed the Connection Timeout, but that didn't do it--it's not the connection that's timing out.
|
| Error: BindingSource cannot be its own data source | 25 Feb 2007 19:35 GMT | 2 |
I have a program that runs for 3-4 hours, cycleing thru a datagridview, reading various database settings and then useing them in a calculation to perform various tasks. Occasionally I get the following error message:
|
| Multi User Environment Winforms | 23 Feb 2007 09:02 GMT | 9 |
Development Environment: VB 2005 Prof, SQL Server 2005 In a typical Multi User environment, what is the best way to handle updates of disconnected datasets of other users. Eg: User A opens application Winform 1, dataset1 is loaded on his machine
|
| strange behaviour with a checkbox and databinding (easy to replicate) | 22 Feb 2007 09:12 GMT | 4 |
Right I have a very strange problem in vb .NET 2.0 with a checkbox and databinding which is very easy to replicate: Create a windows application project. on Form1 add a checkbox and a button.
|
| datagrid update upon dataset deserialize from xml | 20 Feb 2007 20:02 GMT | 1 |
I have bound datagrid to dataset tables. when I save the dataset as a serialized xml file and deserialize it after app restart, the grids are empty. That's how I serialize:
|
| Databinding to a Property of a Collection | 17 Feb 2007 02:35 GMT | 1 |
I have a class which is both an IEnumerable _and_ has various properties to itself. I want to bind a textbox to one of those properties, but can't seem to find a way to do so. To give a simple example:
|
| How to save an entity based binding source using a tableAdapter.Update | 16 Feb 2007 19:12 GMT | 2 |
I created an object using BindingList<T> for GetObjects() and assigned that to a objectBindingSource in a WinForm application. The ObjectBindingSource then assigned to a DataGridView. There was a objectBindingNavigation also on the
|
| Problem with Parameter | 16 Feb 2007 18:36 GMT | 1 |
I am new to ASP.NET. I started my first testing ASP.NET by having a ASP page consist of a drop-down control and 1 datagrid bound to Access database. The dropdown control works very well except the datgrid becuase I want to limit the datgrid to display only information selected in ...
|
| DataBinding to Relation throws exception - VS2500 / Ado.net 2.0 | 15 Feb 2007 12:43 GMT | 5 |
I have two tables in sqlServer Table01, Table02. ID in Table01 is primary key. In Table02 I have a field ForeignId
|
| System.MissingMethodException: Constructor on IBindingList NOT FOU | 14 Feb 2007 08:37 GMT | 5 |
I have two datagridviews representing a parent and a child table. If the user clicks on an empty row's cell in the child datagridview without there being an owning parent datarow, the above exception is thrown, which makes sense.
|
| Can I Filter a datagrid bound to a List<> | 14 Feb 2007 03:15 GMT | 6 |
I have a list of custom objects that I am displaying by means of a datagrid. Is it possible to filter what rows I bring into the datagrid? I can't use a dataview (as far as I can tell) because I'm not pulling from a datatable. I'm using a tablestyle to format my columns...
|
| Re: using collectionbase derivative as datasource | 13 Feb 2007 17:45 GMT | 1 |
Re. the articles by Karim Hyatt, he's released a new (.NET 2.0) version on http://www.pantheonmanagement.co.uk. This sees to be a much better/fuller release and implements IBindingList etc. Hope this helps,
|
| binding a arraylist of custom objects to any control .net 1.1 | 12 Feb 2007 21:25 GMT | 5 |
[concerns .NET 1.1] hello, I am searching for a control (listview / datagrid / treeview?) to display a few lists of custom objects (frames, connections) - each list
|
| Password encryption and binding | 11 Feb 2007 17:46 GMT | 2 |
I'm adding password encryption to the Employees form. I have a strongly-typed dataset being used as the datasource for the EmployeesBindingSource, and the Employees table set as the datamember. All controls on the form are bound to the EmployeesBindingSource. Except for the
|