UphoperAbraph
New Member
I have a simple asp.net gridview control on a page. The control is bound to SQLDataSource. The gridview control is set to enable editing. When I run the page on my development server the editing function works as it should, i.e. you select edit, modify a column the select update and the change is saved. When I put the page on the live server and select edit I get the edit functionality, but the Update link does not work. It would appear the page does not post back as nothing happens when the Update link is selected. The javascript embeded in the update link (Update) appears to be the same as what is embedded in the update on my dev. server. The Cancel link functionality does work.Any thoughts on why this would not on the production server? I have another page with the same functionality and it works fine. Can't see any differences.Thanks for any assistance.