Click here to Skip to main content
15,881,413 members

Articles by ASP.NET Community (Articles: 450, Tip/Tricks: 9, References: 5)

Articles: 450, Tip/Tricks: 9, References: 5

RSS Feed

Average article rating: 4.41

Ajax
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 16,041     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Ajax Update Panel always resets the scroll position of a panel within it, after postback. Means if you have a panel inside the ajax update panel then
All Topics
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 13,020     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
hi every one!i will show a way that you will get the current logged in user id.it can be done by generating a GUID from the ProviderUserKey of
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 3,920     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
System;System.CodeDom.Compil
Artificial Intelligence
Machine Learning
28 Jun 2012   Updated: 8 Jul 2012   Rating: 2.50/5    Votes: 2   Popularity: 0.75
Licence: CPOL    Views: 15,493     Bookmarked: 0   Downloaded: 1
Please Sign up or sign in to vote.
To host your Web site in IIS you need to perform following steps:1. Click Start, Administrative Tools, Internet Information Services (IIS)
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.80/5    Votes: 4   Popularity: 2.89
Licence: CPOL    Views: 12,880     Bookmarked: 12   Downloaded: 0
Please Sign up or sign in to vote.
A Web service is defined by the W3C as "a software system designed to support interoperable Machine to Machine interaction over a network." Web
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.33/5    Votes: 3   Popularity: 2.07
Licence: CPOL    Views: 67,717     Bookmarked: 11   Downloaded: 0
Please Sign up or sign in to vote.
In one of our project the site usage of site was very heavy and we need to migrate it to load balancing server. I have never configured the sites in
28 Jun 2012   Updated: 12 Oct 2013   Rating: 3.33/5    Votes: 4   Popularity: 2.01
Licence: CPOL    Views: 88,783     Bookmarked: 9   Downloaded: 0
Please Sign up or sign in to vote.
To host your Web site in IIS you need to perform following steps:1. Click Start, Administrative Tools, Internet Information Services (IIS)
25 Sep 2010   Updated: 16 Oct 2013   Rating: 4.80/5    Votes: 2   Popularity: 1.44
Licence: CPOL    Views: 21,993     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
I hosted my wcf service with wsHttpBinding as well as netTcpbinding.While I hosted with netTcpBinding on IIS 7 follwing things I have considered,
Auto-complete
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 20,112     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Jquery Autocomplete Combo with Scrollable ResultsWhoever is in search of a basic business class combo box with autocomplete option might feel
Bar
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 16,129     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Hi all,        Let's take the situation while browsing, the page is not loaded completely and you will try to refresh the page (or press F5 from
Base64
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 14,820     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
View state is where the status of the page is saved when it is submitted to the server. View state is saved as hidden controls, within the form. View
Binding
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 11,621     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Windows Communication FoundationWindows Communication Foundation (WCF) is an SDK for developing and deploying services on Windows. WCF provides a
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,541     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
If you working in web development for a long time, you must have heard about knockout.js. It implements MVVM pattern in javascript. Siverlight guys
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,520     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The Bridge PatternThe bridge pattern decouples an abstraction from its implementation so the two can vary independently. In other words we make a
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 12,900     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
This article will show you how to deal with GridView control when you bind it from code behind and without using the DataSource Model.If
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,250     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
In this article I am posting code about swapping GridView rows Up and Down using DataTables.Here is Aspx Code     <form id="form1"
Boolean
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,140     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Imports System.Net.MailPublic Shared Function SendMail(ByVal MailFrom As String, ByVal MailTo As String, ByVal MailSubject As String, ByVal
Browser
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,371     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Ever wondered what occurs when a user closes his browser window. For the time, the user was interacting with a site, his session was active and
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 4,400     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
This is a test Your browser does not support iframes.
BUILD
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,170     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Abstract FactoryThe Gang of Four defintion for this design pattern is: "Provide an interface for creating families of related or dependant objects
Builder
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,102     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The builder pattern describe a way to separate an object from it's construction.The same construction method can create different representation of
Chart
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 9,640     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
ASP.net chart control is one of the newly introduced controls to the Visual Studio IDE from Visual Studio 2010 onwards. It is a very powerful, yet
Check
16 Jul 2012   Updated: 28 Jul 2012   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,580     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
This is the very basic need when you do bulk operations like email sending, export to excel, delete record etc. from a list. A CheckBox in header on
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,031     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The CheckBox server control accepts Boolean (true or false) input. When selected, its Checked property is true. Typically a check box is processed as
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,140     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
StateThe State pattern allows an object to change it behaviour when its internal state changes. The pattern is a type of behavioral design
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,572     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
How to check if a specific control caused postback?Let's say you have a button ( btnAdd ) among other controls...To check if it has just caused
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,371     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Image Rotator In Ajax Step1:  In this Example, there arean Image (img1) and a TextBox(TextBox1).<br
21 Oct 2012   Updated: 13 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 19,954     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
Introduction:         The companies which are offering variety of services to the customers, they need to get the response from the customers in
21 Oct 2012   Updated: 5 Jan 2014   Rating: 2.08/5    Votes: 4   Popularity: 1.25
Licence: CPOL    Views: 17,992     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
Introduction:         The companies which are offering variety of services to the customers, they need to get the response from the customers in
Composite
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 14,500     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Composite controls are controls that combine multiple controls together to form a new reusable control.  For example, a simple composite control
Connection
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 45,631     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
FtpWebRequestThe FtpWebRequest class enables you to programatically create FTP connections to FTP Servers and transfer files.  If you are
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 37,913     Bookmarked: 8   Downloaded: 0
Please Sign up or sign in to vote.
Confused how to use DataSet and How to use DataReader?I am trying to give some of basic understanding about and differences between DataReader
Connectionstring
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,510     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The AccessDataSource class is a data source control that works with Microsoft Access databases. Like its base class, SqlDataSource, the
Constructor
26 Mar 2012   Updated: 26 Oct 2013   Rating: 4.83/5    Votes: 4   Popularity: 2.91
Licence: CPOL    Views: 12,870     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
Reflection is one of the very nice features of .net, with Reflection one can take out lotsa information about the type. When I say type that means it
Controls
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 9,610     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
ASP.NET Validation Controls are powerful server controls that are used for validating user input.  These controls provides both server side and
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 13,682     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
Below are some tips in SSRS:1.      ToDisplay Top N rows in report using Tablix controlCreate a parameter with IntegerDataType and select Default
Data
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 10,212     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The ListBox control is used to create a list control that allows single or multiple item selection. Use the Rows property to specify the height of
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,710     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Lazy Loading is an object relational pattern which is used to defer the inialization of an object until its needed. The object will not contain all
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,521     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The var keyword is a new keyword in Dot net Framework 3.5 that can infer its data type from the resulting set. Var keyword For instance, look at the
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.86/5    Votes: 5   Popularity: 3.39
Licence: CPOL    Views: 15,370     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
SilverlightThe Rich User Interface helped to create a website which will make the UI as a desktop application. Silverlight 4.0 even came with out
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 9,402     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Hi Friends,In this article I will show the magic of Json and with a plus, the Model Binder that we know that MVC3 have by default, This is a simple
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 9,162     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
We all know that we can sort the rows in DataTable by making a simple use of DefaultView. But now if i want a few conditional rows to be shuffled in
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.91/5    Votes: 22   Popularity: 6.50
Licence: CPOL    Views: 74,610     Bookmarked: 42   Downloaded: 0
Please Sign up or sign in to vote.
The ASP.NET MVC is becoming more and more popular each day.  As the application grows in size so does the maintenance nightmare.  Following are some
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 7,830     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
3 - Tier Architecture is like following : 1. Presentation Layer2. Business Logic Layer /Data Manager Layer3. Data Access Layer The
Database Development
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,011     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
LINQ to SQL is an interesting Object-Relational Mapper because it remembers the relationships objects have between each other.  As usual, LINQ to SQL
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,183     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Let see an example of using the database in LINQ and C#.netcf We will using classCustomer Here'ssome sample
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,331     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
I had to create Umbraco database on my shared hosting (I am using Winhost at the moment) couple of days ago.After checking few examples on
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 12,111     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
Employee Info Starter Kit is an open source ASP.NET project template that is intended to address different types of real world challenges faced
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,571     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
In this article I will sharing how to bind with GridView control with Database and without database using Data Table.Bind GridView with DatabaseI
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 10,943     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
A RadioButtonList can be used to select 1 option within several options. The item "Pizza with egg" is selected by default.    <asp:RadioButtonList
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 15,997     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
ASP Repeater ControlThe Repeater control is used to display a repeated list of items that are bound to the control. The Repeater control may
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 18,333     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
In this article I am explaining about how to show Loading... image using Update Progress at center of grid view. for  this article i have used North
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,591     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Basic Hard Coded Cascading MenusTechnically your menus won't need javascript to be utilized. Just some basic CSS that will help with everything and
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 12,642     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Providers factory provides us indepandent database access where we can connect to any database sources(SQLServer,DB2,Oracle,MS-Access).Provider
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 11,990     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Following is an example of creating a transaction when require to save on many tables at once. I used Microsoft Enterprise Libraries. I assume one to
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,882     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Stored Procedure should look like thisCREATE PROCEDURE [dbo].[Purchases_Insert]    (@SupplierID     bigint,     @ReferenceNo     NVARCHAR(20),
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,770     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
DAL Should like following when inserting a image. I used the Enterprise Library to data access. Data type of EmployerImage is image @ SQL Server
12 Sep 2008   Updated: 14 Jan 2014   Rating: 4.64/5    Votes: 4   Popularity: 2.79
Licence: CPOL    Views: 9,892     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
IntroductionnAML (.NET Application Modeling Language, pronounced as “namel”) is a visual modeling semantics to model .net applications with wide
11 Oct 2013   Updated: 2 Mar 2014   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 46,484     Bookmarked: 9   Downloaded: 0
Please Sign up or sign in to vote.
In my case, I use  a FileUpload Control(Id:->FileUpload1), an ImageButton(ImageButton1) or you can use the Image,  a Button Control(Id:->Updatebttn)
MongoDB
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,092     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Getting started with MongoDBMongoDB is a famous representative of NoSQL databases. It is a document-oriented database, which means that data will
NoSQL
11 Oct 2013   Updated: 28 Feb 2014   Rating: 4.95/5    Votes: 8   Popularity: 4.47
Licence: CPOL    Views: 47,610     Bookmarked: 27   Downloaded: 0
Please Sign up or sign in to vote.
This article explains how to work with NoSQL databases, why to use NoSQL, what NoSQL databases are present, .NET APIs for NoSQL and Further Reading
Datalist
25 Nov 2010   Updated: 29 Dec 2010   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,950     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Let’s see how to do paging with Datalist in as Next, Previous and with customized Page numbers as that of Gridview. Here I have the following
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,510     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The Button control provides a command button-style control that is used to post a Web Forms page back to the server.When used in a templated list
17 Oct 2012   Updated: 20 Oct 2013   Rating: 4.83/5    Votes: 4   Popularity: 2.91
Licence: CPOL    Views: 9,490     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
Things to be taken care by developers while writing code or designing different layersPresentation Layer:Choose your UI elements
Desktop Programming
System
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,623     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Adapter PatternThe gang of four definition is "Convert the interface of a class into another interface clients expect. Adpater lets the classes
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 13,073     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The AJAX Control Toolkit has a CalenderExtender extender control that pops up a calendar whenever the user clicks on the target control, or a popup
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 13,210     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
How to Send Mail with Error Message DetailsSometimes need to handle error and send it to technical support to handle error and send the solution to
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,791     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
If you have more than one version of AJAX Tool Kit in your System , there might be problem while  developing an AJAX based pages , Error
XAML
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,530     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
"Silverlight is a cross-browser, cross-platform plug-in for delivering the next generation of .NET-based media experiences and rich interactive
DevOps
Deployment
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,440     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Deployment continues to get easier, but there's still a few gotchas here and there. Check out these choice articles for you deployment
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,890     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
There's a number of different ways to get your application up to your Hosting Provider, depending on what kind of access they've given
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,421     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Here's a few good places to start with MSBUILD, the new XML-based makefile system built into .NET. Basic Introduction to MSBUILD  MSBUILD MSDN
Testing
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 29,891     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
This page is dedicated to collecting resources related to testing of ASP.NET applications. There are a number of tools and techniques available for
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,791     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Step1: Create a table in database:- create table test( state1 varchar(50),city varchar(50)  )  Step2:- In the .aspx Page:-   <select id="statelist"
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 9,770     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
Papal Integration·         Create PayPal sandbox account (https://developer.paypal.com)·         Chose Test accounts To test a merchant
19 Dec 2008   Updated: 14 Jan 2014   Rating: 4.40/5    Votes: 3   Popularity: 2.10
Licence: CPOL    Views: 17,770     Bookmarked: 9   Downloaded: 0
Please Sign up or sign in to vote.
What is a Preprocessor Directive?A preprocessor directive is a piece of code that is meant explicitly for the compiler.  This offers a programmer
Unit Testing
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.81/5    Votes: 10   Popularity: 4.81
Licence: CPOL    Views: 52,900     Bookmarked: 23   Downloaded: 0
Please Sign up or sign in to vote.
ASP.NET MVC: How to start Unit TestingWhy Unit Testing?Why should you write Unit Tests? Here are some points which are mostly mentioned if
Dictionary
11 Oct 2013   Updated: 11 Oct 2013   Rating: 2.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 38,713     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Iterating through a Dictionary object may seem complicated in principle but in practice it is farily straightforward, and this involves looping
Dispose
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,950     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The IDisposable pattern isn't one of the a classic patterns. It's a pattern suggested in MSDN to implement the IDisposable interface. You should be
Document
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 9,361     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The PlaceHolder control can be used as a container control within a document to dynamically load other controls. The PlaceHolder control has no
Dotnet nuke
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,953     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Article describes how to load data from server and show results on DotNetNuke page using AJAX.IntroductionThere are many nice javascript
Drop-down
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,863     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Every time user’s complaints me about page scroll issues. For example: If a lengthy page having a dropdown list with AutoPostBack = true at bottom of
DropDownList
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 21,382     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Introduction: In this article i'm posting "How to bind nested grid view and work with nested control with nested grid view".Binding nested grid and
Email
11 Oct 2013   Updated: 11 Oct 2013   Rating: 1.60/5    Votes: 2   Popularity: 0.48
Licence: CPOL    Views: 24,670     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Sending email is very common in Asp.net application. In most of asp.net applications I was asked to send email to client or admin etc. Meanwhile,
Enterprise
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 11,030     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Enterprise Library"The patterns & practices Enterprise Library from Microsoft is a library of application blocks designed to assist developers with
Entity Framework
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,171     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Dear Friends,Dependency injection is the buzz word in asp.net world. There are lots of frameworks available today like Sprint.Net , Unity Framework
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 11,791     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
What is Entity Framework?ADO.NET Entity Framework is an object-relational mapping (ORM) framework for the .NET Framework. Basically it represents the
Event
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 15,371     Bookmarked: 1   Downloaded: 18
Please Sign up or sign in to vote.
Before starting have a look in the Web.config in the locationC:\Windows\Microsoft.NET\Framework\versionnumber\CONFIG\Web.configYou can see the
Extension
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,430     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Since the dawn of asp.net, web based development has become a lot easier.  It provides a great deal of control over designs and code.  And affords
File Upload
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.57/5    Votes: 5   Popularity: 3.20
Licence: CPOL    Views: 61,425     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
Problem: How to use your Asp.Net Fileupload control with AJAX.As everybody knows who uses ajax in his daily programming is, ajax don't postback the
FIX
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,280     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
ASP Image Control Enchanced with help of ScriptControl and javascript.When I've started working as a ASP.NET webdeveloper I was troubled by the
Font
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,481     Bookmarked: 1   Downloaded: 5
Please Sign up or sign in to vote.
In this post you will see how can we change the font size on the fly. Style.css.bodyContent14{FONT-SIZE: 13px; LINE-HEIGHT: 14px}
Form
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 29,976     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
This article displays how to load a usercontrol using jQueryASPX Page          <input type="button"
Formating
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,151     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
IntroductionWhen and how to use sql formatting functions to format datetime values when it is being used by the application that is target to be run
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 4,510     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
When I read about Jquery templating engine , I thought of giving it a try in my leisure time and I created something which can easy the lives of me
General Programming
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,851     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
JavaScript is an object oriented programming language, but it's a functional programming language which is different than some of the more familiar
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,080     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
DLR Expression is the backbone of the DLR. It is a separate feature that you can use without involving the rest of the DLR.Let’s take a look at
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 6,441     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Programming theMicrosoft® ADO.NET Entity Framework            by David SceppaPublisher : MicrosoftProgramming EntityFrameworkBuilding Data Centric
Algorithms
11 Oct 2013   Updated: 13 Oct 2013   Rating: 4.33/5    Votes: 2   Popularity: 1.30
Licence: CPOL    Views: 9,610     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
StrategyThe Strategy design pattern allows you to use multiple algorithms interchangeably.  One reason you might use a Strategy Pattern is to
Architecture
11 Dec 2012   Updated: 27 Dec 2012   Rating: 2.60/5    Votes: 3   Popularity: 1.24
Licence: CPOL    Views: 30,038     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
Hello Everyone,This is my first article. Here I am giving you a brief intro about developing an application in 3-tier
Exceptions
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,100     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
WCF provides us a facility to specify the fault behavior of our service. It provides a FaultException Class. Whenever our service implementation
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 4,451     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
ASP.net provides facilities in web.config for specifying error pages when an exception occurs, for example:            <customErrors
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 11,923     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Global.asax, is the global file in the web application, which offers application level events to be registered. There are many of the events in this
File
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.86/5    Votes: 5   Popularity: 3.39
Licence: CPOL    Views: 44,231     Bookmarked: 8   Downloaded: 0
Please Sign up or sign in to vote.
Passing values from a popup window back to the parent page is an often asked question. Especially when there is a GridView type control in the popup.
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.00/5    Votes: 3   Popularity: 1.91
Licence: CPOL    Views: 67,475     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
First let’s see what the CSV file is:CSV file is a text based file in which data are separated by comma. It can be opened by excel so you can use
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 11,213     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The SiteMapPath (also known as breadcrumb) control is a navigation control that allows the user to know the current page location with respect to the
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,520     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Every element in the configuration file maps to a class in the .NET framework.  It's possible to expand upon this to create custom configuration
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.94/5    Votes: 45   Popularity: 7.96
Licence: CPOL    Views: 314,721     Bookmarked: 44   Downloaded: 0
Please Sign up or sign in to vote.
When a page request is sent to the Web server, the page is run through a series of events during its creation and disposal. In this article, I will
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.00/5    Votes: 5   Popularity: 2.80
Licence: CPOL    Views: 45,230     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
I'm going to expalin how extract data from csv file using c#.First you have to declare two string variables and their properies for store directory
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 8,940     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The FileSystemWatcher is responsible for to track the updates of either file or folder/sub-folders, Suppose if I would like to continuously monitor a
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,802     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
if(IsPostBack){Boolean fileOK=false;String fileExtention=System.IO.Path.GetExtension(FileUpload1.FileName).ToLower();   //check file
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 9,060     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Encrypt & Decrypt ConnectionString SectionSometimes we need to secure ConnectionString to prevent anyone can knows it. whatever your purpose from
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,730     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
How to edit Configuration file Web.Configin web.config we use section to add keys as you see      <add key="email"
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,610     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
While developing any web site, one should keep some points in mind.1) Set debug=false under compilation as follows:<compilation default
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,580     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
FtpWebRequest class to upload a file to ftp server (destination )This Function shows how to upload a file ftp server. this function simply return
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 16,435     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Sometimes we needs to export data to file with applicable styles...Here am trying to show an simple example... .aspx page<asp:DropDownList
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.11/5    Votes: 2   Popularity: 1.24
Licence: CPOL    Views: 5,150     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Our application was one that presented real time data and charts to the user based on some criteria selected by the user. The chart and model were
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 7,851     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Web.Config            <add name="ConnString" connectionString="Data Source=.\SQLEXPRESS;
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 4,740     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Hi,  Many of us come across situation like, just need a unique session id through out the session irrespective of whether the data is stored in
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 13,320     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Howto: Add JavaScript inside Head element from code behind  Here is the sample how you can do that.1)  Add some JavaScript inside page header
Internet
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 24,593     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
If it is required to add a facility on the webpage that users can click a button on the website and it will open up bookmark option. Following is
Performance
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,450     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Local and Global ResourcesIn the past, Global Resources were compiled to satellite assemblies, where as local resources were XML files, this
Printing
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 18,144     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
zebra barcode printing using asp.netIt is really difficult to find something on internet to print zebra code from asp.net form Yes what
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 9,840     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Today my topic is regarding the Printer Friendly Web Page in which I will share the best practice how to build the Printer Friendly page.The reason
Sorting
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,280     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Both the GridView and ListView are important Data Controls in Visual Studio 2008.Scott Guthrie has a great introduction that uses the ListView
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 10,472     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The ListView is a sort of hybrid between a DataGrid and Repeater thatcombines the free form templating of the Repeater with the editingfeatures
Threads
11 Oct 2013   Updated: 11 Oct 2013   Rating: 3.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 77,444     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
There are so many threads open related to this issue. After sign out when the user press BACK button on the browser, it gets him to the members page.
Tools
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,850     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Ext JS - http://www.extjs.com/jQueryMoo Tools - http://mootools.net/Prototype - http://www.prototypejs.org/script.aculo.us -
Gmail
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,180     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
using System.Net.Mail;public partial class SUPER_mail : System.Web.UI.Page{    protected void Page_Load(object sender, EventArgs e)    {    }
Grid
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,040     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
This article explains how to make validation on checkboxes and remember the selected checkboxes' values in DataGrid/GridView etc, together. This will
Gridview
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,450     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
GridView UtilitiesThe GetColumnIndexByHeaderText method shown below finds the column index inside a GridView control by passing to it a GridView
Grouping
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 50,857     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
While answering forums I come across a post “Grouping the data in the data table” which lead me to write this short code snippet for that post.
Handler
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,071     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
ImageButton control is used to display an image that responds to mouse clicks. Specify the image to display in the control by setting the ImageUrl
11 Oct 2013   Updated: 18 Oct 2013   Rating: 4.80/5    Votes: 2   Popularity: 1.44
Licence: CPOL    Views: 15,381     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
Hosted Services
Azure
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,511     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Abstract: Here we listthe materials which can help you know more about Azure and start itquickly. Welcome anyone add more if you have
Storage
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,640     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
The process of serialization converts an object into a form so that it can be transported across the network or can be placed in a storage location.
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,541     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Open SQL Server and open a database (Already created) . On the Storage section find the Full Text Catalog. Right click and create a New
HTTP
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,691     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
OpenRasta is an open-source .NET framework for building everything web, from web sites to RESTful APIsWhy OpenRasta?OpenRasta relies on three
Ienumerable
1 Oct 2008   Updated: 14 Jan 2014   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 10,774     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
The iterator pattern’s role is to provide a way to access aggregate objects sequentially without the knowledge of the structure of the aggregate. The
Include
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 14,620     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
One of the newcomer in C# 4.0 - great newcomer is new keyword 'dynamic'. Dynamic variables are run-time binded which is very helpful many times
JSON
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 10,400     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The post name should be “Serializing to JSON in jQuery” or something like that but I kind of twisted it the way I faced this issue. If you’re looking
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,262     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
I've working with my ajax call in my MVC project and I've decided to implement json call here is my example: View:
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 22,740     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
Hi friends,I see that most of us know Json in forums, but there are a lot of people that starts working with that and I create a simple example
Knockout.js
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 20,351     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
This WIKI displays how to populate a dropdown using KNockOutJS with jQuery.KNockOutJs is a JavaScript Library which used MVVM pattern and provides
Location
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 16,743     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
Here’s is an article saying, how to use the Authorization Tag in Web.Config  As per the MSDN Articles, the Location>Authorization Mechanism works
Management
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,831     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
I wonder some times how statemanagement efficiently helps a developer to handle the user sessions. Session state management is one which should be
Memory
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 17,551     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
CachingAuthor: Prakash Singh MehraIntroduction: It is a way to store the frequently used data into the server memory which can be retrieved very
5 Mar 2008   Updated: 12 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,870     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Proxy Design PatternThe Gang Of Four definition of this design pattern is "Provides a surrogate or placeholder for another object to control access
Message
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,900     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Today I will show you the message bar which I normally used to display the standard place to display the messages like confirmation, errors,
Microsoft
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,190     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Microsoft Visual Studio Home Pages:     http://msdn.microsoft.com/en-us/vstudio/default.aspx
Mobile Apps
Blackberry
11 Oct 2013   Updated: 12 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,050     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Hi All, Some of the asp.net server controls(.NET 2.0) like DropDownList control, LinkButton etc., has postback property. When User clicks or selects
Modules
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,360     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
Reflection is the ability of the .NET framework to gather information (metadata) about assemblies, modules and types at runtime. It allows you also
Mouse
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.94/5    Votes: 12   Popularity: 5.33
Licence: CPOL    Views: 48,556     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
Gridview control is a customizable and flexible control used to displaydata in tabular format. It has some nice features. But lacks of someclient
MSDN
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,382     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The RequiredFieldValidator control is used to ensures that a input field is not skiped inthe entry. The control fails validation if the value it
Multimedia
Video
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 10,740     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
From MSDN: "The LINQ Project is a codename for a set of extensions to the .NET Framework that encompass language-integrated query, set, and
Named
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,460     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Step 1:   First we create a webpage named page1.cshtml.Step2: Then we take two Labels and two TextBoxes and a Submit button. (In this example one
null
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,920     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Whenever an attempt is made to access data from the cache, it should be with the assumption that the data might not be there any more. Thus,
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,301     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
HiThis a common task for Auction bid, events, promotions, project deadline etc.For this sample we need to create a sql table and one stored
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 4,970     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
NULL can be produce weird results and sometimes it is hard to diagnose the root cause. So to avoid such a problem like this you need to remember few
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 18,205     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
C#protected void Page_Load(object sender, EventArgs e){    // Change the title    Page.Header.Title = "My Content Page Title";        // Change
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,520     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Followings are some examples of using SELECT statement. My table name tblTest. Followings are columns. (TestID, TestName, TestDate, TestCity )1)
Numbers
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,940     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
The RegularExpressionValidator control confirms that the entry matches a pattern defined by a regular expression. This type of validation allows you
Opera
11 Oct 2013   Updated: 11 Oct 2013   Rating: 3.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 22,380     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Maximum length of Querystring is based on the browser notdepend upon the asp.net.here is some informationMaximum length of a querystring in
Operating Systems
Windows
7 Aug 2011   Updated: 20 Jan 2012   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,350     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Getting Started: Windows Workflow Foundation and ASP.NETWindows Workflow Foundation is a great technology for creating workflows. It can be used in
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,160     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Windows CardSpace: enables users to provide their digital identities in a familiar, secure and easy way. In the physical world we use business cards,
Operations
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 11,861     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Service contract means the collective mechanisms by which a service’s capabilities and requirements are specified for its consumers. We must say that
1 Oct 2008   Updated: 19 Oct 2013   Rating: 4.89/5    Votes: 2   Popularity: 1.47
Licence: CPOL    Views: 8,750     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
The visitor design pattern enables us to create new operations to be performed on an existing structure. The new operations don’t change the
Password
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,360     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The TextBox server control is an input control that lets the user enter text. By default, the TextMode property is set to SingleLine, which creates a
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,362     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Different forums are filled with the questions regarding how to manually implement cookies for login or in other words how to implement "Remeber me"
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 12,352     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Here is the login form it has user id and password text boxes. When user clicks Login button, it calls ajaxLogin.aspx page in background process
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.50/5    Votes: 2   Popularity: 1.35
Licence: CPOL    Views: 10,240     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Ever wanted to change the password of the local administrator account (or any local user account for that matter) in .net? Here's how: Code is in
Patterns
1 Oct 2008   Updated: 19 Oct 2013   Rating: 4.75/5    Votes: 3   Popularity: 2.27
Licence: CPOL    Views: 13,420     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
The memento design pattern is a pattern that helps to save the object internal in an external place enabling us to restore the state later when needed.
23 Feb 2008   Updated: 20 Oct 2013   Rating: 4.50/5    Votes: 4   Popularity: 2.71
Licence: CPOL    Views: 10,960     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
FactoryThe job of the Factory design pattern is to create concrete sub classes. You can see the Factory design pattern used throughout the .NET
Ports
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 27,868     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Introduction When you want to send email message, you must create an instances of MailMessage and SmtpClient classes. This classes are in
Productivity Apps and Services
Microsoft Office
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 27,464     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Here am trying to show how we can export an image to excel file.References Used: Microsoft.Office.Interop.Excel;Link for downloading the dlls
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,280     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Hello All,Here I am posting code, which will read through a Excel Document. This code will traverse through all sheets of Excel spread sheet, No
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,120     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
In this Article we are going to read and understand how in a web application we can export a gridview data into Excel file. As many times in real
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 16,304     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
I’ve been heads down for the last several weeks Scrumming and it has been a while since I’ve updated my blog so I figured if I was going to keep your
Programming Languages
ASP
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 30,885     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Web.Config Convert WebFroms verison 8.0.0.0 to WebFroms verison 9.0.0.0 toSolution of 1) Close VS2) Delete all of Temporary Asp files on :(Window
C
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,430     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
This is how to Dynamicly build the a links of characters from A-Z , somthing like thisA | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P
C#
1 Oct 2008   Updated: 2 Dec 2009   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 8,161     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Observer pattern
1 Oct 2008   Updated: 19 Oct 2013   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 10,671     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
The iterator pattern’s role is to provide a way to access aggregate objects sequentially without the knowledge of the structure of the aggregate.
1 Oct 2008   Updated: 20 Oct 2013   Rating: 4.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 11,270     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
The chain of responsibility pattern is a way of communication between objects. As it’s name indicate a chain of handlers is built  and every handler
1 Oct 2008   Updated: 20 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 12,840     Bookmarked: 9   Downloaded: 0
Please Sign up or sign in to vote.
The mediator pattern encapsulate the interaction between a set of objects. Also it encapsulate the protocol between those objects. The pattern help
F#
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,590     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Hi in this post only I want to help some links that will help you with F#.I think that F# is a good tool for different knid of things, so if you
Java
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.85/5    Votes: 4   Popularity: 2.92
Licence: CPOL    Views: 40,454     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
Today i'm going to show you how to select all records in a gridview from one checkbox which located in gridview header.First set gridview like below
11 Oct 2013   Updated: 11 Oct 2013   Rating: 3.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 57,543     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Hi,Here i am going to explain how to call the javascript function of a parent window from the child window(pop-Up).Some may know before reading this
Javascript
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 46,634     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
The question regarding how to check/uncheck CheckBoxes within a GridView control using JavaScript has been asked many times. Here is a quick
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,870     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
In this article we are going to see how to have the browser resemble a fullescreen - through javascript. Usually it is not possible to trigger the
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 30,546     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Differences between RegisterClientScriptBlock & RegisterStartupScript:-We usually write the javascript functions on aspx page. If we want dynamic
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,300     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
I have seen most of the developers using parseInt to convert a string to a number. Here we need to understand that What does this parseInt will do,
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,150     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
javascript replace() function replace only single charactersI have been trying to use javascript replace() to search and replace special individual
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,630     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
In this article we will show you how to reference server side controls from JavaScript code (A server control is a control that has a
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 13,511     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
For one of my applications , I needed to get the all the records,found in AdvancedFind and manage these records. If the record count is less than max
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,940     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Many times we see some annoying javascript errors on websites. I am of the opinion that the javascript errors should not be shown to users. Best
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 16,130     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
It is better to use javascript functions for validating numeric values rather than Validation Controls.We can restrict a textbox to allow only
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 10,691     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Hi All,I have created one javascript by which you can validate a decimal value of any textbox for which you want.By this javascript we can bind
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 95,102     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
One of the pain points with developing AJAX, JavaScript, JQuery, and other client-side behaviors is that JavaScript doesn’t allow for cross domain
11 Oct 2013   Updated: 20 Oct 2013   Rating: 2.25/5    Votes: 3   Popularity: 1.07
Licence: CPOL    Views: 20,621     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Two simple examples to create an Image rotator in JavaScript
SQL
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.90/5    Votes: 3   Popularity: 2.34
Licence: CPOL    Views: 8,310     Bookmarked: 8   Downloaded: 0
Please Sign up or sign in to vote.
The most hyped new feature in Visual Studio 2008 is LINQ, which stands for Language INtegrated Queries. It's awesome, and you'll be using it to talk
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,591     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Contains Like search in SQL Server 2005 This is my first post to wiki. Here I have to show how to contains like search into sql server 2005.There is
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,450     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
The connection string specifies information about how to initialize a connection to a data store.It contains keyword/value pairs. the first pair is
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,350     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
using System;using System.Web;using System.Data.Common;using System.Configuration;using
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,690     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
1) Install SQL Server on Window Server 2003/2008 on Network (Select Network option when installing SQL Server)2) Configure Windows Server as a domain
11 Oct 2013   Updated: 11 Oct 2013   Rating: 3.25/5    Votes: 3   Popularity: 1.55
Licence: CPOL    Views: 56,155     Bookmarked: 8   Downloaded: 0
Please Sign up or sign in to vote.
Sql Script Generator in C# From SQL Table ,get the SQLTable name And Generate The Insert and Update Script
Visual Basic
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 9,200     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Start with the ObjectDataSource Control Overview at MSDN then move on to Using Parameters with the ObjectDataSourceControl.ObjectDataSource
11 Oct 2013   Updated: 11 Oct 2013   Rating: 2.00/5    Votes: 3   Popularity: 0.95
Licence: CPOL    Views: 8,200     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Singleton The Singleton Design Pattern ensures that only a single instance of a given object can exist.It does this by making the class
12 Jun 2008   Updated: 12 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 9,310     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Template MethodThe Template Method is know as a behavioral pattern which lets subclasses implement behaviour that can vary. In the example below we
9 Mar 2008   Updated: 20 Oct 2013   Rating: 4.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 9,681     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
Composite Design PatternThe Gang of Four definition is "Compose objects into tree structures to represent part-whole hierarchies. Composite lets
23 Feb 2008   Updated: 20 Oct 2013   Rating: 4.55/5    Votes: 5   Popularity: 3.18
Licence: CPOL    Views: 13,520     Bookmarked: 12   Downloaded: 0
Please Sign up or sign in to vote.
FacadeThe Facade Design Pattern provides a simple interface and controls access to a series of complicated interfaces and or sub systems.Some of
XML
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: CPOL    Views: 22,831     Bookmarked: 10   Downloaded: 0
Please Sign up or sign in to vote.
It seems we can LINQ to everything these days.  Here's some resources that will get you started using LINQ with XML.Introduction.NET
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,700     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Use the Xml control to display the contents of an XML document or the results of an XSL Transform.The XML document to display is specified by
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 9,771     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
JavaScript Object Notation (JSON) is one of the core technologies used in Asynchronous JavaScript and XML (AJAX). Following links help you explore
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,600     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Creating a simple XML Parser alternative to LINQ Here is a simple way to parse an XML string, and store its element name and values in a Hashtable
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 16,653     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The TreeView is an .NET  DataBound Control which is used to display hierarchical data.  Can be bound with the The Nodes of this control with the help
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,081     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
SOA and WebserviceService Oriented Architecture - SOAOften a distributed system can takes years to come together. If these systems project a
11 Oct 2013   Updated: 11 Oct 2013   Rating: 3.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 9,920     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
ADO.NET stands for ActiveX Data Objects for .NET. It refers to the suite of data access technologies used to manipulate databases. ADO.NET is part
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,060     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
XML namepace has XmlWriter class to write to XML file. Code in C#:using System.XML; //Add this namespace to use XmlWriter and XmlReader
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 4,743     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Client and Server (Common) Validation Logic The Logic for validating input commonly on server side and showing the response onclient side is based on
Properties
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,031     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The RangeValidator control tests whether an input value falls within a given range. RangeValidator uses three key properties to perform its
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 5,890     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The CompareValidator control compares the value of one control to another, or to an explicit value in the control's ValueToCompare property.
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 15,571     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The CheckBoxList control creates a multiselection checkbox group that can be dynamically generated using databinding. To specify items that you want
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 15,101     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
LoginStatus control is used to display Login /Logout links based on the login status of the current user.If the user logged in it displays Logout ,if
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,290     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
It's now possible to create class definitions on the fly.  This is the concept of anonymous types, where the type is based on the signature of the
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,072     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
What is Access Modifier?Objects in .NET are created from a class, struct, etc.  Thesedefinitions, as well as the properties, methods, or events
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.18/5    Votes: 4   Popularity: 2.52
Licence: CPOL    Views: 39,070     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
InterfaceAn interface is like a class but all themethods and properties are abstract. An Interface cannot beinstantiated like abstract class. All
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.67/5    Votes: 5   Popularity: 3.26
Licence: CPOL    Views: 37,407     Bookmarked: 8   Downloaded: 0
Please Sign up or sign in to vote.
It can be useful to be able to write code that can query the current domain without you having to hard-code the domain name.  This article will show
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 11,551     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
We need a basic knowledge about what is Request & Response objects. The following information may be helpful to all. How
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,070     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Always Visible Extender Control of Ajax is used to show some control (a panel mostly) on the page always. By always, it means that if the page has
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.20/5    Votes: 2   Popularity: 1.26
Licence: CPOL    Views: 94,586     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Reflection is an important capability of the .NET framework and enables you to get information about objects at runtime. In this article, we will
Protected
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,100     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
This is how to to list the files in a specific directory and allow the user to download the files.ASPX: <asp:GridView ID="GridView1"
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,170     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The flyweight pattern is used whenever you have large amount of small objects that share common information. The use of the pattern reduces the
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 10,111     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Protected Sub PrintAllPages(ByVal sender As Object, ByVal e As EventArgs)GridView1.AllowPaging = FalseGridView1.DataBind()Dim sw As New
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 14,071     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
protected void ReportViewer1_PreRender(object sender, EventArgs e) {DisableFormat(ReportViewer1, "Pdf"); }protected void
21 Jun 2008   Updated: 12 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,311     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
This article will show you how to create a color selector control that will looks like the image in the right side.   The first thing to mention
Prototype
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,501     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The prototype is built upon the use of object cloning. The prototype creates new objects by cloning one of its concrete classes. The prototype is
Random
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 4,681     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
This is simple and effective method for generation of a random password Public Function GeneratePassword(ByVal PwdLength As Integer) As String
Read-only
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 11,081     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Assuming you already have your domain model and repositories implemented and unity wired (if you are missing this part, let me know and i'll add the
Registry
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 4,730     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Here is the example code: Imports Microsoft.Win32dim MyValue as string MyValue = RegValue(RegistryHive.LocalMachine, "SOFTWARE\Microsoft\Internet
Reporting
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,540     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The Decorator patterns allows an objects behavior to be dynamically altered at runtime.This change in behavior is accomplished by wrapping an
Resize
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,211     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Hi,In this article i am going to create an http Handler which is used to resize my images and display it  .What are HTTP Handlers?HTTP handlers are
Script
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,540     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
After few projects, finally come out with this simple loading panel scripts. Hope it useful for your.JavaScripts  function ShowLoading() {
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 20,471     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
Following script will move the selected items from one list box item to another list box item.Markup: <asp:ListBox ID="lstBox1" runat="server"
Security
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,080     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Code Access Security is one of the least-understood but most valuable aspects of the .NET Framework.WebcastsMSDN Webcast: Using Code Access
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 11,182     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
There's a lot of great information on SQL Server Security covering both SQL Server 2000 and 2005.Blogs/DevCentersSQL Server 2005 Security on
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 11,813     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
It's absolutely necessary if you're serious about security.Whitepapers/Books/BlogsThreat Modeling for ASP.NET (PDF) - an excellent white
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,270     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
There's a great deal of good prescriptive security guidance out there in the form of whitepapers and books.Whitepaperspatterns & practices
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,720     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Here are a few good tutorial articles that provide a good conceptual overview of how the new membership and role management system works. Check out
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 7,330     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
AJAX adds one more wrinkle to web security. I find that videos and demonstrations help me understand subtle topics like this.VideosSecurity in
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,720     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
step1. drag create use wizard and drop on design window on your web page(default1.aspx).step2. go to website tab and click on asp.net
Cryptography
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 9,290     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
At A large part of security in any web application is keeping your secrets secret.  Cryptography makes that
Server
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,950     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The customvalidator control allows writing custom validation for a control. So, if the others validators: RangeValidator, RequiredFieldValidator,
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,032     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Most of the time when i tried to search for executing server side static page methods using jquery I came across simple example which explained how
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.89/5    Votes: 2   Popularity: 1.47
Licence: CPOL    Views: 28,022     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
In asp.net application, new windows can be opened using window.open method either from the client side or from executing it from server side. See the
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 19,113     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Hello friends.I am going to share with you a concept to call server side method from client side using script manager.Step 1 : Put ScriptManager on
Shift
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 4,300     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Visual Studio keyboard bindings:201020082005 Followings are some useful shortcuts for coders:Copy a single line - CTRL+C [Move the insertion
SOLID
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 17,174     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Sometimes you need custom paging and sorting of a Gridview. So I wanted to share the ASP.NET code for all.Write this code on Client Side (Aspx
Static
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,400     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Factory method is "Define an interface for creating an object, but let the subclasses decide which class to instantiate." In simple words we
Style
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 11,290     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Ajax ValidatiorIn this Article I'll Show you How to call a RequiredFieldValidator With the aid of AJAX.Step1:- In this case,there are three controls
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,410     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Normal 0 false false false EN-US X-NONE X-NONE
Syntax
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 23,043     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
IntroductionLINQ is one of the new entrants in C# 3.0, introduced as part of .NET 3.5. As you are already aware, LINQ is a unified querying
11 Oct 2013   Updated: 11 Oct 2013   Rating: 3.67/5    Votes: 2   Popularity: 1.10
Licence: CPOL    Views: 12,250     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
This is an attribute that indicates that the variable has one instance for each thread. This is a variation of the static variables. Static variables
Text
25 Jun 2009   Updated: 30 Jun 2009   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 9,291     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Extending Grid View Control of ASP .NETIf you want to modify some functionality of existing Grid View control of ASP .Net then you always have the
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 9,261     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
A ValidationSummary control is displayed when the IsValid property of the page is false. It "polls" each of the validation controls on the page and
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,080     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
A Label control allows you to add text to your web page.  Unlike a Literal control, a Label control supports various properties such as CssClass,
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,590     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The Localize Control lets you localize any element on an .aspx page. It provides adesign time feature not offered by its base class, the Literal
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,650     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Recently i came to work on sql server 2005 & 08 and full text search. i want to share some interesting point which i came to know in couple of hours.
11 Oct 2013   Updated: 11 Oct 2013   Rating: 1.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 27,421     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Hi,    function AddItem(Text,Value)    {        // Create an Option object                var opt =
26 Mar 2012   Updated: 1 Nov 2015   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 11,335     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Consider a scenario where you want to add functionality to a server control in asp.net of your own. For example you want to change the background
Treeview
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,990     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
First Create Two Tables ParentTable and ChildTableParentTable-->ParentId as Primary Key-->ParentNameChildTable -->ParentId as FOREIGN KEY
UpdatePanel
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.80/5    Votes: 2   Popularity: 1.44
Licence: CPOL    Views: 50,013     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
ConceptWith the rise of ASP.NET 2.0 AJAX Extensions 1.0, developers were fascinated by the great AJAX Server controls, but they missed that some of
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 24,095     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
jQuery helps a lot in order to bind events to the control across the browser. But when using the Asp.Net Ajax UpdatePanel, there are some issues
UpdateProgress
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,290     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Introduction:To Block the Page when Data is Submitting, we have various options, Either we can use Ajax based UpdateProgress or some jQuery Stuff.
Updating
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 10,582     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Here is a simple, pictorial example of inserting, updating, deleting and paging records using ListView
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 54,354     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
The ListView control is a new data presentation control that was added to .Net 3.5 , you may wonder why its added to the framework , and what it
Web Development
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 8,771     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
The blogosphere is a wealth of real-world tips and tricks for improving your ASP.NET application's performance.Checklist: ASP.NET Performance
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,940     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
Traffic on the wire needs to be secured as well.  Usually this means SSL, but sometimes it means IPSec or certificates.How ToHow To: Call a Web
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,701     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
From CodePlex: "The CSS Friendly Control Adapters kit (for ASP.Net 2.0) provides pre-built control adapters that you can easily use to generate
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,091     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
ASP.NET 2.0 introduced the Web Site Administration Tool, as well as some command line tools you'll want to know how to use.Web Site
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,730     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
SqlDataSource control enables you to use a Web control to access data located in a relational data base, including Microsoft SQL Server and Oracle
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 15,730     Bookmarked: 9   Downloaded: 0
Please Sign up or sign in to vote.
Here's even more performance tips for making ASP.NET fly.Checklist: ASP.NET Performance  The 2004 Patterns and Practices Book "Improving .NET
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 14,732     Bookmarked: 13   Downloaded: 0
Please Sign up or sign in to vote.
MSDN has an excellent section on Architecting ASP.NET Applications.patterns & practices' Web Client Software Factory on CodePlex! - This factory
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,811     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
There's lots of technologies like skinning and theming, and of course, Web Standards like XHTML and CSS for Designers creating sites with ASP.NET.
11 Oct 2013   Updated: 11 Oct 2013   Rating: 2.60/5    Votes: 2   Popularity: 0.78
Licence: CPOL    Views: 8,471     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
ASP.NET Web part controls are an integrated set of controls that enables end users to organize the content, appearance and behavior of the web
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,330     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Web controls are ASP.NET controls which are understood and compiled on the server and render as HTML markup on the page. Most of the web server
11 Oct 2013   Updated: 11 Oct 2013   Rating: 1.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 11,291     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
ASP.NET 2.0 came with many controls designed to help you manage the login process and login status of your web site's users. The login
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,331     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Here is a list of file extensions which are configured by default to be handled by ASP.NET 2.0.asax used for application level logic
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 10,681     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
JavaScript sample to continuously display the current time on the web page. Continuously means that the textbox value will be updated with the
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 21,114     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
HttpWebRequest The HttpWebRequest class allows you to programatically make web requests against an HTTP server. This code shows how to read a
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,190     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
The AdRotator control presents ad images that, when clicked, navigate to a new Web location. Each time the page is loaded into the browser, an ad is
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,572     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Asp.net 2.0 came with a new feature called a theme. A theme is a collection of property settings that allow you to define the look of pages and
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,710     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
A Literal control is used to display text. You cannot apply a style to a literal control. This control will pass the content directly to the client
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,010     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The RadioButton server control creates a radio button on the Web Forms page. Specify the text to display in the control by setting Text property. The
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,181     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Use the Image control to display an image on the Web Forms page. Setting the ImageUrl property specifies the path to the displayed image. You can
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,291     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
LinkButton control is used to create a hyperlink-style button on a Web Forms page. Specify the text to display in the LinkButton control by either
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: CPOL    Views: 40,240     Bookmarked: 11   Downloaded: 0
Please Sign up or sign in to vote.
MVP (Model View Presenter) FrameworkThe MVP pattern is an Architecture Pattern used to build ASP.net applications.  It refers to splitting up the
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 8,162     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Asp.net 2.0 came with a new set of controls that were designed to to be used for web parts. These controls were kept in the Web Part Toolbar. Here is
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 13,891     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The SiteMapDataSource control is a data source to the site map data that is stored by the site map providers that are configured for your site. The
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,660     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
When the standard toolkit of ASP.Net server controls do not provide the required functionality, Web User controls can be built or used. Web User
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,700     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
This article presents a way to log and mail the errors from any web page.It logs following details -Control on which the error is raisedPage
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 18,321     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Articles:What is SAP?SAP is a leading ERP (Enterprise Resource Planning) in the market. This enterprise resource planning (ERP) software product
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 11,331     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
It's a login control that's used to display the name of the current Logged in user. Basicly it displays the value of
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,821     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Mobile gadgets such as cell phones and PDAs have become ubiquitous. Just about everyone today possesses a cell phone and most cell phones are
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,281     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Tracing is a feature that helps you trace and monitor the execution of your Web pages. The following links explain more about this feature: Tracing
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,900     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Command Pattern"Encapsulate a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,841     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
System.Web.MobileThe System.Web.Mobile namespace provides various classes to support mobile Web application development with ASP.NET. The following
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 28,903     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
In this article I am going to explain how to prevent the browser caching of web pages in asp.net. It is the one of the biggest issues every developer
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,681     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Response time is one of major factor in deciding the performance of web application. Many time we come across pages where content of page can be
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 34,390     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
Every ASP.NET developer (or at least most of us) wants a lot of visitors to their web sites. Google, Yahoo and other search engines can send plenty
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,820     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
IntroductionIn modern web development, we need to check the browser compatibility for our web pages. This can include changing the css classes,
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 11,250     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Following will be the example if you would like to use Request QueryString to pass value between 2 CSHTML page.We have have 2 web pages, Page.cshtml
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,560     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
IntroductionCookies are also known by many names, HTTP Cookie, Web Cookie, Browser Cookie, Session Cookies etc. Cookies are one of several ways
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 63,483     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
It's a hot topic among web developers that is it possible to change the color of HTML bulletin list? Well, as many says, it's impossible, there is
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 4,902     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
A typical request from a customer or user of your website is to enable the upload and download of documents. The could be spreadsheets, presentations
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.11/5    Votes: 2   Popularity: 1.24
Licence: CPOL    Views: 21,520     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
I have been getting the hang of using jqGrid from with asp.net web forms.  So I will to  brief walkthru.first add the following HTML to your
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 82,499     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
When you use the ASP.NET Development Server to run a file-system Web site, by default, the Web server is invoked on a randomly selected port for
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,500     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Web services are also classes just like any other .NET classes. Nevertheless they have methods marked as WebMethods that can be exposed by the
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 15,101     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Overview The Report Viewer control allows web application developers to leverage full-featured reports and present them to the user in an easy to
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,130     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
The DropDownList Web server control enables users to select from a single-selection drop-down list box. The DropDownList control is similar to the
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,476     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
ASP.NET Dynamic Data is a web application scaffolding framework that shipped with Service Pack 1 of .NET 3.5. Using either LINQ to SqL or LINQ to
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,190     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Being a new web developer can be hard. There are way too many technologies and frameworks to learn and it is very easy to get lost in the sea of buzz
11 Oct 2013   Updated: 11 Oct 2013   Rating: 3.42/5    Votes: 6   Popularity: 2.66
Licence: CPOL    Views: 10,560     Bookmarked: 9   Downloaded: 0
Please Sign up or sign in to vote.
Great CSS TutorialsWhen I started web development I was a great pain to manage styles using CSS. But later on as I explored the CSS, I found the
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 26,786     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
ThemesAuthor: Prakash Singh MehraIntroduction: Themes are the way to define the formatting details for various controls and can be reused in
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 13,371     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Cascading Style SheetsAuthor: Prakash Singh MehraIntroduction: CSS is a cross platform solution for the standardization of website formatting and
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,780     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Visual Studio 2010.Download: http://www.microsoft.com/visualstudio/en-us/Blogs:What's new in Web ToolsWhat's new in Visual Studio
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,961     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Multiple form submits can result difficulties in web applications because of unexpected behaviors like multiple entries in database. Here is a
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 9,031     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
links:Optimize Web Server Performance in Windows Server 2003Optimizing IIS 6.0 Performance Top Ten Ways To Pump Up IIS PerformanceIIS Performance
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 17,132     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
This article will demonstrate a way to prevent multiple button clicks on ASP.NET Web Forms. Preventing multiple clicks can help prevent multiple
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 12,800     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The basic difference between them is that a div is block level element and a span is inline level element. and tags both allow a Web
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,010     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Capturing Key Strokes and Doing a Post backWith the invention of Web 2.0 customers are becoming more and more demanding when it comes to
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,270     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Silverlight:                 Silverlight is a RIA (Rich Internet Application) technology by Microsoft is a well competitor to Flash (who is a
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,910     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Navigation for ASP.NET Web Forms manages movement and data passing between aspx Pages in a unit testable manner. There is no Client-side logic, so it
ASP.NET
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.67/5    Votes: 4   Popularity: 2.81
Licence: CPOL    Views: 14,580     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
Asynchronous JavaScript and XML - It's Ajax and it's everywhere. Start at the ASP.NET Ajax site and work from there...there's a ton of resources at
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,561     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
There's a lot of great information on the net about accessing data in common data access patterns with ASP.NET 2.0. VideosSQL Server Videos  -
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 9,770     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
ASP.NET offers a number of places to store state, both on the client and server. However, sometimes it's difficult to decide where you should put
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,540     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
So many aspects of ASP.NET are configurable it can be overwhelming. Things really get interesting when you start adding configuration options for
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 13,151     Bookmarked: 8   Downloaded: 0
Please Sign up or sign in to vote.
"ASP.NET Membership builds on the success of the Forms authentication model from ASP.NET 1.x. ASP.NET Forms authentication provides a convenient way
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,410     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Authentication means figuring out who you are and Authorization means figuring out what you can do. Both are fundamental parts of the ASP.NET
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.33/5    Votes: 3   Popularity: 2.07
Licence: CPOL    Views: 8,251     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Garbage in, garbage out. You can avoid data cleanup tasks on the backend by avoiding bad data coming in.  ASP.NET validation controls and third party
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 10,040     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
ASP.NET AJAX can be easily extended to create almost any control you can imagine. Be sure to take a look at the ASP.NET AJAX Control Toolkit.Blog
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,410     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
JavaScript holds it all together on the client side. There are a number of extensions that have been made to improve and expand base JavaScript
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,941     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
The Cache and Application objects provide broader scope than the Session object and the data is available to all the classes within the ASP.NET
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,890     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
Check out the Feature Specifications for Visual Studio 2008 and .NET Framework 3.5. These older documents give you an insight into what features made
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,770     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Most ASP.NET sites talk to SQL Server or a backend SQL Database and there's a number of ways to manage that configuration.I always start with the
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,450     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Nearly all the controls in ASP.NET have properties that can be databound to.ArticlesJesse Liberty has a fine article on Data Binding in ASP.NET
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,061     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
From ScottGu: Scott Mitchell is also writing some great data articles on using the ASP.NET 2.0 DataSource controls for the excellent
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,141     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
There are three terms around Internationalization that are often used interchangably, however they are distinctions. Here's a good
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 11,383     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
ASP.NET Session state provides a place to store values that will persist across page requests.  Values stored in Session are stored on the server
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,963     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
There's quite a few data source controls in ASP.NET and one that folks are increasingly excited about is the LINQDataSource.BlogsLINQ to SQL
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,241     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
There's a good overview of ths control on MSDN with examples like Binding a Tabular Control to the XmlDataSource Control and Filtering Data Using the
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 16,840     Bookmarked: 9   Downloaded: 0
Please Sign up or sign in to vote.
The GridView control was introduced with ASP.NET 2.0 and Visual Studio 2005 as a replacement for the DataGrid control.  While it has many
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 11,770     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Some people think that the ListVew is a better Repeater and is one the best new additions to Visual Studio 2008.Blogs/ArticlesUsing the
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 10,280     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Start with listening to Anders talk about LINQ in Anders Hejlsberg on LINQ and Functional Programming this video and reading the MSDN Introduction to
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,950     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
One of the great additions to ASP.NET 2.0 is Master Pages. Master Pages help us build a consistent and maintainable UI throughout a site. A master
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 26,662     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
Windows Workflow FoundationWindows Workflow Foundation is the programming model, engine and tools for quickly building workflow enabled
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,141     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
App_Offline.htm ASP.NET 2.0 introduced the ability to take an application offline simply by adding a file named App_Offline.htm to the
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,170     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Visual Studio 2008 is the version of Visual Studio which comes with the .NET Framework 3.5. It was released to MSDN subscribers on 19 November 2007
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,140     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Cookies are small amounts of text that can be stored on the client pc by the browser.  The cookie can be accessed both at the client through the use
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,461     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
ProfileThe Profile provider stores information on a user defined by the profile properties in the web.config. By default the properties are
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 10,331     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
With the release of ASP.NET 2.0, a new set of controls were made available to help provide navigational elements to your web sites. These controls
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 14,285     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
ASP.NET 2.0 uses a new set of predefind Directory names for special work. In general, the ASP.NET directory structure can be determined by the
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 9,220     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Provider ModelThe provider model pattern was designed to provide a configurable component for data access which is defined from the web.config. The
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 23,851     Bookmarked: 13   Downloaded: 0
Please Sign up or sign in to vote.
Design PatternsDesign patterns are recognized solutions to common problems defined originally by the Gang of Four programmers. Design patterns are
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.67/5    Votes: 3   Popularity: 2.23
Licence: CPOL    Views: 34,102     Bookmarked: 13   Downloaded: 0
Please Sign up or sign in to vote.
Overview MVC (Model-View-Controller) now comes to ASP.NET too. As Scott Gu says "If you are looking to build your web applications using a MVC
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.86/5    Votes: 3   Popularity: 2.32
Licence: CPOL    Views: 20,363     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
Asp.Net 2.0 introduced a new control called FileUpload that is used to upload files from the client browser to the server. Video  Simple File
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 11,160     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Concept A very common question asked on the ASP.NET Forums is how to bind a ListControl's DataTextField or DataValueField to multiple Columns. The
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,540     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
ASP.NET 2.0 introduces a new feature called Post-Cache Substitution, which is aimed at optimizing the development experience for this mostly-cached
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,140     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
ASP.NET 2.0 AJAX 1.0 Extensions allows you to develop custom client controls that function purely on the client-side. Those controls are developed
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 20,210     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Overview The CreateUserWizard control provides the user interface for the MembershipProvider object that communicates with the user account data
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,392     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Lot of people trying to edit the code when ASP.NET Development Server is running but they can't. In order to edit code you have to stop debugger/
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 10,363     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
It is very good to know how we can add asp.net controls in XSLT.We know by using XSLT we can transform XML document to any format like
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,901     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
MS.NET VERSIONSWith the recent release of.NET 4.0 a lot of confusion has crept into .NET versions. Right from the beginning .NET versions numbers
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 12,321     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
For ASP.NET developers, there is good news from Microsoft with the latest SQL Server release, Denali CTP3.Many developers like ASP.NET developers
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.90/5    Votes: 20   Popularity: 6.38
Licence: CPOL    Views: 61,368     Bookmarked: 62   Downloaded: 0
Please Sign up or sign in to vote.
ASP.NET MVC Learning RoadmapFor everybody who wants to learn ASP.NET MVC from ground up Young Yang posted a very useful learning roadmap in the
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 52,216     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
Hi everyone. We all know the role of ajax and its implementation. We can use ajax in asp.net as well as in javascript/jquery. But there is a
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 12,051     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
If you use the asp.net membership providers, having visual studio keep this sql database file around for deployment can sometimes be convenient.
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,460     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
How to Get MacAddress and Get All Adapter Types in ASP.NETIn this demo we will see how to get MacAddress in ASP.NET in easy steps. In the first
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 9,420     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Performing ASP.NET ListView Item Delete Confirmation using jQuery Colorbox.Here I use Google Hosted jQuery Library because it serve jQuery to users
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,410     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
MVC routingIn ASP.NET MVC 3 one of the main parts is routing. The routing is helps to map the particular view and particular controller.When we
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,620     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Getting Active Directory queries to work in ASP.NET and IIS can be extremely tricky, especially if you're just getting started with ASP.NET, IIS and
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 4,660     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Scenario You watch the new videos on ASP.NET and when you download the source code you find out that they are using VS2008 and Framework 3.5, and
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 11,241     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The Global.asax file, also known as the ASP.NET application file, is an optional file that contains code for responding to application-level and
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 15,071     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Using Response.Redirect and Response.End in Try...Catch blockIn ASP.NET if you are using Response.End - Used for terminating page execution or
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,930     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
In this article i am going to use simple class which use to write error and exceptions occured in your asp.net application in a text file
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,820     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
When working with an ASP.NET site that requires some sort of user authentication (almost every time, I'd say), we often need to establish our own
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,620     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
The Repeater control is the most lightweight Data Presentation control available in the ASP.NET framework and has been around since version 1.0.This
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,011     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Few days back I came across a problem on asp.net site wherein a user wanted to get information about controls of a Page from a different page.
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 26,154     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
Following Codes demonstrates how to send an email with SMTP Authentication using ASP.NET 3.5using System.Net.Mail        MailMessage msgMail =
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,550     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Scenario: Using ASP.NET membership model to display custom error messages to general users of a website. Send an email to a Webmaster with all the
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.64/5    Votes: 6   Popularity: 3.61
Licence: CPOL    Views: 88,198     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
The main difference is that the RegisterStartupScript method places the JavaScript at the bottom of the ASP.NET page right before the closing
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,550     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
This is new Concept Introduce in Asp.net 2.0, This is used to Passing the values from one page to Certain page using PostbakUrl property for Button,
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,131     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
It seems to be very common that asp.net menu control is not to be properly displayed in IE8.I have developed a website which contains a master page
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,741     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
First Create a XML as App_Data/Advertisements.xml
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,010     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
ASP.net offers a built-in functionality for tracing theapplication. Using this functionality one can view a lot ofdiagnostic
11 Oct 2013   Updated: 11 Oct 2013   Rating: 2.00/5    Votes: 3   Popularity: 0.95
Licence: CPOL    Views: 9,271     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
ASP.NET is a great platform to develop any web applications. From ASP.NET 1.1 we are having one feature called View State which store the data in
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 19,471     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Finding very little information on how to  implement Profiles in Asp.Net MVC, I thought I'd share my solution to implement this.For demonstration
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.91/5    Votes: 21   Popularity: 6.50
Licence: CPOL    Views: 128,157     Bookmarked: 25   Downloaded: 0
Please Sign up or sign in to vote.
What is ASP.net?ASP.NET is the next generation web application framework developed and marketed by Microsoft based on .NET Framework. But not to be
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 11,910     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
While professional developers are waiting for the Visual Studio Tools and Designers for SQL Server Compact 4.0, I will show how impatient developers
11 Oct 2013   Updated: 12 Oct 2013   Rating: 4.57/5    Votes: 19   Popularity: 5.62
Licence: CPOL    Views: 262,561     Bookmarked: 19   Downloaded: 0
Please Sign up or sign in to vote.
Hi everyone. Today I am going to talk about  __doPostBack function, because there is some confusion in using _dopostback.You can see this
11 Oct 2013   Updated: 13 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 16,390     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
The TreeView control can be used  in any situation in which you need to display hierarchical data. For example, you can use this control to provide a
11 Oct 2013   Updated: 13 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 20,650     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
While developing ASP.NET 2.0 application with AJAX  many times we came across scenarios when we had to know if the call made to the server is
5 Feb 2010   Updated: 13 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,020     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
When you Try this on Asp.net 2.0 WebSite:http://www.YouWebsite/default.aspx?__VIEWSTATE=COUCOU!You will have something like that:Server Error in '/'
11 Oct 2013   Updated: 18 Oct 2013   Rating: 3.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 10,180     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
Improve the scalability of a website and efficient design for time consuming processes.
3 Jan 2011   Updated: 22 Oct 2013   Rating: 5.00/5    Votes: 6   Popularity: 3.89
Licence: CPOL    Views: 29,610     Bookmarked: 12   Downloaded: 0
Please Sign up or sign in to vote.
Recaptcha:Captcha keeps the spammer away from our site. There is Lot of captcha conrols available for asp.net and few may not work on postback.
1 Oct 2008   Updated: 14 Jan 2014   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 10,801     Bookmarked: 11   Downloaded: 0
Please Sign up or sign in to vote.
The visitor design pattern enables us to create new operations to be performed on an existing structure. The new operations don’t change the
26 Dec 2008   Updated: 14 Jan 2014   Rating: 4.08/5    Votes: 5   Popularity: 2.85
Licence: CPOL    Views: 13,220     Bookmarked: 9   Downloaded: 0
Please Sign up or sign in to vote.
Many of you might have come across the situation where you need to making server side discussion based on client side JavaScript confirm message
11 Oct 2013   Updated: 28 Feb 2014   Rating: 5.00/5    Votes: 5   Popularity: 3.49
Licence: CPOL    Views: 37,602     Bookmarked: 12   Downloaded: 0
Please Sign up or sign in to vote.
ViewState is the mechanism that allows state values to be preserved across page postbacks.Because of the stateless nature of web pages, regular
11 Oct 2013   Updated: 16 Mar 2014   Rating: 3.72/5    Votes: 7   Popularity: 3.14
Licence: CPOL    Views: 39,436     Bookmarked: 16   Downloaded: 0
Please Sign up or sign in to vote.
This example will show how is possible to upload files to SQL server database using C# and asp.net. For demostration purposes database will have only
11 Oct 2013   Updated: 27 Mar 2015   Rating: 4.83/5    Votes: 4   Popularity: 2.91
Licence: CPOL    Views: 46,220     Bookmarked: 28   Downloaded: 0
Please Sign up or sign in to vote.
Sending e-mail is an important and common feature in ASP.NET (through the System.Net.Mail namespace). In this article, I will show how to send asynchronous mail.
11 Oct 2013   Updated: 14 Jul 2015   Rating: 5.00/5    Votes: 6   Popularity: 3.89
Licence: CPOL    Views: 25,590     Bookmarked: 13   Downloaded: 0
Please Sign up or sign in to vote.
Learn how to extend your ASP.NET AJAX applications using the ASP.NET AJAX Control Toolkit. ASP.NET AJAX Control Toolkit: Installation and getting
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 4,390     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Step 1: In this example,there are three TextBox (txtid,txtfname,txtsubject) and a Button (btnshow) . When we click on Button we can get the value
CSS
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 8,901     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Take control of your angle-brackets and optimize. Note: This article spans over the debugging tools for your CSS, JavaScript and other
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 9,150     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
Cascading Style Sheets (CSS) is one of the core technologies in the AJAX architecture apart from XML, DOM, JSON and so forth. Here are some links
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 11,680     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Many of us want to use CSS 3.0. This feature is promised in Visual Studio 2010 however if you open any given CSS file, the option does not appear in
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,791     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Introduction The CSS media type “print” allows authors to specify a stylesheet that is only used when printing. This can be very useful and
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,911     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Hello Friends Here we have a javascript and CSS code to create a light weight popupson Code Behind <input id="Button1" type="button"
11 Oct 2013   Updated: 26 Feb 2014   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 20,440     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Asp Menu controls lacks to render its items which are set with dynamic visibility in Internet Explorer 8. Microsoft has also confirmed at Microsoft
HTML
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,013     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Internationalizing AJAX and JavaScript can be a little trickier than just internationalizing a plan HTML page.Guy Smith-Ferrier on
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,322     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Asp.Net provides way to work with the HTML Server controls on the server side programming with a set controls collectively called HTML Controls.
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 10,680     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
This control enables a developer to store a non-displayed value in the rendered HTML of the page. The HiddenField control is used to store a value
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,550     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Use the HyperLink control to create a link that moves you to another page or location on the page. Specify the page or location to link to by using
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,950     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The Table class allows you to build an HTML table and specify its characteristics. A table can be built at design time with static content, but the
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 11,553     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The TargetControlID is one of the key properties with the AJAX Control Toolkit.  Being a property defined on the control extenders, this property
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,270     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Creating and Deleting Files on Fly on WebServer through Javascript (Magic of HTML and Jquery)We usually know the methods of POST and GET for posting
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 49,155     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
HTML encoding and decoding is used daily by web developers. ASP.NET provide us with build-in server-side functions to perform this job. This article
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 9,422     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Basically when DataList is rendered HTML in Table and like below   HTML Code placed at ItemTemplate
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: CPOL    Views: 88,397     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
Recently I have come across a situation where I need to customize the UI of jQuery UI autocomplete plugin. For reference I am adding the plugin
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,600     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
If you want to parse a html string at runtime with asp.net control in it you can use the method ParseControl, for example if you have a html fragment
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 6,082     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
We all may encounter a problem of validating RequiredField for FCKEditor. Here is the Solution: Your HTML Markup for
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 17,712     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
RowSpan and ColSpan can be used in HTML design if merging of columns or rows is needed within a table.RowSpan can easily implemented in ASP.NET
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 9,261     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
By using ICallbackEventHandler we can make asynchronous calls to server so that we can avoidpost back of the web page.Firstly we have to implement
11 Oct 2013   Updated: 11 Oct 2013   Rating: 3.86/5    Votes: 3   Popularity: 1.84
Licence: CPOL    Views: 16,697     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
In this article I will show you how to read meta tags programatically using C# and Asp.Net. How this article is different from other articles
11 Oct 2013   Updated: 11 Oct 2013   Rating: 3.20/5    Votes: 3   Popularity: 1.53
Licence: CPOL    Views: 9,342     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
What is jQuery?jQuery is a light weight javascript library which provides fast and easy way of HTML DOM traversing and manipulation, event handling,
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 13,320     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
IntroductionSharp DOM is a view engine for ASP.NET MVC platform allowing developers to design extendable and maintenable dynamic HTML layouts using
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 12,490     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
In this article we are seen how to create a custom HTML Editor control to add image button in it.  Create A
11 Oct 2013   Updated: 26 Oct 2013   Rating: 4.59/5    Votes: 10   Popularity: 4.38
Licence: CPOL    Views: 32,331     Bookmarked: 18   Downloaded: 0
Please Sign up or sign in to vote.
This article is an introduction to JQuery. It is for those people who always heard JQuery but never used it or don’t know where to start from.What is
11 Oct 2013   Updated: 25 Feb 2014   Rating: 4.86/5    Votes: 13   Popularity: 5.24
Licence: CPOL    Views: 92,043     Bookmarked: 20   Downloaded: 0
Please Sign up or sign in to vote.
Some times we need to allow user to upload as many files as he/she wants instead of fixed number of files.So here is the procedure to achieve this.
IIS
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 10,440     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
From MSDN: "The WindowsAuthenticationModule provider relies on Microsoft Internet Information Services (IIS) to provide authenticated users, using
11 Oct 2013   Updated: 11 Oct 2013   Rating: 4.50/5    Votes: 2   Popularity: 1.35
Licence: CPOL    Views: 7,522     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
"IIS7 includes a comprehensive set of administration tools, including a brand new administration GUI, a new command line tool, and new managed code
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,500     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Some optimizations can be done directly to IIS and you will reap improvements farther down the line.Planning, testing and tuning for ASP.NET and
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 14,051     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Introduction There had been much discussion on how to make your application compatible with the IIS7 Integrated mode. To know how to make your
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,810     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
This topic is for those who want to manage multi server websites and load balancing.Prerequisites:IIS 6.0 or higher.NET Framework 2.0,
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 4,811     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
This is a broad topic so I’ll try to spare too many details and give you basics. DefinitionsSession Timeout: Get and sets the amount of time,
LESS
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 8,071     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The CompareValidator control compares the value of one control to another, or to an explicit value in the control's ValueToCompare property.
XHTML
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,501     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Create a simple page likeDefault.aspx<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
Web.config
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 11,901     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
I had a problem with assembly redirection in web.config, when i wrote assembly redirection in the machine.config it worked perfectly, where as when I
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 16,871     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
Encrypting/Decrypting
Website
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 6,530     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
suppose your url ishttp://www.xyz.com/defaultand some hacker try for hacking the website so type some script text on url
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 10,394     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Hello all,When we use Custom error pages in our website, and when we load our pages inside iframes, if an error occurs the custom error page loads
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 9,991     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
You need to create another App_LocalResources inside this sub folder, and put your user control resources files inside it . look at this structure

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.88

General Programming
File
11 Oct 2013   Updated: 18 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 9,950     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
How to add images in Image Rotator with the help of FileUpload control
Internet
11 Oct 2013   Updated: 11 Oct 2013   Rating: 5.00/5    Votes: 5   Popularity: 3.49
Licence: CPOL    Views: 57,794     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
How to copy the text of a textbox to clipboard using JavaScript.
Productivity Apps and Services
Microsoft Office
11 Oct 2013   Updated: 4 Sep 2014   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 34,941     Bookmarked: 10   Downloaded: 0
Please Sign up or sign in to vote.
Here is a simplified class to create Excel file from DataTable just Pass DataTable and Preferred location on server to generate. Call the
Silverlight
11 Oct 2013   Updated: 18 Oct 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 9,931     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Here are some recommended blogs and podcasts dedicated to Silverlight either completely or for the most part.BlogsList of Silverlight Community
Web Development
11 Oct 2013   Updated: 18 Oct 2013   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 35,983     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
Here's some particularly amazing Silverlight examples found in the blogosphere. Also, be sure to check out the Silverlight Galleries and the Learn
11 Oct 2013   Updated: 24 Nov 2015   Rating: 4.92/5    Votes: 60   Popularity: 8.67
Licence: CPOL    Views: 333,506     Bookmarked: 152   Downloaded: 0
Please Sign up or sign in to vote.
Links to ASP.NET Open Source Projects
ASP.NET
11 Oct 2013   Updated: 29 Oct 2013   Rating: 4.80/5    Votes: 2   Popularity: 1.44
Licence: CPOL    Views: 13,430     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
Hi friends..... Many of guys are trying or working on menus for binding it dynamically. i've the solution for ithere , i m putting sample code to
CSS
11 Oct 2013   Updated: 28 Feb 2014   Rating: 4.17/5    Votes: 5   Popularity: 2.91
Licence: CPOL    Views: 30,133     Bookmarked: 12   Downloaded: 0
Please Sign up or sign in to vote.
Hi everybody,I am going to write an example div fixed in the bottom. First let's write our divs to be fixed in bottom.----------  <div
IIS
25 Sep 2010   Updated: 1 Nov 2015   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 11,020     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Hosting a WCF Service with netTcpBinding on IIS7

Average reference rating: 4.17

Artificial Intelligence
Machine Learning
11 Oct 2013   Updated: 8 Jan 2014   Rating: 3.33/5    Votes: 2   Popularity: 1.00
Licence: CPOL    Views: 15,501     Bookmarked: 8   Downloaded: 0
Please Sign up or sign in to vote.
Sometimes you'll find it necessary to impersonate the user's identity on a thread with an ASP.NET.  You may also need a delegate access the user to
Expressions
11 Oct 2013   Updated: 20 Dec 2015   Rating: 3.44/5    Votes: 4   Popularity: 2.07
Licence: CPOL    Views: 58,915     Bookmarked: 13   Downloaded: 0
Please Sign up or sign in to vote.
Lambda expressions provide a concise, functional syntax for writing anonymous methods. They are super useful when writing LINQ query expressions.
Multimedia
Video
11 Oct 2013   Updated: 28 May 2014   Rating: 4.91/5    Votes: 11   Popularity: 4.91
Licence: CPOL    Views: 70,960     Bookmarked: 46   Downloaded: 0
Please Sign up or sign in to vote.
Some sites where you can find great tutorials for jQuery
Web Development
11 Oct 2013   Updated: 11 Oct 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 14,800     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
The BulletedList control is used to create a list of items formatted with bullets.
ASP.NET
11 Oct 2013   Updated: 2 Aug 2017   Rating: 5.00/5    Votes: 5   Popularity: 3.49
Licence: CPOL    Views: 23,030     Bookmarked: 9   Downloaded: 0
Please Sign up or sign in to vote.
Reference about Forms Authentication in ASP.NET

Average project rating:

No projects have been posted.
United States United States
The ASP.NET Wiki was started by Scott Hanselman in February of 2008. The idea is that folks spend a lot of time trolling the blogs, googlinglive-searching for answers to common "How To" questions. There's piles of fantastic community-created and MSFT-created content out there, but if it's not found by a search engine and the right combination of keywords, it's often lost.

The ASP.NET Wiki articles moved to CodeProject in October 2013 and will live on, loved, protected and updated by the community.
This is a Collaborative Group

754 members