Click here to Skip to main content
15,887,477 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
what is the difference between unique id, client id, id of a control in asp .net?
Posted

1 solution

There are no attributes recognized as "unique id" or "client id" (more on client id in a second). All document IDs need to be unique or you'll have a helluva time trying to get the page to compile/run nicely.

Client ID comes into play with the new ID generation features that allow for more predictable, developer-friendly control/form element names, and is expressed as "client id mode". Scott Guthrie has this great post featuring this on his blog[^].

If there's something else (or a link) you're referring to, please post and I'll try to help out.

Cheers.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900