Tuesday, March 13, 2012

The HTTP verb POST used to access path /WebSite11/HTMLPage.htm is not allowed.]

I got that error message when I clicked a Link Button that had it's PostBackUrl set to HTMLPage.htm.

Any insights?

Thanks,

Dave

Not sure about the error, but if you want to post the data to a normal html-page. Why not use a simple html-submit-button?

<input type="submit" value="Post My Data!" />

Whouldn't that work for you?

0 comments:

Post a Comment