I have a gridview which has paging property. From code behind i am changing the Next text with an image with the following code. the image is successfulu loaded instead of next text but when i am clicking it does not fires the event PageIndexChanging , but if i have the default text of the pager Next it does fires the event. Any help?
grdQuestions.PagerSettings.NextPageImageUrl = "NewImages/next_bg.jpg";