| Thread | Last Post | Replies |
|
| VS 2005 Dataset and DataAdapter | 22 Oct 2006 20:49 GMT | 1 |
Is it possible to add a Dataset using a control in Visual Studio 2005? I need to add a Dataset control, or some other object that will show up in the GUI as a "Data Source" for data-binding. The reason I need a DataSet is for its multiple-table capabilities - one of the custom ...
|
| current value | 20 Oct 2006 11:42 GMT | 1 |
I have one BindSource, one table adapter and one GridView. Everthing is working fine, my doubt is: How to read the values of the current row, for example, the row that is selected on a gridview or on a bindingnavigator?
|
| Selected GridViewRow isn't "Clicked" | 19 Oct 2006 21:33 GMT | 4 |
I have a databound datagridview (VS2K5) with hundreds of rows. I'm trying to allow users to search for a given row and once selected the fields at the top of the form will populate with the rows records. This works fine when you click the gridview rows manually and I can easily
|
| Binding a DataGridViewComboBoxColumn | 19 Oct 2006 15:16 GMT | 3 |
What I want to do is pull a list of name/value pairs from a database and populate the display and value members of a DataGridViewComboBoxColumn with it. However, I also want to bind the DataGridView as a whole to another query from the database, which would
|
| Changed data in BindingSource is not updated? | 19 Oct 2006 13:16 GMT | 8 |
Dear reader, Situation I have created a Master-Detail solution which works very good (thanks to the help of this newsgroup). In the Detail section I have textboxes wherein the
|
| DataGridView_CellLeave() strange behaviour | 19 Oct 2006 01:06 GMT | 1 |
i want to edit my previous post to give u clear clue about my problem. i am having datagridview in my windows form(vb.net 2.0),i am inserting the data(records)in the cells of the datagridview. After finishing the insertion of data into the rows of datagridview ,i finally want to ...
|
| DataGridView_CellLeave | 18 Oct 2006 16:55 GMT | 1 |
i am using datagridview in my project and try to retrieve the value of the selected row on cell leave.but it gives me null value of the cell of the selected row even though i have value in my cell.i could not find out the solution. please suggest me and suggest where my code is ...
|
| Data Column Expressions | 18 Oct 2006 15:53 GMT | 6 |
In VB 2005, using SQL server 2005 I have a typed dataset. One of the tableadpaters, I have created a datacolumn with datatype as string and set the expression as follows:
|
| BindingSource.EndEdit() doesn't change rowstate | 18 Oct 2006 13:18 GMT | 1 |
VB.NET 2.0, Visual Studio 2005, Form Data Bindings I'm using a Typed dataset with several tables on my form, and also using a BindingSource Object to bind the controls on the form to it. The Typed dataset is used as a datasource and a table from the Typed DS
|
| How can I databind to this property? | 18 Oct 2006 12:58 GMT | 8 |
I have created a class DelimitedList<T> which inherits from BindingList<T>. I also have a custom business object that has a property defined as type DelimitedList<int>. I then created a UserControl that has a property of this same type.
|
| Catch Retrieve ( each Row ) | 17 Oct 2006 17:54 GMT | 1 |
again a newbie question but again, I uses PowerBuilder from Sybase and with this tool we could handle a RetrieveRow event which was triggerd for each Row loaded from the Database... Can U somehow do this with ADO and C#... So i can Display a Statubar with
|
| Filtered/sorted Datagrid | 17 Oct 2006 01:53 GMT | 4 |
Hey Guys Alot of articles and alot of stuff still no answer. Please help me on this one. I need to get data out of a filterred selected row !!! ... this is how my code looks like....
|
| Mixing automatic and custom error notifications... | 16 Oct 2006 23:13 GMT | 1 |
I need to mix automatic (ErrorProvider.DataSource) and custom (Control.Validating) error notification on my form. Unfortunately it doesn't look like they work together properly. In the minimal example below, I want to be notified if either txtString is empty (custom error) or ...
|
| Databinding an array of enum types to a DataGridViewComboBoxColumn | 16 Oct 2006 16:03 GMT | 1 |
I have a DataGridView which contains a column of type DataGridViewComboBoxColumn. Im trying to bind the DataGridViewComboBoxColumn to an array of enums. The following is how my enums look
|
| DateTimePicker in a BindingNavigator? | 16 Oct 2006 15:47 GMT | 1 |
unfortunately there is no DateTimePicker control available to add to a tool strip (not in the add element drop down list). Is it possible to add such a control another way? How to do that? Thanks for any help! Regards, Harald
|