| Thread | Last Post | Replies |
|
| DataSet and DataViews | 30 Jun 2005 01:48 GMT | 1 |
Is it possible to create a dataview on a dataset which combines (concatonates) two columns into one without having to copy the dataset into another dataset? I have two columns that I generally need to be seperate... but I have a need
|
| what is databinding | 29 Jun 2005 20:25 GMT | 2 |
|
| Display a matrix in a datagrid? | 29 Jun 2005 09:30 GMT | 4 |
I've got an n x n matrix (of integers) that I'd like to display in a grid. The matrix is actually wrapped in a class. What's the best approach for binding the matrix to the grid? Currently I've implemented the IList interface on my object, exposing the list of n^2 elements as a ...
|
| Bind my own domain classes like a DataSet to GridView in Designer | 28 Jun 2005 10:42 GMT | 3 |
Hello group, I developed some Domain classes , which are NOT a not related to DataSet / DataTable etc. in any way. But they provide similar featurs. A object can for instance contain a collection of Orders, plus a collection
|
| Datagrid not refreshing current cell | 27 Jun 2005 15:40 GMT | 1 |
I have a datagrid whose DataSource is set to a DataView created from a loaded DataSet. I have a filter combobox above the datagrid upon which some value is selected, a new view is created and attached to the datagrid with a different set of RowFilter value. The problem is that ...
|
| databinding to picturebox.image | 24 Jun 2005 06:31 GMT | 6 |
I have a windows form which contains many controls which display a single row from a DataTable. One of the controls is a picturebox. I want to bind the image property of the picturebox to a column in the DataTable such that: If column value = “X”
|
| Programmatically changes in bound controls not updated in bound fi | 22 Jun 2005 07:53 GMT | 3 |
I found out a strange issue in VB.NET 2003 and I am wondering if someone else had the same problem. Everything is done programmatically at run-time. I fill a tableset within a dataset with data from any database (for
|
| DataBindings and DataSource | 20 Jun 2005 14:44 GMT | 2 |
Can anyone tell me the relationships between the following properties of a ComboBox: DataBindings.SelectedItem DataBindings.SelectedValue
|
| master/detail in datagrid - how to avoid choosing relation | 20 Jun 2005 10:42 GMT | 1 |
I have a dataset with 2 table and a datarealation between the tables. When setting a win form datagrid's datasource to the dataset I get a nice picture of the data - including the child data. However I need to click a link right after press the + sign to se the data. The link is ...
|
| DataBound Textbox using DataSet and Auto Complete | 20 Jun 2005 06:39 GMT | 3 |
Does anyone know of a sample application which has a textbox that behaves like the textbox on the start RUN prompt in Windows XP? Specifically I need the textbox to be databound to a dataset and when a user types in a letter I want the textbox to autofill with a word which most
|
| Repeater and xml | 18 Jun 2005 05:34 GMT | 1 |
Forgive me if I'm posting to the wrong newsgroup. How do you bind a nested xml file (which has a namespace in its root node) to a repeater control? I currently load the xml file into an xmldocument and retrieve an
|
| combobox headaches | 16 Jun 2005 14:59 GMT | 5 |
BlankHi, So much struggle and wasted time (days). I'm having a terrible time getting bound comboboxes placed on tab pages to behave correctly. I can't get null values to display when navigating between records. The previous values
|
| Binding to StatusBarPanel.Text | 16 Jun 2005 12:19 GMT | 2 |
How do I bind a datasource to the statusbarpanel.text object, there isn't a databing property
|
| Code for filling datagrid rows one by one | 14 Jun 2005 23:53 GMT | 2 |
for many times i needed a code for datagrid to show a progressbar while reading data from a database (*.mdb). now i think if my form reads data from database one by one and then puts them in datagrid row by row will solve this idea.
|
| concurrency violation: The update Command affected 0 records | 11 Jun 2005 20:19 GMT | 1 |
I have a form with some textboxes connected to an access database(*.mdb) now when i add new records or delete a record , the save button works and updates my data. after it when i navigate through records and when i edit a record (not
|