Are you seriously asking if client side script can call a method that has
been compiled on the server? LOL !! You can only use what's on the page --
what's sent to the client man!
you need to run the object as a server control with the runat="server"
tag... to get a codebehind method to fire with an event on an object on the
client side..
Don't think your going to find a Click event for a label. Use a button and
change style so it appears as if it is a label. You can set and read it's
text property just as if it were a label.
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.