Difference between id and name tag attributes HTML
Posted
by yongjieli
on Stack Overflow
See other posts from Stack Overflow
or by yongjieli
Published on 2009-09-09T04:53:48Z
Indexed on
2010/03/14
14:45 UTC
Read the original article
Hit count: 227
Hi guys what is the difference between the id and name attributes? they both seem to serve the same purpose of providing an identifier.
I would like to know (specifically with regards to ASP.net web forms) whether or not using both is necessary or encouraged for any reasons.
Thanks guys!
© Stack Overflow or respective owner