The problem is most likely in the page load. Check out this thread -
http://thedotnet.com/howto/work9743.aspx
I added the following to my code and the image buttons worked:
if (!Page.IsPostBack)
{
Place page load code here
}
Hope this helps.
Chuck
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.