user: psw:
| lost password
ASP.NET 3.5 For Dummies :: Forums
Home » Technical questions » Updating & displaying custom image Pg. 231 Messages in this topic - RSS
3/23/2010 4:34:30 PM
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
3/12/2010 2:14:45 PM
fxs
Posts 5
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?

Thanks
pages: 1
|

Home » Technical questions » Updating & displaying custom image Pg. 231