Forums
This topic is locked
How to get one specific item from dataset? [xx(]
Posted 26 Jun 2007 09:30:04
1
has voted
26 Jun 2007 09:30:04 steven Macquoy posted:
It's a very simple question:How do i get not te first, but any item i want from my ASP.net dataset?
ex:
Response.Write(DSmembers.FieldValue("email")
Shows me always the first item!
But i want the 3th!
Can someone please help me with this?
I've tried so much (.startrow, .currentpage,...)