| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | I have a vb.net 2010 application using databinding to a MSAccess 2000 database (Dont ask its what the client is using). The application is...
ValMac
|
05-16-2011 12:22 AM
ValMac | 0 | 1,211 |
|  | I am a retired programmer trying to create a data entry system for a
local community group (for the love of it!). I am working with VB.NET
2010 and...
ValMac
|
05-14-2011 01:59 AM
ValMac | 0 | 191 |
|  | The Time Is Coming ! Prepared for about a month, our cheap ghd website
has been on the market formally this week .The product series in our
website...
zhan dandan
|
05-25-2010 09:33 PM
zhan dandan | 0 | 2,050 |
|  | Here's the scenario:
One Form that shows Employee. Employee class is as below:
class Employee {
public int EmployeeID ...
Jack Tripper
|
05-13-2010 10:57 AM
Jack Tripper | 0 | 747 |
|  | I have Windows form with a grid using a tableadapter that joins two tables.
The field from the second table is display only. I am using VS 2005...
RuthG
|
03-25-2010 01:11 PM
RuthG | 0 | 1,188 |
|  | 许多性能问题和您的计算机安全*成 恶意病毒,最好的办法对付,这是要安装...
antivirus gratis
|
03-02-2010 04:54 AM
antivirus gratis | 0 | 836 |
|  | I have build a custom control class that has several properties that are
of the datatable type. What I want to know is what type to these
properties...
Jeff Frederick
|
02-26-2010 01:13 PM
Jeff Frederick | 0 | 753 |
|  | Nombreux problèmes de performance et la sécurité de votre ordinateur sont
causées par des virus malveillants, le meilleur moyen de lutter contre...
antivirus gratis
|
02-13-2010 08:14 AM
antivirus gratis | 0 | 855 |
|  | 許多性能問題和安全性您的計算機*成惡意病毒,最好的辦法對付,這是得到承認和防病毒在計算機上安裝更新
...
antivirus gratis
|
02-01-2010 07:20 PM
antivirus gratis | 0 | 726 |
|  | We at Nob Hill Software are working on a new query tool:
http://www.nobhillsoft.com/MarieAlix.aspx?HeardVia=ptut
You can read all about it on the...
Mia
|
01-22-2010 09:46 AM
Mia | 0 | 864 |
|  | I have connection to any database and a name of a view
Dim Conn As New System.Data.OleDb.OleDbConnection
Conn.ConnectionString = "..."
Dim ViewName...
Roman Trojan
|
01-07-2010 10:17 AM
Roman Trojan | 0 | 613 |
|  | I'm looking to located the adobe Executable's location in a vb 2005 program.
IE on my PC it's located @ "C:\Program...
Paul Ilacqua
|
12-22-2009 09:43 PM
Vijay | 1 | 709 |
|  | Hi
I have built a form by dragging a dataset over onto the designer, then I got
this BindingNavigator for free. But I found whenever the user...
dl
|
12-06-2009 07:36 AM
dl | 5 | 897 |
|  | Hi all
The following stacktrace is generated in the environment and action detailed
below,
environment: vs2005, c#, winforms, dataset, detail view,...
dl
|
12-06-2009 07:29 AM
dl | 1 | 621 |
|  | Hi all
I have a winform with a databound autonumber column as the PK, now when the
user click the "addnew" button on the BindingNavigator follow by a...
dl
|
12-06-2009 02:17 AM
dl | 0 | 948 |
|  | I am trying to create datagridview connected to sqlserver.
But it seems that even in simple datagridview cannot handle quickly millions
of rows. And...
intars
|
11-30-2009 08:50 AM
intars via DotNetMonster.com | 5 | 770 |
|  | I want to create a forms treenode that simply opens a URL when clicked.
Problem is that I have to do a static method to register the callback...
Ken Foskey
|
11-30-2009 05:49 AM
Ken Foskey | 0 | 748 |
|  | Posting to .databinding in case it helps someone else ...
BobF wrote:
BobF
|
11-25-2009 09:54 AM
BobF | 0 | 578 |
|  | I've got a bindingsource on my form which has DataSource as my dataset xsd
and the DataMember set to the a querytable within that dataset.
I've...
LightStamp
|
11-17-2009 01:14 PM
LightStamp | 2 | 669 |
|  | I have a XSD which contains a query that translates into a table and an
associated table adapter. I had to add a column so I ran the configure...
LightStamp
|
11-03-2009 03:45 PM
LightStamp | 0 | 691 |
|  | I'm working on someone elses project and there is a form with a panel
control with bound controls bound to a binding source. I want to add
controls...
LightStamp
|
11-02-2009 03:11 PM
LightStamp | 0 | 618 |
|  | I am trying to use LinqToSql with SQL Compact 3.5 .sdf database. I created
the database and successfully added the file to my project. I used...
Jamie
|
10-14-2009 02:35 AM
Zhi-Xin Ye [MSFT] | 2 | 692 |
|  | Hi,
I bind my datagridview to a bindingsource at runtime. I manually add an
extra DataGridViewComboBoxColumn to the datagridview, which I bind to...
Hendrik Jan
|
10-07-2009 11:16 AM
Hendrik Jan | 0 | 849 |
|  | I have a system with multiple threads and the gotcha that I found was
that a adding to a binding list on a thread while a control that uses the
list...
Ken Foskey
|
10-06-2009 10:54 PM
Ken Foskey | 0 | 640 |
|  | Hello to all!
Let's say we have a datagridview control, with its datasource set to a
bindingsource object.
After the form is loaded, i notice that...
Nick Valeontis
|
10-01-2009 02:51 PM
Jack Jackson | 1 | 785 |
|  | I have an issue with BindingSource.BindingComplete event; it does not get
raised no matter what I tried. I am kind of wonder if I've been using...
Frank Do
|
09-21-2009 10:43 AM
John Bundy | 4 | 1,387 |
|  | I am trying to create a WPF application with a MenuItem that can be used by
both a Menu and a ContextMenu. In my first attempt I tried to bind to...
Sam B
|
09-04-2009 04:30 PM
Sam B | 1 | 1,207 |
|  | I add a datagridviewcombocolumn to show property closure_type. Below
is the code. The code is basically from MSDN, but I always got the
error...
Long Cui
|
08-28-2009 01:37 AM
Long Cui | 1 | 818 |
|  | I have a problem with the datagridview not updating its cells after changing
the underlaying data.
I maked a simple form with 2 textboxes and 1...
Bardo
|
08-25-2009 09:10 PM
Bardo | 2 | 1,438 |
|  | it difficult to read and study.I need help
Inwy
|
07-24-2009 08:48 AM
Inwy | 0 | 684 |
|  | My main window has a child control that is selected using data binding like
this
<ContentControl Content="{Binding MainView}"/>
On one of the...
Darren
|
07-15-2009 06:24 PM
Darren | 0 | 1,027 |
|  | Hi everyone,
Background: I'm working with a standard Windows Forms DataGridView control.
It's databound to a List<> of custom business...
Quimbly
|
07-08-2009 12:04 PM
Quimbly | 0 | 730 |
|  | Hello Everyone,
I have two forms. I am enetering the values to be saved in the database in
one form and another
form is displaying those values in a...
Vinki
|
07-06-2009 09:09 AM
John Bundy | 1 | 689 |
|  | Hello Everyone,
I have two windows forms. I have a datagrid on one of the form, I want
that whenever user clicks on each row of the datagrid another...
Vinki
|
06-28-2009 06:26 PM
Vinki | 0 | 774 |
|  | VB .NET 2008
I have a problem, i have configured a dataset and dataadapter, when i update
or insert data in the database i call an function...
Pedro
|
06-26-2009 12:46 PM
Pedro | 0 | 803 |
|  | Hello NG
When i set up the databindings on by winform i'll get some unnecessary row
changes. For each row that has been displayed on screen, the row...
Microsoft
|
06-22-2009 02:24 AM
Microsoft | 0 | 740 |
|  | I have a form with 3 radiobuttons, they are bound to 3 boolean fields on the
datasource (in this case an Entity Framework entity)
The problem is...
Mark
|
06-11-2009 04:53 PM
Mark | 0 | 682 |
|  | Ok,
so i just did enhance my sortable bindinglist with this public method
Public Sub SortNow(ByVal sortmembername As String, ByVal sortdir...
Georg Hickel
|
06-06-2009 08:57 AM
Georg Hickel | 0 | 880 |
|  | I have a DataGridView with two columns, both of which are
DataGridViewComboBoxColumns. The DataSource for the grid
is a DataTable and the two fields...
nltoft
|
05-18-2009 06:21 PM
nltoft | 1 | 845 |
|  | I am working in VS2008 w/ .Net 3.5. The DataSet working great, there
are three tables with relationships defined, one parent (ChoiceSet)
and two...
Cartoper
|
05-18-2009 11:09 AM
Cartoper | 0 | 723 |
|  | Hi all,
I'm experimenting with databinding to a usercontrol I created.
I have a usercontrol wit a textbox and a datetime picker.
The control has a...
Joost
|
05-08-2009 03:52 PM
Joost | 2 | 1,102 |
|  | Hello NG
How to force databind to update controls on TABPAGES that is not been
displayed yet.
The way i solve this is by setting the tab control...
J E Jensen
|
05-05-2009 10:42 AM
Jack Jackson | 1 | 796 |
|  | I think this problem I'm experiencing is Data Binding related so I'm
reposting this message to include this group.
I'm having a problem with setting...
Jerry
|
05-03-2009 07:26 PM
Jerry | 1 | 977 |
|  | Hi experts
I'm very new in C#. I've been searching and trying many solutions you've been
discussing about "How to get a value from a datagridview"...
daquoc via DotNetMonster.com
|
05-01-2009 06:59 AM
Mark | 1 | 656 |
|  | Regarding the visually-designed data-components ( DataSet , TableAdapter ,
etc. ) included in VS05
Is it possible to configure the connection string...
John A Grandy
|
04-20-2009 01:19 AM
Morten Wennevik [C# MVP] | 1 | 708 |
|  | Hello
I am creating an application using C#, and SQL Server. I dragged the
TableAdapter onto a form which creates a DataGridView and therefore...
JB
|
04-07-2009 06:02 PM
JB | 0 | 680 |
|  | Hi,
I've got a DGV, bound to an object data source (ods). The ods has some
objects in it, which are displayed as dataGridViewComboBoxColumns.
Now, I...
Andreas van de Sand
|
04-03-2009 12:15 PM
Anu | 4 | 1,076 |
|  | A few weeks ago I saw article on how to add a DTP to a bindingnavigator. I
would like to add a DTP to the navigator and use it to filter the rows...
BlueStallion
|
03-23-2009 11:36 AM
BlueStallion | 0 | 670 |
|  | Dear .NET Developers,
I am adding a new row with a single cell to my DataGridView control every 10
seconds via a timer:
DataGridViewTextBoxCell...
buran
|
03-23-2009 05:02 AM
buran | 0 | 696 |
|  | For a DataGridView , how to hide cols when the grid is meant to be bound to
a DataTable ?
DataGridView.DataSource = DataTable;
// I want to now...
John A Grandy
|
03-17-2009 03:57 PM
Jack Jackson | 3 | 725 |