That's good idea, but I don't want to have cookies behind my code... I
read somewhere that it can be done with RegisterHiddenField. I create a
hiddenfield even change value, but then how I read hidden field back to my
variable in asp.net program... Examples about it are not too perfect in MS
documentation.
A label with the id "myLabel" renders as a span if the page uses master
pages the id will be changed, it will have a prefix starting with ctl00. you
need to find that Id in the source and then use it in your JavaScript to
change the spans innerText or innerHTML
to get the client id of the server control you can also use
<%=myLabel.clientId%>
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.