Currently Browsing: ASP
ASP.NET AJAX Server Controls with Client-Side Functionality
Over the course of this tutorial, we’ll look at how to create a custom ASP.NET AJAX server control as a wrapper for the Google Maps JavaScript API. The server-side code will be written in C# (which I highly recommend), but it could just as easily be written in VB.NET. The focus will be on creating...
1 Star2 Star3 Star4 Star5 Star (No Ratings Yet)
Loading ... Loading ...
The Ins and Outs of WebMatrix: .NET Programming Using the Razor Syntax
This tutorial gives you an overview of programming with ASP.NET Web Pages using the Razor syntax. ASP.NET is Microsoft’s technology for running dynamic web pages on web servers.
1 Star2 Star3 Star4 Star5 Star (No Ratings Yet)
Loading ... Loading ...
Rating and labelling your ASP.NET website
CRA (the Internet Content Rating Association) is part of the Family Online Safety Institute, an international, non-profit organization of internet leaders working to develop a safer internet. It is believed that ICRA has been successful in regulating free flow of digital content and protecting children...
1 Star2 Star3 Star4 Star5 Star (7 votes, average: 4.14 out of 5)
Loading ... Loading ...
ASP.NET Breadcrumbs with C#
By utilizing breadcrumb navigation you allow your viewers to easily trace their path taken to the current location and back track if necessary.
1 Star2 Star3 Star4 Star5 Star (19 votes, average: 4.05 out of 5)
Loading ... Loading ...
Encrypt Connection String in Web.Config
This article is to give an idea how we can achieve security in web.config file, its a basic practice to store our Database connection string in web.config file. This avoids hard coding and you can always change as and when required but the problem is anybody who has access to solution can see the user...
1 Star2 Star3 Star4 Star5 Star (4 votes, average: 4.50 out of 5)
Loading ... Loading ...
Get All URLs on a Page
In this article, I show a class that can be used to find and display all of the urls on a web page. What for you may ask?
1 Star2 Star3 Star4 Star5 Star (1 votes, average: 5.00 out of 5)
Loading ... Loading ...
Login Control in Visual Studio 2005
As the name implies login control provides GUI to log into a website. As we develop websites login feature is quite common functionality in each and every website.
1 Star2 Star3 Star4 Star5 Star (3 votes, average: 4.33 out of 5)
Loading ... Loading ...
Practical Implementation of MSMQ Using ASP.Net and SQL Server
Microsoft Message Queuing (MSMQ) technology enables applications running at different times to communicate across different networks and even the systems that may be available.
1 Star2 Star3 Star4 Star5 Star (2 votes, average: 5.00 out of 5)
Loading ... Loading ...
Easiest way to implement Ajax in your ASP.Net 2.0 applications
In this article i am giving you a very usefull example, that is when you choose the country in a dropdown list which is filled dynamically and want the state comes in another dropdown will depend on the first dropdown list. To remove this post back i use ajax here.
1 Star2 Star3 Star4 Star5 Star (5 votes, average: 4.20 out of 5)
Loading ... Loading ...