devaraj


{ City } chennai
< Country > india
* Profession * software engineer
User No # 1593
Total Questions Posted # 1
Total Answers Posted # 2

Total Answers Posted for My Questions # 10
Total Views for My Questions # 40201

Users Marked my Answers as Correct # 52
Users Marked my Answers as Wrong # 23
Questions / { devaraj }
Questions Answers Category Views Company eMail

what's the Difference between DataView and DataTable?

10 C Sharp 40201




Answers / { devaraj }

Question { 6026 }

Which two properties are there on every validation control?


Answer

ControlToValidate and Text or ErrorMessage properties

Is This Answer Correct ?    7 Yes 1 No

Question { 34176 }

How to convert a string into an Integer in ASP.net?


Answer

we can do this way also
int intA=Convert.ToInt32("string");

Is This Answer Correct ?    45 Yes 22 No