Hi,
I am developing Web Application in ASP.NET and Access. I have two aspx pages namely listcategory.aspx and editcategory.aspx . I am listing Categories in Datagrid/Datalist/DataRepeater (listcategory.aspx), I have linkbutton to redirect to editcategories.aspx?id=0.
In editcategories.aspx, I update/insert using (SQL Insert and Update) commands and redirect back to listcategories.aspx. But I have to refresh manually to show changes. I don`t understand what`s wrong.
I tried same in SQL Server and it is working fine. It auto refresh the page. I have to access database.
Please help me...reason, solution, examples..
Thank you..
Bhavesh Jain