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
Ranked #107.41K
~223 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Shruthi_R

hi am developing an application to upload images to gridview which i have completed ,now i need to create directories and subdirectories to upload the images according to their type i have written a class to read all directories like public Classname[] Getdirectories(string name) { string basepath=System.Web.Hosting.HostingEnvironment.ApplicationPhysicalPAth +"images"+"/"+name; string[] files=Directory.GetDirectories(basepath); …

Member Avatar for Dehni
0
223