Author: Chithra_Iyer | Posted on: 4/1/2009 2:11:41 AM | Views : 908

 Hi,
 I am having a Datalist control and a user control in an aspx page(in vs 2008). The Datalist in the page displays images with "add to cart" imagebutton .
The user control is also a datalist control .

When i click the "Add to cart" button(image button),it should be displayed in the usercontrol .That is the user control displays only the selected images.
The functionality is working fine.But the prolem is ,eachtime when i click the "Add to Cart" imagebutton,the whole page is refreshing.I want to refresh only the usercontrol.

Can i place the usercontrol inside an update panel?..if so how can i trigger the click event of imagebutton inside the datalist.?
Pls help me,
Chit

 
...

Go to the complete details ...