I have a mashup that has a repeater widget, 2 date time pickers (start and end time) and a search button.
Every time I click search button without changing the start or end time. The repeat widget give me different results every time. I check and the same start and end are being used every time I click the search button. I check the service and it give me the right result for the time range I choose.
Has anyone else experience this or have an idea of what if happening?
Solved! Go to Solution.
I would place a grid side by side with your repeater and have it display the same data you are binding to the repeater. This way you can see for certain what the repeater thinks it needs to display.
Unless of course you already did that.
I would place a grid side by side with your repeater and have it display the same data you are binding to the repeater. This way you can see for certain what the repeater thinks it needs to display.
Unless of course you already did that.