Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Preventing AJAX PageMethod from doing a PostBack 1

Status
Not open for further replies.

tekkerguy

Programmer
Nov 16, 2005
196
US
I have a pagemethod function that executes a c# method from javascript, and returns a Dataset to the javascript function, which then is performing an OnSuccess function.

The problem is, a postback is being run as well. How do I prevent that?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top