Click here to Skip to main content
15,906,327 members

Comments by mukeshdepani8681 (Top 4 by date)

mukeshdepani8681 27-Mar-12 7:56am View    
simply it is done but i have more than one header i mean there are multiple header for eg. I have summarize data with grouping so there should be multiple header so i can't do it from given code.
mukeshdepani8681 15-Feb-12 7:53am View    
Yes thnx it is resolved but when i type URL www.TTT.com/abc then it will not shows abc's data it is giving error Resource not found. my code in global.asax is as follows

string URLname = Path.GetFileName(HttpContext.Current.Request.Url.ToString());
string pageName = URLname.Replace(".aspx", "");
routes.Add(pageName, new Route("abc", new CustomRouteHandler("~/myPages/" + URLname)));
mukeshdepani8681 3-Feb-12 11:22am View    
I have used TreeView Control in my Project like

+ Jwellerry=J <-value
+ Gold=G
+ Ring=R
+ Silver=S
+ Electronics=E
+ Computer=C
+ Desktop=D
+ Laptop=L

As per Above example.....
Category = Jwellery,Electronics
SubCategory = Gold,Silver,Computer
Division = Ring,Desktop,Laptop

And all Category,Subcategory and division have values like J,G,R,S,E etc....
And now I want all values OnSelectedNodeChange but I got only Category and SubCategory Values but didn't get Division value.....

So please help me out......
mukeshdepani8681 3-Feb-12 11:21am View    
Deleted
I have used TreeView Control in my Project like

+ Jwellerry=J <-value
+ Gold=G
+ Ring=R
+ Silver=S
+ Electronics=E
+ Computer=C
+ Desktop=D
+ Laptop=L

As per Above example.....
Category = Jwellery,Electronics
SubCategory = Gold,Silver,Computer
Division = Ring,Desktop,Laptop

And all Category,Subcategory and division have values like J,G,R,S,E etc....
And now I want all values OnSelectedNodeChange but I got only Category and SubCategory Values but didn't get Division value.....

So please help me out......