Hi,
I am using Grid view with Item Templates which contains Image Control. This Grid is inside the update panel. Basically this Grid View display member List with his photo. There is one Search Button which filter that data in Grid View. Now When I Click Search button all Images got lost and didn't displayed in Grid View.
Any help appreciated.
Regards,
vikram
Loading
VikramPosted Sep 8, 2011, 4:32 AM
I resolved this issue. Actually this is Data Issue. Path of Image in Load Query and Search Queries were different.
Regards,
VIkram
Jiteendra SampathiraoPosted Sep 8, 2011, 2:59 AM
add AutoPostBack="true" to gridview control....