G
Guest
I have a lable control in a repeater and 2 link buttons. The lable is named
lblCurrentPage and the link buttons are named "Prev" and "Next". Once the
page is uploaded and viewed through the browser, all three button id's
change. Why is this? I see it has been changed by looking at the source of
the web page. I thnk this may be causing a problem in my code because I'm
refrencing the controls by the id name I gave them. Is there a way to keep
these controls from being renamed?
lblCurrentPage and the link buttons are named "Prev" and "Next". Once the
page is uploaded and viewed through the browser, all three button id's
change. Why is this? I see it has been changed by looking at the source of
the web page. I thnk this may be causing a problem in my code because I'm
refrencing the controls by the id name I gave them. Is there a way to keep
these controls from being renamed?