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

Top Rated Scripts | ASP.NET | Tutorials & Tips

Results 521-540 of 654
ASP.NET 3.5 Project Development
This tutorial explains what's new in ASP.NET 3.5 and how it affects your development projects. ASP.NET 3.5 is the latest release of the Active Server Pages technology from Microsoft. The latest release of ASP.NET integrates with .NET Framework 3.5 and Visual Studio 2008 to provide a number of new features that help you create more powerful and flexible Web sites.
(0 ratings)
Reviews0
PriceFree
Views734
Gzip vs Deflate: Which is the faster HTTP compression method?
Gzip and Deflate are two popular HTTP compression methods. I ran a test in C# to figure out which one is faster and by how much. Read this article to see which won the speed test and how to implement Gzip and Deflate HTTP compression in your website.
(0 ratings)
Reviews0
PriceFree
Views740
About ASP.NET 3.5 Ajax
AJAX (Asynchronous JavaScript and XML) has been integrated into Microsoft's .NET 3.5 Framework, replacing a previous AJAX package that could be downloaded and employed on top of ASP.NET 2.0. This tutorial explains what is ASP.NET Ajax and how version 3.5 differs from version 1.0.
(0 ratings)
Reviews0
PriceFree
Views536
About GridView Hidden Column
This tutorial explains what to do when you need GridView hidden column in ASP.NET. The problem is, when a Gridview column's visibility is set to False, then the Grid does not bind data to the column, and thus when you try to retrieve data from the hidden column in the code-behind, it either blows up or returns an empty string.
(0 ratings)
Reviews0
PriceFree
Views684
Creating an RSS Feed in ASP.NET
This article explains how to create an RSS feed in ASP.NET. The author first explains the structure of RSS feed and then provides working code example from Stardeveloper.com to explain how an RSS feed can be generated dynamically. After reading this article you will be able to create an RSS feed for your website.
(0 ratings)
Reviews0
PriceFree
Views597
Preventing SQL Injection Attacks in Classic ASP
The term 'SQL Injection' means to inject malicious SQL statement(s) in an otherwise regular SQL to get access to secure data on a website. In this article, we will examine how SQL injection attacks are carried out and what programming techniques can be used to prevent them. While we will assume classic ASP pages and the backend SQL Server database to demonstrate the method and means of prevention, the concept is equally applicable to other web programming technologies and database systems.
(0 ratings)
Reviews0
PriceFree
Views766
Cookies in ASP.NET
Cookie are one of several ways to store data about web site visitors during the time when web server and browser are not connected. This tutorial explains how to read, write and delete cookies, how to use HttpCookie class, what are web browser's limits for cookies and more.
(0 ratings)
Reviews0
PriceFree
Views628
Using Web services in ASP.NET
This tutorial explains how to easily use Web services in ASP.NET web applications through an example Simple Online Product Warehouse Visual Studio project.
(0 ratings)
Reviews0
PriceFree
Views871
How To Create Your Own Http Module
The purpose this tutorial is to understand what is a Http module and how to create your own Http module. Through out this tutorial I will be using C# to explain some of the concepts.
(0 ratings)
Reviews0
PriceFree
Views802
Ad Hoc Queries in ASP.NET
Ad hoc SQL query is dynamically created when needed to return information like database search results, user profile info or more generally, any information that are related to user specific request. This tutorial explains how to build ad hoc queries safely with parameters and by constructing a string.
(0 ratings)
Reviews0
PriceFree
Views713
Custom Rendered Controls In ASP.NET
This tutorial explains how to render visual interface and add events to custom ASP.NET web control. Custom Web Controls are reusable controls with user defined behaviors. Custom web controls are simply classes which contains own methods, attributes, events and behaviors and provides all aspects of OOPs.
(0 ratings)
Reviews0
PriceFree
Views632
SQL Queries For Paging In ASP.NET
This tutorial explains different ways about how to build SQL queries for paging on SQL Server. Data paging is common task for ASP.NET developers. It could be very confusing if you place hundreds, thousands or even millions of records on single page. Common solution when you work with large amount of data is to provide data paging.
(0 ratings)
Reviews0
PriceFree
Views726
Paging With SQL Server Stored Procedures In ASP.NET
This tutorial explains different ways to implement data paging with SQL Server stored procedures. Data paging is very useful when you work with large amount of data. Instead of confusing your user with thousands or maybe even millions of records you simply show only first page with 10, 20 or 30 records and enable navigation buttons like Next or Previous if user wants to see other pages.
(0 ratings)
Reviews0
PriceFree
Views635
ASP.net FormView EditItemTemplate And InsertItemTemplate Tutorial
Many people when they try to implement Formview, they dont see any results within heir ASPX page (for Edit & Readonly Template). if thats the case then MAKE certain that you are doing a DataBinding on the FormView within Page_Load Event.
(0 ratings)
Reviews0
PriceFree
Views1152
Publishing And Reading RSS Feeds In ASP.NET
This tutorial explains what is RSS and how to read and publish RSS from ASP.NET web application. Anyone can publish news or other data from a persistent database as he or she generates the output in the XML format supported and understood by RSS protocol.
(0 ratings)
Reviews0
PriceFree
Views867
ASP.NET Admin Login
In this tutorial I will teach you how using Dreamweaver 8 and its ASP.NET to create a Login function for your ASP.NET site.
(0 ratings)
Reviews0
PriceFree
Views786
ASP.NET Formview & GridView Coltrol. Insert, Update, Paging And Delete
Here is the FULL CODE if you ever want to use a FormView Control / GridView Control for view/insert/update/Paging . With Formview & Gridview Explained.
(0 ratings)
Reviews0
PriceFree
Views1830
HtmlControls In ASP.NET
This tutorial explains how to use HtmlControls namespace, advantages and remarks when using HtmlControls in ASP.NET application. System.Web.UI.HtmlControl s namespace is often ignored by ASP.NET developers. But, it is standard part of .Net Framework and you should know when to select HtmlControls instead of WebControls.
(0 ratings)
Reviews0
PriceFree
Views513
Site Maps In ASP.NET
This tutorial explains how to create XML sitemap file in ASP.NET. ASP.NET 2.0 provides new .sitemap XML files that work with Menu, TreeView and SiteMapPath controls to enable easier navigation.
(0 ratings)
Reviews0
PriceFree
Views639
Strings Performance In ASP.NET
This tutorial covers some good habits to improve performances when working with strings in ASP.NET. String manipulation is one of the most used programming techniques in real world applications, especially in web programming.
(0 ratings)
Reviews0
PriceFree
Views452
Results 521-540 of 654