Jump to content

Posting a thread with a repeater...


ZeroShade

Recommended Posts

Right now my repeater is set up to have threads added when a new thread is created. However, the new thread is always added to the end of the repeater. How would I be able to add it to the beginning of the repeater everytime a new thread is created?

Link to comment
Share on other sites

How are you binding the data to the repeater? Is it from a result set from a database query? If so, it may be that the query is being sorted by an autoincrementing id from the threads table rather than the creation date of the thread (in descending order).By the way, you probably should be posting this in the .NET forum if you have a question about .NET (i.e. Repeaters).

Link to comment
Share on other sites

How are you binding the data to the repeater? Is it from a result set from a database query? If so, it may be that the query is being sorted by an autoincrementing id from the threads table rather than the creation date of the thread (in descending order).By the way, you probably should be posting this in the .NET forum if you have a question about .NET (i.e. Repeaters).
I figured it out... but I'll keep the .net forum in mind for next time.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...