ASMJ
09-07-2006, 02:05 AM
Hello,
I have created a sample website, which has a gridview to view, update and delete data from the DB and a few data entry fields for insert and search operations on the data.
All these are working fine in my local system. I have published the website locally and copied it to the DASP server using FTP. I have also attached the database.
Insert and Search operations are working. (I have explicitly written the INSERT and SELECT statements in the codebehind)
But I am not able to EDIT or DELETE records in the gridview (I have used thecommand field option for editing and have put a seperateTemplate Fieldfor Delete)
When I click on Update link, it does not update and does not give any error msg. Same is with delete.
Could anyone help me in solving the problem? Is it because I have published it and the compiled code does not have the html source generated by the grid view and datasource??
Thanks
ASMJ
I have created a sample website, which has a gridview to view, update and delete data from the DB and a few data entry fields for insert and search operations on the data.
All these are working fine in my local system. I have published the website locally and copied it to the DASP server using FTP. I have also attached the database.
Insert and Search operations are working. (I have explicitly written the INSERT and SELECT statements in the codebehind)
But I am not able to EDIT or DELETE records in the gridview (I have used thecommand field option for editing and have put a seperateTemplate Fieldfor Delete)
When I click on Update link, it does not update and does not give any error msg. Same is with delete.
Could anyone help me in solving the problem? Is it because I have published it and the compiled code does not have the html source generated by the grid view and datasource??
Thanks
ASMJ