how to avoid page refresh when i select the value in drop down list
-
hai all, how to avoid page refreshing in aspx page. when i select the value in drop down list the page refreshed..In that time i have manipulate with database..So it wil take much time for loading... How can avoid this problem... i have develop my project using c# with asp.net Thanks®ards, vidyasankar N
pain gives gain
-
hai all, how to avoid page refreshing in aspx page. when i select the value in drop down list the page refreshed..In that time i have manipulate with database..So it wil take much time for loading... How can avoid this problem... i have develop my project using c# with asp.net Thanks®ards, vidyasankar N
pain gives gain
set its AutoPostBack property to false
regards GV Ramana
-
hai all, how to avoid page refreshing in aspx page. when i select the value in drop down list the page refreshed..In that time i have manipulate with database..So it wil take much time for loading... How can avoid this problem... i have develop my project using c# with asp.net Thanks®ards, vidyasankar N
pain gives gain
Hi VidyaSankar... The postback issue can be overcome if u use AJAX concept in ur application Regards,
Balaguru
-
hai all, how to avoid page refreshing in aspx page. when i select the value in drop down list the page refreshed..In that time i have manipulate with database..So it wil take much time for loading... How can avoid this problem... i have develop my project using c# with asp.net Thanks®ards, vidyasankar N
pain gives gain
if u dont want to use AJAX then capture dropdownlist event in javascript & by using javascript manipulate the DB.
regards GV Ramana
-
Hi VidyaSankar... The postback issue can be overcome if u use AJAX concept in ur application Regards,
Balaguru
how to use ajax in particular asp.net webcontrol... you know any sample code... pls send me... thanks®ards, vidyasankar N
pain gives gain
-
if u dont want to use AJAX then capture dropdownlist event in javascript & by using javascript manipulate the DB.
regards GV Ramana
-
how to use ajax in particular asp.net webcontrol... you know any sample code... pls send me... thanks®ards, vidyasankar N
pain gives gain
Hi Sankar.. There are many ways in using Ajax..I use a .dll to work with ajax..AS like Ramana said capture the dropdownlist events with javascript and that works fine,but the thing is that u have to go for functions sacrificing the dropdownlist_selectedIndex changed property.. Regards,
Balaguru
-
hai all, how to avoid page refreshing in aspx page. when i select the value in drop down list the page refreshed..In that time i have manipulate with database..So it wil take much time for loading... How can avoid this problem... i have develop my project using c# with asp.net Thanks®ards, vidyasankar N
pain gives gain