ASP page related
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Dear Friends, I want information about ASP.Net page, when any ASP page created the control on each page should have any unique identity so i can use that id, i found the unique number and id of control Text Box but i found it not unique because every time i check the number randomely it give me new number i think its browser specific (code given below)
mshtml.IHTMLUniqueName uInputName = (mshtml.IHTMLUniqueName)MyContorl.DomElement; messageBox.show(uInputName.uniqueID); messageBox.show(uInputName.uniqueNumber.ToString());
is there any other uniquness in control, or my assumption is wrong. Please clear me thanks in advance. Sasmi