Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~314 People Reached
Favorite Forums
Favorite Tags
Member Avatar for sai.ande

<% foreach (var dir in new DirectoryInfo("C:/Photos").GetDirectories()) { %> <table cellpadding = "5" border = "5"><tr> <td><img src="FolderIcon1.png" alt = "icon" height = "100" width = "100"/></td> <td> Directory: <%= dir.Name %><br /></td> </tr> <tr> <td> <img src="sparrow34.jpg" alt = "sparrow" height = "50" width = "50"/></td> <% foreach (var …

0
141
Member Avatar for sai.ande

I have used treeview to display a local folder. There are few pictures in the hierarchy of folders. I want them to display thumbnails and when I clicked on them it should display bigger view. How is it possible. I wish to use jQuery with Asp.Net and C#

0
173