DataRepeater problem
-
2012年1月28日 下午 05:19
I have created a datarepeater using the drag and drop method and all of my items work except one!
It is an integer field in the same table as all the other items
there is nothing special about this field at all but it always remains empty in the data repeater.
can you suggest any reason for this please
所有回覆
-
2012年1月30日 上午 07:43版主
Hi Mike,
Welcome to the MSDN forums.
Did you created the items of DataRepeater by dragging items from dataSource? If so, you could right click the textbox which display empty data, and check if the text property is data-bound. If not, you could bind data to it and try again.
And you could try this walkthrough about displaying data in a dataRepeater control at: http://msdn.microsoft.com/en-us/library/cc488278.aspx
If I misunderstood anything, please feel free and let me know.
Best regards,
Shanks Zen
MSDN Community Support | Feedback to us
- 已標示為解答 Shanks ZenMicrosoft Contingent Staff, Moderator 2012年2月9日 上午 07:26

