Quantcast
Channel: Web Forms
Viewing all articles
Browse latest Browse all 23244

clientid question

$
0
0

Just a quick question about clientid in asp.net server controls..Do these controls always generate the same ID regardless of the machine the code is running on.

eg Textbox text = new Textbox();
text.ID = "test";
client id generated is some long number and _Test.Is this going to be same everywhere.


Viewing all articles
Browse latest Browse all 23244

Trending Articles