| Thread | Last Post | Replies |
|
| DataBinding to XML | 28 Nov 2006 21:03 GMT | 3 |
If I had some XML that was structured something like this... <data> <selectedValue id="1235"/> <valueOptions>
|
| Get current position | 28 Nov 2006 17:48 GMT | 1 |
I have a comboBox bound to the particular field in datatable, I also can have many other controls. CurrencyManager's Position property holds the current position. I want to change it manually based on SelectedValue selected in comboBox. How can I know the position of currently ...
|
| Read Only Bindingsource on Business Object | 28 Nov 2006 14:53 GMT | 1 |
I want to set a business object to readonly status, let me explain my point : I want to edit a business object, so I use a BindingSource to put this object as a datasource.
|
| Issue with IList<T>, object inheritance, DataGridView | 28 Nov 2006 13:53 GMT | 3 |
maybe this issue has come up before, however, I didn't find a similar post... I am building an example app to check out the databinding to objects, in combination with an object db and using VS 2005.
|
| currently selected/active row syntax | 27 Nov 2006 18:55 GMT | 6 |
I'm stuck on this in two places of my code, and after struggling and searching, I haven't figured it out yet. I have two linked tables; a field in my master table becomes a linked field in my second table (e.g. customerID, second table for customer orders uses
|
| Binding RadioButtons: Suggestions? | 27 Nov 2006 17:48 GMT | 2 |
Through the help of this newsgroup I've added capability to have my forms update if the bound data source is updated from a different thread. Fantastic! However, not all my controls are bound to the data, particularly
|
| Im am having trouble with the Advanced SQL Generation Options | 27 Nov 2006 14:51 GMT | 2 |
I am having trouble with not being able to Check the Generate Insert, Update, and Delete Sql Statements; in the Advanced SQL Generation Options Dialog Box. If there is some configuration settings in the visual studio Web express editions that allows me to turn it off or on then ...
|
| Using Transaction and mulitple line SQL statements | 25 Nov 2006 08:46 GMT | 2 |
Env: VB 2005 Prof, SQL Server 2005 In our application we have to import data from a textfile using transaction scope. This textfile only contains valid SQL Statements (Inserts, Updates) generated from another application.
|
| newbie question 1: Adding new table fields don't show up in table data view? | 25 Nov 2006 01:45 GMT | 4 |
Very new to dotnet, using VB.net express 2005. I created two tables, starting with only a few fields to get the tables started and key fields (foreign key fields, etc.) linked. I went back to add a few more fields, and added them just fine to the table definition view
|
| newbie question #2: using date/time format for duration (hh-mm-ss) | 25 Nov 2006 00:29 GMT | 2 |
Using VB.net express 2005 One of the fields I will need in my database is a duration (length of short AVI video clips, ranging from 10s to maybe 10min). I figured I should use a date/time format and just format the view to "hh - mm - ss", but in initial
|
| Simple-binding DataGridViewComboBoxColumn to DataTable | 24 Nov 2006 14:50 GMT | 2 |
can anyone tell me whether it is possible to use simple binding between the selected value of a DataGridViewComboBoxColumn and a DataTable column? My specific scenario is something like this: I have a strongly typed DataTable (MTGUIData), which contains various
|
| Help Me!! - insert into Access tables threw typed dataset adapter Windows Forms | 23 Nov 2006 15:08 GMT | 2 |
I just can't find the problem and therfore solution. The issue is very important!!! In .net 2005 I've built a windows application with form . Inside the project i've attached the .mdb file , wich afterwords i've connected threw server
|
| ReportViewer databinding | 20 Nov 2006 21:53 GMT | 1 |
I have several business objects I'm needing to run reports against. I haven't had any problems creating simple reports going against one or two objects, but I have a summary report I need to generate and it's driving me nuts. At the top level, I have an Estimate object which ...
|
| Validating event not firing when user selects a toolbar button | 20 Nov 2006 15:22 GMT | 2 |
When you hit a toolbar button from a databound control, its Validating event doesn't fire. The original control retains focus. Is there a workaround for this?
|
| two datagridviews, one binding source, two queries? | 19 Nov 2006 19:19 GMT | 3 |
i have a simple table, and want to display two views of it. one all the records, one a selected subset. i have created 2 stored procedures that return the correct rows. on my form, i have two datagridviews, each based on the table's binding source. I want the first dgv to display ...
|