asp Page events execute twice after PostBack

  • Thread starter Thread starter Jarek
  • Start date Start date
J

Jarek

Hi!

I have similar problem to Lewis. I have a page containing datagrid. When
datagrid is edited there is a calendar. When I change the date for the first
time all page events are executed twice and:
when they are executed for the first time they are executed in response to
post back as it should be, but for the second time the page is reloaded
again just like it would be called for the first time.
Please Help Me!

Jarek
 
Set the AutoEventWireup="false" in u'r aspz page. It will
solve the problem.
 

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