|
|
 |
BOOK: Professional ASP.NET 2.0 and Special Edition; ISBN: 978-0-7645-7610-2; ISBN: 978-0-470-04178-9  | This is the forum to discuss the Wrox book Professional ASP.NET 2.0 Special Edition by Bill Evjen, Scott Hanselman, Devin Rader, Farhan Muhammad, Srinivasa Sivakumar; ISBN: 9780470041789 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Professional ASP.NET 2.0 and Special Edition; ISBN: 978-0-7645-7610-2; ISBN: 978-0-470-04178-9 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

August 15th, 2007, 05:09 PM
|
|
Friend of Wrox
|
|
Join Date: Oct 2005
Location: Austin, TX, USA.
Posts: 118
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Listing 12-1
Is line "List (Of String)" okay?
I got the error msg:
Type List is not defined.
TIA,
Jeffrey
__________________
C. Jeffrey Wang
|

August 15th, 2007, 05:11 PM
|
 |
Wrox Author
Points: 33,554, Level: 80 |
|
|
Join Date: Jun 2003
Location: Utrecht, Netherlands.
Posts: 10,228
Thanks: 7
Thanked 203 Times in 201 Posts
|
|
It probably is. However, you need the following Imports statement for this to work:
Imports System.Collections.Generic
Click right after the g or ) and Visual Studio will show an error correction hint. Open it up and it offers the correct namespace...
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
|

August 16th, 2007, 10:10 AM
|
|
Friend of Wrox
|
|
Join Date: Oct 2005
Location: Austin, TX, USA.
Posts: 118
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thanks.
I have 3 more questions.
1. I am using the Listing 12-1 as an inline code for
a stored procedure. After solving the List(Of String)
error, I have another error on "Return returnData" -
'Return' statement in a sub or a set cannot return a value,
even after I added one more line,
Cmd.CommandType = CommandType.StoredProcedure.
2. Any other ways to access data through DataReader object.
3. Moving the mouse showed only the error statement. Right click
after the g or ) did not show an error correction hint.
TIA,
jeffrey
|

August 16th, 2007, 02:00 PM
|
 |
Wrox Author
Points: 33,554, Level: 80 |
|
|
Join Date: Jun 2003
Location: Utrecht, Netherlands.
Posts: 10,228
Thanks: 7
Thanked 203 Times in 201 Posts
|
|
Sorry, don't have the book here so I can't say anything useful about this. Maybe someone else?
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| Listing 12-13 |
kai |
BOOK: Professional ASP.NET 2.0 and Special Edition; ISBN: 978-0-7645-7610-2; ISBN: 978-0-470-04178-9 |
8 |
May 10th, 2009 02:59 AM |
| DataReader error on Listing 12-19 |
cJeffreywang |
BOOK: Professional ASP.NET 2.0 and Special Edition; ISBN: 978-0-7645-7610-2; ISBN: 978-0-470-04178-9 |
0 |
January 3rd, 2008 12:36 PM |
| Listing 3.12 |
ojm38 |
BOOK: Professional ASP.NET 2.0 AJAX ISBN: 978-0-470-10962-5 |
1 |
July 25th, 2007 06:08 PM |
| Listing 12 - 8 "Mars" |
Asp.Net |
BOOK: Professional ASP.NET 2.0 and Special Edition; ISBN: 978-0-7645-7610-2; ISBN: 978-0-470-04178-9 |
0 |
March 5th, 2007 07:33 AM |
| Listing 12-1 |
topm |
BOOK: Professional ASP.NET 2.0 and Special Edition; ISBN: 978-0-7645-7610-2; ISBN: 978-0-470-04178-9 |
1 |
March 3rd, 2006 10:53 AM |
|
 |