[jQuery] Re: ASP.NET C# jquery treeview

2008-11-18 Thread mthakershi
e.Write(pStrReply); 13 Response.End(); 14 15 pStrReply = null; 16 } 17 } 18 } 19 Any help is appreciated. On Nov 18, 11:03 am, George <[EMAIL PROTECTED]> wrote: > I see, > the most common way to return JSON is to use [WebMethod] > > exam

[jQuery] Re: ASP.NET C# jquery treeview

2008-11-18 Thread mthakershi
> The only this i can guess you having a problem with is IDs since > ASP.NET generates it's own elemnet's IDs. But you can use class if you > want.. Or not mark items as runat="server" then ID's will be the ones > that you assigned. > > George. > > On

[jQuery] ASP.NET C# jquery treeview

2008-11-17 Thread mthakershi
Hi, I am trying to implement JQuery treeview with asp.net. I have master page and treeview is in child page. Can someone point me to an example that shows ASPX integration? I saw PHP one but I am not able to replicate the same thing in ASP.NET. Any help is appreciated. Thank you.