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
~239 People Reached
Interests
1. Rationalist Movement / Science Movement. 2. Computer Programming. 3. Theoretical Physics.
Favorite Forums
Favorite Tags
Member Avatar for chaitali238

I am using Visual studio 2008 and trying to upload files. Though the file uploaded can be seen through windows explorer, it is not shown in solution explorer. i am using the following c# code: [code] String fnm = FileUpload1.FileName; String cp = Server.MapPath("~/Uploads/"); FileUpload1.SaveAs(cp + fnm); [/code]

Member Avatar for desynch
0
123
Member Avatar for chaitali238

I can add an existing item to the solution explorer manually. But is there a way to do this programmatically (i.e., at run time)?

Member Avatar for chaitali238
0
116