|
Hi All,
I have a function in my DLL called GetNewsArticles which returns a DataSet. I then use this dataset to populate a repeater control. The problem I'm having is that it displays the date as a full date, with the time as well, which I don't want.
In other parts of the code, where I'm only returning one row from the database, I've used the .ToString("dd/MM/yyyy") method and it works fine, however this doesn't seem to work between the <%# %> bits of the repeater...
Any ideas?
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"
Please login or register to view this content. Registration is FREE | Please login or register to view this content. Registration is FREE
|