I ve to do one addition for my projet(ASP>NET using C sharp)
I ve to add two numbers.....which is in Labels,so that labels s in sting..I ve applied the following code convert it to int..
int a=convert.Toint32(Label.text);
It does not work.
I m working in Visual Studio 12....