Advertisement

1 - 10 of 23 containing alltags:("bindingnavigator") (0 seconds)
I am using a BindingNavigator to allow navigation through data on my form. Depending on the situation, I either want to enable or disable the Delete button on the navigation bar (the red "X"). ...
Zones: MS Visual BasicDate Answered: 03/29/2006 Grade: A Views: 68
I have an Oracle database, which I access through a typed dataset. I have some bound fields and a BindingNavigator on a form (created with the drag/drop functions in VS2005). When I run the pro...
Zones: C#Date Answered: 06/13/2006 Grade: A Views: 0
I have populated DateGridView control with following code: DataTable dataTable = new DataTable(); SqlDataAdapter da = new SqlDataAdapter("select * from Customers", someConnectionString); dataT...
Zones: C#Date Answered: 07/19/2006 Grade: A Views: 71
I have a Windows form with a BindingNavigator. I would like to execute some code before the position is changed in the underlying BindingSource when the user clicks the first, previous, next or las...
Zones: C#Date Answered: 10/09/2006 Grade: A Views: 4
Hi, First Question :I put a bindingNavigator control on a form(which read from a table), but the bindingNavigator control is Disable. How do i use this control? (lets say there is a table called ...
Zones: C#Date Answered: 10/16/2006 Grade: A Views: 16
SQL Server, VB .net 2005... Could you possibly give me the simplest example for databinding a ListBox to a BindingNavigator...A simple Table as SQL Server like 1 field, 2 records would be enough. ...
Zones: MS Visual BasicDate Answered: 09/07/2007 Grade: B Views: 0
Hi I've got a form with binidngnavigator that is bound to a dataset and displays data on data grid view The form has a number of user defined controls. When the user navigates with the bindin...
Zones: .NET Framework 2.xDate Answered: 09/18/2007 Grade: A Views: 4
I would like to add a BindingNavigator to a Custom User Control (link below). http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22837416.html This is a very cool way of eliminat...
Zones: C#Date Answered: 09/24/2007 Grade: A Views: 0
Q. Is there an equivalent control in ASP like the winforms bindingNavigator?
Zones: ASP.Net ProgrammingDate Answered: 11/02/2007 Grade: A Views: 0
We have a WinForm application in VB 2005. We created a quick database application by drag-and-dropping a table from the Data Source onto the form. Vb then automatically generated a DataGridView, a ...
Zones: MS Visual BasicDate Answered: 12/28/2005 Grade: A Views: 0