Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
N

nisrinee51

@nisrinee51
About
Posts
10
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Tree Browser
    N nisrinee51

    I m trying to write a code for a Drectory tree that would keep on expanding and as it expands it list the files with a checkBox by them so the ones selected will get copied to the server using same path. I m not sure how to do it. I was able so far to get the tree browser but everytime u click on the directory, it opens up another page with the files in the directory. so any help on how to open and list files on same page would be appreiated

    ASP.NET sysadmin data-structures help tutorial

  • upload file to server
    N nisrinee51

    I need to upload a file to a server and put it in same directory but in the server meaning that if i wanted to upload d:/blah/foo/bla1 I would like the file to be uploaded to d:/blah/foo/bla1 in the server, is there anyway how to do that?

    ASP.NET sysadmin tutorial question

  • unhandled exception error
    N nisrinee51

    When I run my ASP application, it gives me this error anyone had an idea why it does that. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.InvalidOperationException: Collection was modified; enumeration operation may not execute. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    ASP.NET data-structures debugging help

  • Parser error
    N nisrinee51

    I deleted the Globa.asax file and this is now the error that I get, any idea how to fix it? Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load type 'CopyFIles1.WebForm1'. Source Error: Line 1: <%@ Page language="c#" Codebehind="Global.aspx.cs" AutoEventWireup="false" Inherits="CopyFIles1.WebForm1" %> Line 2: Line 3: Source File: c:\inetpub\wwwroot\CopyFIles1\Global.aspx Line: 1

    ASP.NET csharp asp-net graphics design sysadmin

  • Parser error
    N nisrinee51

    When I run my code, I get a parser error saying Server Error in '/CopyFIles1' Application. -------------------------------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load type 'CopyFIles1.Global'. Source Error: Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="CopyFIles1.Global" %> Source File: c:\inetpub\wwwroot\CopyFIles1\global.asax Line: 1 _----------------------------------------------------------------------------------- This is the code that I have so far that lists files from a directory with checkboxes and the copy the checked files to copy to server. I m still new to coding in ASP.NET and C# ------------------------------------------------------------------------------------ using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; using System.IO; namespace CopyFIles1 { /// /// Summary description for WebForm1. /// public class WebForm1 : System.Web.UI.Page { protected System.Web.UI.WebControls.CheckBoxList CheckBoxList1; protected System.Web.UI.WebControls.Button Button1; private void Page_Load(object sender, System.EventArgs e) { // Put user code to initialize the page here } #region Web Form Designer generated code override protected void OnInit(EventArgs e) { // // CODEGEN: This call is required by the ASP.NET Web Form Designer. // InitializeComponent(); base.OnInit(e); } /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.CheckBoxList1.SelectedIndexChanged += new System.EventHandler(this.CheckBoxList1_SelectedIndexChanged); this.Button1.Click += new System.EventHandler(this.Button1_Click); this.Load += new System.EventHandler(this.Page_Load); } #endregion private void CheckBoxList1_SelectedIndexChanged(object sender, System.EventArgs e) { DirectoryInfo d = new DirectoryInfo("C:\\myDocuments\\Test"); System.Collections.ArrayList myL

    ASP.NET csharp asp-net graphics design sysadmin

  • Copy files to server
    N nisrinee51

    I need to copy mutiple files to a server using ASP.NET, any idea how I can do it ???

    ASP.NET csharp asp-net sysadmin question

  • copy file to server
    N nisrinee51

    I have multiple files to copy to server at the same time The code basically displays a checkedBoxList with filenames and then the boxes checked need to be copied to server, so I dont think the dialog box could work, d u know of any other way that might help? Thanks Nisrine

    The Lounge csharp visual-studio sysadmin

  • Uploading large data file
    N nisrinee51

    I have the same problem. I need to copy some files to a server but I m not sure how to use ftp ??? I m still new to web developement and VS.NET Nisrine

    .NET (Core and Framework) help sysadmin question career

  • copy file to server
    N nisrinee51

    is it possible to copy files to a server in VS.net and how>

    The Lounge csharp visual-studio sysadmin

  • open directory and list files
    N nisrinee51

    Hello, I was wondering: if there is a possible code to look for a directory and then open it by displaying all the files in the directory in checkboxes, then copy the checked files to the server I will appreciate the help a lot Nisrine:):rose: nisrinee51@hotmail.com

    C# com sysadmin help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups