I'm working on an ASP.NET page (vb) and returning a record using a datareader and I want to loop through each field in the record.
Using asp I would have done something like this:
for each it...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20402098.html
Zones:
.NETDate Answered: 11/20/2002 Grade: A Views: 0
Hi
I want to return a datareader object from the web method of the webservice.How can I do it.Is their any way to serailize the datareader?
Thanks in advance
Joe
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20407222.html
Zones:
.NETDate Answered: 11/26/2002 Grade: A Views: 0
hello experts....
i've to write a table in a DB to a delimited(',' or '~') text file. I've gone half way through and i need to add a blank line after every record.... Following is my part o...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20507014.html
Zones:
.NETDate Answered: 02/21/2003 Grade: B Views: 0
Hello all,
I'm new to asp.net (VB), but not to asp (VBScript).
I have the following VB.net code, that executes a SQL 2000 Stored proc, and this returns a schaped XML document using the FOR XM...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20628861.html
Zones:
.NETDate Answered: 06/08/2003 Grade: B Views: 0
In classic ASP using ADO I would pull in a forward-only recordset with a select statement and could test if the recordset was empty by doing an
If rst.EOF then
..
end if
How the heck do you...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20673164.html
Zones:
.NETDate Answered: 07/09/2003 Grade: A Views: 0
VB.Net Windows form
How do you use a datareader as a datasource for a combobox and if you do can you set the combos Value and Display members?
Wing
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20677227.html
Zones:
.NETDate Answered: 07/15/2003 Grade: A Views: 0
I've created a data layer class, and have coded all my database connections, data objects, etc. within this class. I call a function from an ASP.NET page -- GetDataReader --- that returns a DataRea...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20790264.html
Zones:
C#Date Answered: 11/06/2003 Grade: A Views: 0
In a VB.NET web form
I need to identify where a chosen jobnumber, as an example in row 150, is X number
of jobs away from the beginning jobnumber. X will be equal to the number of rows
betwee...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20904166.html
Zones:
.NETDate Answered: 04/19/2004 Grade: A Views: 20
I am getting the following error and am completely stumped.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20906248.html
Zones:
C#Date Answered: 03/17/2004 Grade: B Views: 0
I have a question regarding the Datareader, I retrieve values from the datareader using dr.getvalue(0) [dr being the datareader], as i loop through the while dr.read and end while, the dr skips a v...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20972378.html
Zones:
.NETDate Answered: 05/05/2004 Grade: A Views: 0