Ken Cox Posts 170
|
fxs wrote:
Hi again,
The Button ID does not work unless you add onclick="Button1_Click" figured that out when I downloaded your code. What I don't get is, when I look into the properties there is no onclick only a onclientclick which doesn't work like the onclick. So where does the onclick come from?
I'm surprised that you're not seeing the OnClick event. It appears with a lightning bolt icon in my IDE. OnClientClick appears next to it in Intellisense.
If you're using the Properties page (F4) to get at the event, you might need to move into Design view and then click the lightning bolt icon to get the list of server-side events.
Does that help at all?
Ken
|