Hi all,

This should be so simple but several "googles" didn't provide an 
answer.  Hopefully, you guys can. :)

I have a dataview generated from hitting the database.
I don't want to hit the db again.  From the dataview I get a unique 
ID (from selecting in my .aspx file).
At this point I've used the unique ID as a filter to detect a single 
row...
        dvResults.RowFilter = "stopID = " & stopID

Now I want to put the individual fields of that row into text values.

ie.  txtName = dvResults..... blah

I have tried so many combinations and am not sure if I need to 
convert this to another data entity.  I know if I can get it into an 
SQLDataReader I can snip off each field with GetString or GetInt.

Does anyone have suggestions for this?

Thank you so much!

Kay








 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to