Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Most Popular Scripts | ASP.NET | Tutorials & Tips

Results 601-620 of 654
Performing custom validation
Demonstrates how to use custom validation on a form by checking to see if a string in a TextBox is not the same with a string from an array (or database), case in which it displays 'This name is already taken'.
(0 ratings)
Reviews0
PriceFree
Views970
Handling cookies in ASP .NET
How to create a cookie, how to get the value stored in a cookie, set the lifetime, path and domain for a cookie, edit a cookie, delete a cookie, remove subkeys from a cookie...
(0 ratings)
Reviews0
PriceFree
Views1098
Creating multilingual websites - Part 2
With a solid foundation created in Part 1, we now turn our attention to more advanced topics. We�ll use context rewriting for some professional looking and hassle free state-management, talk about good database design with respect to multilingual applications, and dive into more advanced Localized controls for ultimate flexibility and productivity.
(0 ratings)
Reviews0
PriceFree
Views1466
Creating Custom RSS Feeds � Part 1
This article explains how to use the .NET XmlTextWriter class to create a custom RSS feed. I have decided to write this article in 2 parts. In this part, I will focus on creating the RSS feed and how to consume it from an asp.net page. In part 2, I will focus on creating a dynamic RSS feed with ADO.NET.
(0 ratings)
Reviews0
PriceFree
Views1112
Cookies in ASP.NET
We probably all remember how agonizing it is to create client-side cookies using JavaScript. HttpCookie class offers an easier way to accomplish the task and with minimal fuss. This article takes a close look at HttpCookie class and how to use it to store cookies on the client machine.
(0 ratings)
Reviews0
PriceFree
Views1002
Executing queries on XMLDBelt
This tiny demo source code will give you a hint about how to query data stored on your server via XMLDB Engine Lite (XMLDBelt), create new files, insert data into existed, update data, delete and etc.
(0 ratings)
Reviews0
PriceFree
Views1446
Design Patterns Tutorial
An article that briefly describes commonly used Design Patterns; Singleton, Factory Method, Adapter, Proxy, Decorator, Composite, Observer, MVC, Template and Strategy.
(0 ratings)
Reviews0
PriceFree
Views2052
Search engine friendly URLs using ASP.NET (C#.NET)
This article explains how to convert the database-driven query string containing links to search-engine friendly ones.
(0 ratings)
Reviews0
PriceFree
Views1959
404 Not Found Redirection
Recently we had a Website that was redone from a large static site to a dynamically driven site in ASP.Net. The original site was heavily indexed by the major spiders on the Web, we did not want to lose the reference links in the engines and wanted to make sure the link clicked on would go to an appropriate paged in the site. In this article we cover how to create a document mapper so the old URL is redirected to the new related page within the new site.
(0 ratings)
Reviews0
PriceFree
Views1605
Working with the System Registry
In this article we will cover working with the system registry, both reading and writing values. In this example, we will cover creating a license registration for your application.
(0 ratings)
Reviews0
PriceFree
Views1115
Adding Web Services to Your ASP.Net Application
In this article we will cover exposing an existing ASP.Net application as a Web service. We will provide methods for creating the Web service, converting readers to data sets, and a client application for the new service.
(0 ratings)
Reviews0
PriceFree
Views1183
Methods for Active Directory Management
Here we provide several methods for managing your Active Directory database via ASP.Net code. We'll cover querying user information using System.DirectoryServices, changing user accounts, and group management.
(0 ratings)
Reviews0
PriceFree
Views2371
Hierarchical Relationships Without DataRelation Object in ADO.NET
At my place of employment, I work a great deal with somewhat complex hierarchical data as part of our measurement and analysis software. Thus, recursion and I have become rather close friends over the last few years. While rewriting an old website, I needed to turn a set of four relational tables into a hierarchical data structure. The top level table held self-referencing relationships as well as child relationships to table 2. Tables 3 and 4 were your basic "run of the mill" child tables up through table2.
(0 ratings)
Reviews0
PriceFree
Views1359
Using CultureInfo to modify output
Mostly we want to change output results of our applications to another culture setting. In this code sniplet we will format current date time for our culture settings
(0 ratings)
Reviews0
PriceFree
Views1891
How to use GetDirectories
While working with file system, sometimes we must list all directories in a folder. This sample shows us how to list all directories in a folder. Source code written in Visual Basic.NET can easily modify to work in an application.
(0 ratings)
Reviews0
PriceFree
Views1683
Database Access Within an Assembly
We can easily connect a database server within an assembly. After we compile this source code you can access your database provider. In tis source code I have used SQL Server.
(0 ratings)
Reviews0
PriceFree
Views1560
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.
(0 ratings)
Reviews0
PriceFree
Views1401
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 in handy if you want to create navigational buttons for your Web site dynamically based on a request or dynamically create banners via .Net code.
(0 ratings)
Reviews0
PriceFree
Views1261
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 readable form. This means it is safer to store in a database, and should the database be viewed by anyone who shouldn't know the passwords, it will be much more difficult for them to work out what a user's password is.
(0 ratings)
Reviews0
PriceFree
Views2124
Introduction to Web Services.
The label "web services," as broadly applied, has two levels of meaning�one specific and one conceptual. Specifically, web services are a stack of emerging standards that describe a service-oriented, component-based application architecture. Conceptually, web services represent a model in which discrete tasks within e-business processes are distributed widely throughout a value net.
(0 ratings)
Reviews0
PriceFree
Views1082
Results 601-620 of 654