Hi there..
As i am new in asp.net, so please don't mind if my question is off topic....
i use repeater to get data from sql table, now i want to use nested repeater to show data in from of tree view.
i have two table Comment and replay_comments. I am able to show comments successfully but not able to show replies on those comments...
My Asp.Net Code
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Detail.aspx.cs" Inherits="Detail" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style>
body
{
padding:0;
margin:0;
background-color:whitesmoke;
}
.main
{
border:1px solid black;
background-color:silver;
...
Go to the complete details ...