Hi,
I have converted my project from .Net 1.1 in VS 2003 to .Net 2.0 in VS 2005 (web application).
My link buttons which have validation on them now dont work. These are EDIT and ADD links in my datagrids. They fire a javascript called WebForm_DoPostBackWithOptions which is missing. I have googled a long time on this and cant find a definitive answer.
Some say it is HTTP Modules that need removed from web.config but I am only using 1 NeatUpload by Brettle Development. I removed it anyway but this makes no difference.
Other advice was that WebResource.axd file was not referenced in the page source but it is.
Another suggestion I found (but with no solution) was it was a problem with WebUIValidation.js file (but the post did not say what!).
When viewing the source in the browser __doPostBack js function is present (and works on 'delete' and 'cancel' linkbuttons - but my 'edit' and 'add' link buttons call WebForm_DoPostBackWithOptions (which I assuming is new in 2.0 and called due to the validation) and it is not present in the page source. Do I need to manually update the WebUIValidation.js for my converted project anbd if so how do i do that?
Help!
Cheers
Alan