Hi, there,
First of all i am new in asp.net, so please don't mind if my question is annoying for you guys.....
i create a question answer system, simple one, in this system there is two text boxes one for entering question and other for answer and a button through which i can save it to the data base. After saving the data i am redirected to the another page where
i can edit, delete and comment on question, Now when i comment on the specific question, the comment will save, but the main problem is when i try to fetch all the comment concerned with specific question the i got only the last one, i know the reason after
some searching and from my this question comments http://stackoverflow.com/questions/29505903/select-sql-server-table-data-using-asp-net?noredirect=1#comment47212934_29505903 , ...
Go to the complete details ...