Hi, Good morning to all,
Am Prabhakar,
Am getting this error "conversion from type button to type string is not valid vb net" what it means and how to rectify this problem. please give the guidence.
thank you
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Santhosh Kumar JayaramanPosted Feb 1, 2013, 1:08 AM
string str =Button1;
You have to use Button1.Text instead of Button1