stop imagebutton to do postback

  • Thread starter Thread starter Vikram
  • Start date Start date
What are you trying to do? Just display the image?

If you still want it to be an image button, you can always add the following
code.

ImageButton1.Attributes.Add("onclick", "return false;");

Or you can just use a plain ol image.
 

Ask a Question

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.

Ask a Question

Back
Top