About 50 results
Open links in new tab
  1. Excel Files in JavaScript, the Simple Way - CodeProject

    Jul 20, 2017 · BACK-END, generates the Excel file on the server. I am pretty sure that for whatever back-end you are using (.NET, Java, Node.js, PHP, ...) there are many libraries that allow to …

  2. Managing Your JavaScript Library in ASP.NET - CodeProject

    May 16, 2011 · Next, create a new class called JavaScriptHelper (do not place this in the " JavaScript " folder... it will go at the root level of the JavaScriptLibrary project). By now, your solution structure …

  3. JavaScript for Windows server side. - CodeProject

    Oct 27, 2014 · Introduction Windows supports the JavaScript in the shell and web server without the need to install node.js or any other server-side JavaScript engine. This article contains the most first …

  4. Creating Blogging Sites with Astro - CodeProject

    Oct 9, 2024 · Rather than start from scratch, it's easier to create Astro's default blogging project and customize it as needed. This section explains how to create the default project, convert it into a …

  5. Beginner's Guide to Using SignalR via ASP.NET - CodeProject

    May 23, 2017 · These are the minified versions of the JavaScript libraries that we need to get this working. I like to keep my custom JavaScript separate so I'm going to add a folder and create a new …

  6. Client to Server File/Data Streaming - CodeProject

    Dec 15, 2021 · Uploading a file from a C# client Uploading a file from a browser page: Using a Form element Using XHR with a Form element Uploading "blob" data Drag & Drop of files To keep things …

  7. Reading and Writing Binary Files Using JScript - CodeProject

    Mar 1, 2007 · So, here is a nice way of accessing binary files from JScript. If you want to access this object from VBScript, then put it in a SWF file. This object has been used in anger to upload files to a …

  8. CRUD Operation in ASP.NET Web Applications Using HTTP Handler …

    Nov 15, 2011 · Then create a folder name Script and Add Jquery File and one Commonfunction.js blank JavaScript File. Add a DataBase Add SqlServer Database File into the Projects, then create the …

  9. ASP.NET MVC3 Razor With jQuery For Beginners

    Mar 13, 2012 · Learn how to create your first MVC app using ASP.NET MVC3 Razor and jQuery with this beginner-friendly tutorial.

  10. How to Create and Use a User Control as a DLL - CodeProject

    Jul 3, 2012 · Download source - 14.8 KB Introduction In this section, you will learn how to build a custom control as a DLL. The basic feature of the DLL is we can use it as a usercontol like a .ascx. How to …