GridView/Paging/PostBack/Master Page/Firefox but not IE
-
Hi all, I need some ideas or thoughts: I have a GridView I am populating from a cached DataView with sorting and paging. My pager row is a custom template with a drop-down list: The user selects the page of the ddl and they are posted-back to that particular page using the cached DataView and a filter. This worked fine on it's own, in both IE and Firefox.. No problems there.. but as soon as I placed the GridView in a content control in a C# Content page, which is called into the Master page ContentPlace Holder, the Paging NO LONGER functions in Internet Explorer, yet the paging works fine in Firefox.. Also, the sorting works like a charm in both IE and Firefox, in the Master page configuration. I even tried setting a breakpoint while attaching to the IE process (w3wp.exe) and guess what: the breakpoint isn't getting hit!! Is their a difference in the event model when using a Master Page, and only in IE?? anyone have any thoughts??? Thanks! -Eric Practice sesquipedalianism! ;)
-
Hi all, I need some ideas or thoughts: I have a GridView I am populating from a cached DataView with sorting and paging. My pager row is a custom template with a drop-down list: The user selects the page of the ddl and they are posted-back to that particular page using the cached DataView and a filter. This worked fine on it's own, in both IE and Firefox.. No problems there.. but as soon as I placed the GridView in a content control in a C# Content page, which is called into the Master page ContentPlace Holder, the Paging NO LONGER functions in Internet Explorer, yet the paging works fine in Firefox.. Also, the sorting works like a charm in both IE and Firefox, in the Master page configuration. I even tried setting a breakpoint while attaching to the IE process (w3wp.exe) and guess what: the breakpoint isn't getting hit!! Is their a difference in the event model when using a Master Page, and only in IE?? anyone have any thoughts??? Thanks! -Eric Practice sesquipedalianism! ;)
-
Hi there, What do you mean by it's not working in IE? Does that mean the dropdownlist in the pager template does not post the page back? Or the event gets fired and the code gets executed but the page index does not change?
-
Hi all, I need some ideas or thoughts: I have a GridView I am populating from a cached DataView with sorting and paging. My pager row is a custom template with a drop-down list: The user selects the page of the ddl and they are posted-back to that particular page using the cached DataView and a filter. This worked fine on it's own, in both IE and Firefox.. No problems there.. but as soon as I placed the GridView in a content control in a C# Content page, which is called into the Master page ContentPlace Holder, the Paging NO LONGER functions in Internet Explorer, yet the paging works fine in Firefox.. Also, the sorting works like a charm in both IE and Firefox, in the Master page configuration. I even tried setting a breakpoint while attaching to the IE process (w3wp.exe) and guess what: the breakpoint isn't getting hit!! Is their a difference in the event model when using a Master Page, and only in IE?? anyone have any thoughts??? Thanks! -Eric Practice sesquipedalianism! ;)
-
Hi, Go to kynou.com and try to use the search keyword GridView. I found a tutorial that talks about your question. I hope I helped. sfdsfsdf
I looked at this kynou site but the tutorial was unbearably basic and has no content about rendering custom pager controls. Are you sure this is where you saw it?? Also, an update.. the standard paging controls work, if I remove my custom pager row template, and I am also seeing the same behaviour with imagebutton controls as well, in multiple IE browsers. Any thought appreciated. -Eric
-
I looked at this kynou site but the tutorial was unbearably basic and has no content about rendering custom pager controls. Are you sure this is where you saw it?? Also, an update.. the standard paging controls work, if I remove my custom pager row template, and I am also seeing the same behaviour with imagebutton controls as well, in multiple IE browsers. Any thought appreciated. -Eric