2
Answers

Custom Control In ASP.NET

Photo of Varshika Jain

Varshika Jain

12y
2.1k
1
How can we create custom controls in ASP.NET?

Answers (2)

0
Photo of Rajeesh Menoth
NA 24.7k 629.6k 8y
Hi,
 
var is an implicit type and string is an explicit type but these declarations are functionaly equivalent
 
Reference :
 
http://stackoverflow.com/questions/16790143/what-is-the-difference-between-var-and-string-in-c
Accepted