• home
  • forum
  • my
  • kt
  • download
  • this:1/5 25records  total:110    Start  Previous  Next  Last    goto:
    Creating a simple email form content using Asp.net - OWES
    ON: 2007-07-05 10:32:37
    The article is about how to use asp.net postback feature for creating email form content.
    51 times | category: [NET]
    Enter Key in ASP.NET - Complete Research
    ON: 2007-07-05 10:30:59
    A complete research of using an Enter key in ASP.NET, submitting a form or how to get specific button \"clicked\" when visitor hits an Enter key. That could be in case that you want to build Login screen, web site search, pool or all of that on the same page
    38 times | category: [NET]
    Creating a Login/Password Script
    ON: 2007-07-05 10:28:38
    A simple tutorial on creating a login/password script using ASP.NET and Microsoft Access Database.
    71 times | category: [NET]
    ASP.NET 2.0 Absolute beginners
    ON: 2007-07-05 10:24:27
    The basics of setting up a .net web application. When I first moved from classic asp to asp.net it took me a while to get to grips with the structure of a .net web app and the event driven methods of an asp.net web page. Hopefully this tutorial will give you an idea of how to get started
    35 times | category: [NET]
    Using AJAX in your ASP.NET web applications
    ON: 2007-07-05 10:08:50
    A simple demonstration of how to use the ASP.NET AJAX framework in your ASP.NET web pages. What we want to achieve here is some sort of interaction between the web page and the server without having to post-back the entire web page
    24 times | category: [NET]
    A Simple Contact Form
    ON: 2007-07-05 10:07:49
    This is a very basic contact form which can be used for any kind of website. Web form contains name, email, subject and message inputs. When visitor ckicks send button, script send all informatiom from contact form. .
    34 times | category: [NET]
    Displaying XML to DataGrid
    ON: 2007-07-05 10:05:46
    In this source code we will look at how to read an XML data source and how to put it on our ASP.NET page. For this example you can use a sample XML file putting same folder with our source code.
    10 times | category: [NET]
    Writing binary files using BinaryWriter
    ON: 2007-07-05 10:05:07
    In this source code we will look at anyother new focus on ASP.NET. We could write binay files using BinaryWriter class. Let\'s see it on a sample code.
    6 times | category: [NET]
    ASP.NET - Emailing Form Content
    ON: 2007-07-05 10:04:32
    I want to show you how it is possible to email form content to yourself or another person using the asp.net postback feature and a little creativity
    20 times | category: [NET]
    ASP.NET Developers and Search Engine Optimization (SEO)
    ON: 2007-07-05 10:03:54
    If you're developing for the Web then you should familiarize yourself with some Search Engine Optimization or SEO concepts. The idea here is to make your ASP.NET application as friendly as possible for spiders, and the specific spider we're talking about is Google
    21 times | category: [NET]
    Optimizing Your Asp.Net Pages for Faster Loading and Better Performance.
    ON: 2007-07-05 10:02:59
    If you read the internet and all of the websites dedicated to Asp.Net you will inevitably read about the wonders of the DataGrid, DataList, and Repeater controls. While each of these has its place, if you are only displaying data there is a much faster and more efficient means to do so.
    20 times | category: [NET]
    add links to a gridview to send parameters to another page
    ON: 2007-07-05 09:56:51
    ever wondered how to add link to a grid view to take you to another page with full details of the selected record ? here is very cool tutorial
    28 times | category: [NET]
    Sending emails with ASP .NET
    ON: 2007-07-05 09:49:41
    In this article, you'll see how sending email with ASP.NET is possible and then we'll go deeper to see how you can use HTML emails or include attachments.
    17 times | category: [NET]
    Group validation in ASP.NET 2.0
    ON: 2007-07-05 09:45:34
    This tutorial will teach you how to use the ValidationGroup property introduced in ASP.NET 2.0, which allows you to link validators to buttons, so that certain buttons in a form can only trigger certain validators.
    11 times | category: [NET]
    Accessing the controls and methods of a MasterPage
    ON: 2007-07-05 09:41:18
    If you are looking to access the method, property or control of an ASP.NET MasterPage from inside a web form you need to do a little trick to get it to work properly. This tutorial explains how you can do this with only a few lines of code, and it also shows you how to create MasterPages that you can use with web forms
    6 times | category: [NET]
    DataGrid inside a DataGrid
    ON: 2007-07-05 09:37:53
    This tutorial will teach you how to place and bind a DataGrid inside another DataGrid. The binding of the inner DataGrid will be done depending on the row of the parent DataGrid
    19 times | category: [NET]
    Create, Export & Encrypt Connection String on Server and Dev Machine with ASP.Net 2.0
    ON: 2007-07-05 09:34:05
    This article covers some basic steps and commands to encrypt your connection string and other items in a configuration file using ASP.NET 2.0.
    8 times | category: [NET]
    Display Number of Users Online
    ON: 2007-07-05 09:31:10
    This tutorial shows how to use user sessions, VBScript, and ASP to show the number of users who are currently browsing your site
    15 times | category: [NET]
    How to use SCOPE_IDENTITY() in ASP.NET
    ON: 2007-07-05 09:28:39
    In this code sample we will take a look at how to use SCOPE_IDENTITY() in ASP.NET. We use this function to get new ID of inserted record from SQL database.
    17 times | category: [NET]
    Encrypt Passwords Using MD5
    ON: 2007-07-05 09:26:12
    This code demonstrates how to use an MD5 hash to encrypt user passwords when storing them in a database. There are constantly news items about companies where user information is compromised. By storing passwords using an MD5 hash, even if your database is compromised the passwords cannot be decoded. The only downside is that users cannot retrieve lost passwords, they must reset them.
    8 times | category: [NET]
    Calendar control Tutorial in asp.NET
    ON: 2007-07-05 09:24:22
    The Calendar control is an easy to use control. This tutorial will show you how to implement the most basic form of the Calendar control, then adjust it to make it look like an event calendar where the days containing events are marked as such. Features example code and full explaination.
    131 times | category: [NET]
    Navision Database access via C/ODBC WebService/ASP.NET
    ON: 2007-07-05 09:22:35
    Navision Database access via C/ODBC WebService/ASP.NET Application The topic of this article is Navision Attain database access through Webservice, connected to Navision via C/ODBC based Linked Server â
    449 times | category: [NET]
    Create an RSS feed using ASP.NET 2.0
    ON: 2007-07-05 09:11:13
    This tutorial will show you how to create a dynamic XML RSS 2.0 feed using ASP.NET 2.0 (C#). The headlines will be retrieved from a SQL database.
    23 times | category: [NET]
    PostBack to a different page
    ON: 2007-07-05 09:03:37
    Tutorial on how you can PostBack from one page to another. By default in ASP.NET 1.0 and 1.1 PostBack is done to the same page. We will see how we can get around this. Also, you will see how the PostBackUrl property in ASP.NET 2.0 makes this easier
    17 times | category: [NET]
    Web services
    ON: 2007-07-05 09:00:04
    This tutorial covers Web services from an ASP.NET perspective. Over the last few years â
    48 times | category: [NET]
    this:1/5 25records  total:110    Start  Previous  Next  Last    goto:

    Category

      NET (110)