Categories
ASP.NET → Tips and Tutorials

Inserting a Common Navigation Using .Net

This tutorial covers one option for including a common header and footer into your HTML pages without having to modify the html page itself. Technologies used are the System.XML, System.Net, and System.IO .Net classes.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Quick .Net File Download Security

In this article we will discuss providing a programmable method of securing files on for your ASP.Net applications. This code could come in handy where you have an application hosted on an ISP and you do not have access to a folder outside of your We...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Adding text to an image in memory

This article covers using the System.Drawing.Bitmap and drawBrush to draw text on a bitmap in memory. You could use this code as a base to create dynamic navigational buttons for your site.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Using the .Net System.Net Class

In this article we cover using the System.Net class to make an HTTP request and return the status code. In addition, we''ll cover handling the HTTP response and binding it to an XSL transformation.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Adding text to an image in memory

In this code snippet we''re going to provide will enable you to add text to an image in memory. One use for this code may be to open a file on the file system and add some text to the image, then stream the image out to the user. This could come...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Gate to Delegates in VB.NET

This article explains what are &"Delegates&"? And what is their role in .NET framework. The author uses VB.NET code to provide working examples of &"Delegates&".
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Replicating Content to Multiple Servers

This article provides one solution for replicating content to multiple share locations using VB.Net. This could be useful where you have a Web application hosted on a Web farm and you wish to have files uploaded via the Web, and then replicate the up...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Generating Forms Authentication Compatible Passwords (SHA1)

In this article we will take a quick look at two methods for creating SHA1 passwords for use on the web using .NET. It is dangerous to store passwords anywhere in plain text!! SHA1 gives a quick and easy way to encode a password into a non-human read...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Submitting Web Form data from one ASP.NET page to another

This article discusses different options you as a developer have in ASP.NET to send data from one ASP.NET page to another. Since you cannot use ASP.NET Web Controls (System.Web.UI.WebControls) in such a scenario (which only allow posting back of data...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Viewing/Adding/Editing/Removing Records from MySQL using ASP.NET DataGrid c

A comprehensive tutorial on viewing, adding, editing and removing records from MySQL database using ASP.NET DataGrid control. Provides thorough coverage of ADO.NET data access techniques and user data input validation using ASP.NET validation controls.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Page:
©2003-2019 jCay.com