problem in imagebutton?
-
hello forum; I have a problem on implementing the paging using data list. I am using datalist to show images with paging concept. I already implemented the paging concept for the Imagebutton i use as fist,next previous,last sections. But problem is that i have same buttons at bottom of page, when i make click to them the functions associated to their click events is not responding. so plz help me in same
Hello Forum Always be in touch to help about the topic ASP.NET
-
hello forum; I have a problem on implementing the paging using data list. I am using datalist to show images with paging concept. I already implemented the paging concept for the Imagebutton i use as fist,next previous,last sections. But problem is that i have same buttons at bottom of page, when i make click to them the functions associated to their click events is not responding. so plz help me in same
Hello Forum Always be in touch to help about the topic ASP.NET
Cannot know exactly what cause without the code...but just to make sure...do you event handler for those buttons? << >>
-
Cannot know exactly what cause without the code...but just to make sure...do you event handler for those buttons? << >>
Ya every thing i had checked with the code, even if i m adding new control and get called its click event than also its not responding. Should i give u my code.
Hello Forum Always be in touch to help about the topic ASP.NET
-
Ya every thing i had checked with the code, even if i m adding new control and get called its click event than also its not responding. Should i give u my code.
Hello Forum Always be in touch to help about the topic ASP.NET
that's weird problem...are you sure that there is a line of code which is something like
this.btnReturn.Click += new System.Web.UI.ImageClickEventHandler (this.btnReturn_Click);
?? :confused::confused: << >>