DataRepeater problem
-
Saturday, January 28, 2012 5:19 PM
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
All Replies
-
Monday, January 30, 2012 7:43 AMModerator
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
- Marked As Answer by Shanks ZenMicrosoft Contingent Staff, Moderator Thursday, February 09, 2012 7:26 AM

