Hello,
I am displaying a datalist with command buttons an images, doing paging with a request to database which selects records composing the displayed page, each paging command triggers a paged_change which read DB and bind the dataList to a SqlDataReader.
I have ajaxifyed the paging control and the datalist in the Page_Load from codebehind, adding ajaxsettings to AjaxManager.
DataList->Pager
DataList->Pager
Pager->Pager
Pager->DataList
I have a strange behavior: each odd request refuses to display the command buttons in the DataListItems.
First display is Ok, pressing PageNext I get a page with DB info but no image for buttons, pressing again PageNext I get a perfect page, etc.
When on firt page I enter in pager page 3, I get a page without images for buttons, the problem is not related to data in pages.
Reading the page generated html, I see that the <img> or <input type="image"> are correctly generated and contain their src attribute with correct path.
Why aren't they displayed ?
They are exactly the same as the ones on the pages correctly displayed ?
I have no error in IE7 on the page after display ?????
Any idea welcome.
CS
I am displaying a datalist with command buttons an images, doing paging with a request to database which selects records composing the displayed page, each paging command triggers a paged_change which read DB and bind the dataList to a SqlDataReader.
I have ajaxifyed the paging control and the datalist in the Page_Load from codebehind, adding ajaxsettings to AjaxManager.
DataList->Pager
DataList->Pager
Pager->Pager
Pager->DataList
I have a strange behavior: each odd request refuses to display the command buttons in the DataListItems.
First display is Ok, pressing PageNext I get a page with DB info but no image for buttons, pressing again PageNext I get a perfect page, etc.
When on firt page I enter in pager page 3, I get a page without images for buttons, the problem is not related to data in pages.
Reading the page generated html, I see that the <img> or <input type="image"> are correctly generated and contain their src attribute with correct path.
Why aren't they displayed ?
They are exactly the same as the ones on the pages correctly displayed ?
I have no error in IE7 on the page after display ?????
Any idea welcome.
CS