| Thread | Last Post | Replies |
|
| Question about embedding (Reference & Resource) | 29 Nov 2004 17:50 GMT | 1 |
Hopefully databinding is the right forum. Here goes. Being a newbie with Reference/Resource is there a way of embedding the .resource file within a folder of my application instead of having it in the main project /executing assembly area. i.e. if I have a folder pertaining to
|
| Big Red X on DataGrid | 29 Nov 2004 08:15 GMT | 4 |
I have a strange problem that happens intermittently and I cannot replicate it on demand. I have a datagrid that has a datasource of a datatable. I update this datatable via threads. I use the readerwriterlock to ensure that multiple threads do not manipulate data in the table ...
|
| DataGrid currentRowIndex and table's rows, in sync while sorting? | 24 Nov 2004 11:39 GMT | 2 |
I'm quite new to .NET so sorry if this is silly question. (.NET 1.1) I have a dataset with a table (e.g. myTable) filled with records. I have a datagrid on a form showing some colums of this
|
| Display rows in datagrid in textboxes -- nulls kill it | 23 Nov 2004 19:17 GMT | 1 |
I'm trying to do pretty much exactly what is described here: http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q992q I have a datagrid which is bound to some data (surprise). Then I have some textboxes, which I want to display the current data shown in the datagrid. The guts of ...
|
| Dataset designer problems | 23 Nov 2004 04:45 GMT | 1 |
I have been using VB.NET for 2 years and have completed many applications. Recently I have experienced problems using the dataset designer and at this
|
| exception: Databindings could not find a row in the list that is suitable for all bindings | 22 Nov 2004 09:01 GMT | 2 |
I have a windows form application written in VB.net. When I create the first instance of the form it loads fine. When I try to bring up another instance of the form an exception is generated ( weather the first form is still loaded or not). The exception is "Databindings could ...
|
| Update command | 21 Nov 2004 04:17 GMT | 2 |
Hello, I'm trying to update my database using the Update command. By debugging I realized that the parameters are not being passed to the stored procedure. All parameter values show with value = undefined, except
|
| Datagrid does not reflect changes to bound dataset | 20 Nov 2004 05:51 GMT | 1 |
I am using a datagrid to display a few columns from a dataset and a "detail" form for editing, which appears after double-clicking a row in the grid. After the user finishes editing an item with the detail form, the changes he has made do not show up in the datagrid even though ...
|
| Open first level in parent-child datagrid | 18 Nov 2004 07:47 GMT | 1 |
I have a parent-child datagrid working fine with three datasets connected. My question is how to make it open to the first level automatically. Right now when the form opens it just shows a blank datagrid with a plus sign. I click the plus sign and then it shows me all three levels ...
|
| Different Table Styles for a single table | 17 Nov 2004 17:30 GMT | 1 |
Hello, Is possible to set different table styles to one single table?? I need to display certain columns depending on the user input, but all the columns are in the same table. the dataset is loaded from a stored procedure. I'm ask to
|
| Directing Console.Out and Console.Error to a Textbox | 17 Nov 2004 00:51 GMT | 2 |
I have a set of libraries that do processing output to Console.Out, and Console.Error. How do I direct that output to a Textbox on a Windows form in CSharp? Thanks in advance!
|
| Binding problems when RowFilter returns zero records | 14 Nov 2004 19:47 GMT | 1 |
The following thread from May, 2003, describes the problem I am seeing: http://groups.google.com/groups?hl=en&lr=&threadm=2d9301c323fb%24fdc22b30%24a301 280a%40phx.gbl&rnum=4&prev=/groups%3Fq%3Drowfilter%2Bno%2Brows%26hl%3Den%26lr%3D %26group%3Dmicrosoft.public.dotnet.framework ...
|
| Designer/properties databinding, how??? | 12 Nov 2004 16:03 GMT | 1 |
I'm trying to use data bindings through the control designer properties, and getting nowhere at light-speed. The online help for data bindings is virtually useless as a tutorial on the subject, and I haven't been able to locate anything
|
| Parameter on Stored Procedure | 12 Nov 2004 12:14 GMT | 1 |
Hi, I'm using a data adapter daReadAdmin which is delcared like this: SqlDataAdapter daReadAdmin = new SqlDataAdapter("p_ReadAdmin", strConnection);
|
| How to update an IBindingList in a separate thread? | 10 Nov 2004 22:03 GMT | 1 |
I have a DataGrid bound to a custom collection that implements IBindingList. It is well known that updates to windows forms widgets must be done on the same thread as the form. Here is the kicker: I would like to have a process in a separate thread that makes updates
|