Md. Arafat Hossain Khan (Sagar)
Md. Arafat Hossain Khan (Sagar)
Lecture_04 (AJAX)
Created by
Md. Arafat Hossain Khan (Sagar)
Lecturer
Department of
Electronics and Telecommunication Engineering
The People’s University of Bangladesh
Wednesday, August 28, 2010
1. Open SQL Server Management Studio
to
SqlCommand cmd = new SqlCommand("dbo.get_selected_menu_items", connection);
5. Now in the master page file Site.master add a ScriptManager just after the form tag
6. Now change open the DefaultAdmin.aspx page and change the content to
8. Now download a gif image to have update progress view. You can download from-
http://www.aspneti.com/images/updateprogress.gif
9. Now add this image to the Images folder-
10. And now run your application
11. You should get the partial page update feature implemented on your site when you will change the item
from the drop down list.