Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i m using the one property of reader class is getvalues

1) if(text.Text == sdr.GetValues[0].ToString())

2)lbl.Text = sdr.GetValue[0];
i tried most of all ways
but it creates error
Posted
Updated 31-Mar-14 10:03am
v2
Comments
Maciej Los 31-Mar-14 16:35pm    
What kind of error? Which line? You should provide more details about your issue. Please, use "Improve question" widget to update your question.

1 solution

Have a look at this articel[^] to get an idea on how to use this.
 
Share this answer
 
Comments
Member 10694442 31-Mar-14 15:48pm    
ok thanx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900