Dear Imar,
I am reading your book <ASP.NET 2.0 Instant Results>. Much thanks to your working. However, I have a little problem about chapter 2. In ResourceDB.
vb class, what is the effect on optional parameter ID in Function SaveResource? I can not understand it. Why need the ID parameter?
The following comments in ResourceDB.
vb:
'add in the parameters: the surveyID,
'the question text, and the possible choices (A,B,C,or D)
What aim?
Thanks.