L
linz
Hi,
I am very new to .net but not new to asp or ado.
I am just wondering the best way to do the following...
I have a database which stores a list of messages/threads (like google
newsgroups threads). I want to display these on a webpage where each message
is a hyperlink, and each message has a treeview drill-down mechanism where
you can see replies for a particular message (just like in outlook express
newsgroups).
i have an aspx page which i want to display the data and an object which
should do all the retrieving/updating of data.
what is the best way to do this (in terms of using datareader, dataset,
etc). and where would be the logical place to dim these objects (asp or
object)?
one more thing... i would like to return the data from the object in XML
(unless .net has a newer easier way in presenting such information!)
thanks.
I am very new to .net but not new to asp or ado.
I am just wondering the best way to do the following...
I have a database which stores a list of messages/threads (like google
newsgroups threads). I want to display these on a webpage where each message
is a hyperlink, and each message has a treeview drill-down mechanism where
you can see replies for a particular message (just like in outlook express
newsgroups).
i have an aspx page which i want to display the data and an object which
should do all the retrieving/updating of data.
what is the best way to do this (in terms of using datareader, dataset,
etc). and where would be the logical place to dim these objects (asp or
object)?
one more thing... i would like to return the data from the object in XML
(unless .net has a newer easier way in presenting such information!)
thanks.