Hello experts!
I've been playing around with this display page for about an hour now and I'm stuck. My boss is bugging me to see if I'm finished yet...I use a different page to pass a Deal# to ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20813247.htm...
Zones:
ASPDate Answered: 12/02/2003 Grade: A Views: 64
Hi
When I try to update a table in an Access database from a DataSet using a DataAdapter, I get the following error message:
"There is no row at position 0"
Here is the code I use:
Me.B...
http://www.experts-exchange.com/Database/Miscellaneous/Q_21268116.html
Zones:
DatabasesDate Answered: 03/01/2005 Grade: C Views: 0
I have the following code and when i traced the value for objDataSet.Tables.Count returns 1 and then errors out at the nextline (ie odr = objDataSet.Tables(0).Rows(0)
)
WHat could be the issue...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22069937.html
HI,
I get the folloiwng error when deleting a row from a data table.
"There is no row at position 0"
I am poulating a datagrid as follows;
private dt as datatable
private dr as datarow
su...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22654217.html
Hi all,
I get the below error. There is no row at position 0
at System.Data.RBTree`1.GetNodeByIndex(Int32 userIndex)
at System.Data.RBTree`1.get_Item(Int32 index)
at System.Data.Da...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/DTS/Q_23367588.html
Hi,
I have a DataGrid on a web form that I would like to enable paging on. The funny thing is, if I don't have paging enabled, all of the records that satisfy the query are displayed. However, s...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21699746.html
Right click on database.
Select Properties from Menu
MSG Box error "There is no row at position 0. (System.Data)
Has anyone learned anything about this error?
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2362...