Click here to Skip to main content
16,018,949 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,501     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,140     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: 4,020     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,743     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: 13,391     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: 68,437     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: 89,253     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: 22,375     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,493     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,869     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: 15,220     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,881     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,803     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,751     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: 13,272     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,492     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,340     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,591     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,510     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,361     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,312     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,932     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,800     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,351     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,341     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,743     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,551     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: 20,516     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: 18,554     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: 15,170     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: 46,541     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: 38,494     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,782     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: 13,133     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,920     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: 14,072     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,463     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,900     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,721     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,570     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,592     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,423     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: 75,281     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: 8,093     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,502     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,626     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,795     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,602     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: 9,021     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: 11,353     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: 16,601     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,817     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,997     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: 13,333     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: 12,533     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: 7,202     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: 7,282     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: 10,232     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: 47,349     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,615     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: 49,053     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: 9,481     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,770     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,841     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: 7,024     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,473     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,571     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: 7,111     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,930     Bookmarked: 2   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: 9,100     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: 7,581     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: 9,022     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: 30,581     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: 8,441     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: 10,212     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: 18,683     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: 53,791     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: 40,143     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: 7,131     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,531     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: 8,243     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: 7,073     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: 22,143     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,910     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,263     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,451     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: 12,173     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,751     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,671     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: 62,336     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,441     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,671     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: 30,706     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,411     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,680     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: 7,173     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,473     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,861     Bookmarked: 5   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,820     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,848     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,522     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,772     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: 12,333     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,782     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: 68,517     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,543     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,860     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: 315,811     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,770     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: 9,292     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: 6,164     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,530     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: 6,100     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,941     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,930     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,907     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,430     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: 8,181     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: 5,040     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,630     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: 25,135     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,774     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,684     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: 10,291     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,701     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,902     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: 78,206     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: 8,051     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,350     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,171     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,680     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: 51,277     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,282     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,775     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,832     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: 6,025     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: 6,012     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,885     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,995     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,990     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,580     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,382     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,970     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,641     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: 17,153     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: 6,061     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,925     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: 9,161     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: 7,122     Bookmarked: 2   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,340     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,460     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,520     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: 49,297     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,564     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: 11,260     Bookmarked: 7   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,690     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: 6,211     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,502     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: 5,160     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,735     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,671     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: 9,211     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,560     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,470     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,430     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: 12,064     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: 9,000     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,690     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,672     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,562     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,490     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,560     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: 11,151     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: 28,668     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: 28,135     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,551     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,363     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: 17,015     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: 31,535     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,601     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,453     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: 11,031     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,490     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: 13,060     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,980     Bookmarked: 3   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,764     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: 58,373     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: 47,004     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: 7,150     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,796     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,510     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,300     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,990     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,791     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: 6,140     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,360     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,832     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,472     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: 21,053     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,430     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,862     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,781     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,613     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,990     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,647     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,491     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,341     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,581     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,881     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,851     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: 23,161     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,880     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,994     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,740     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,995     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,252     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: 10,160     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,200     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,913     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,251     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: 6,110     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,951     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,501     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,520     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,262     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: 40,230     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: 38,118     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,792     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,180     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: 96,720     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,270     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,370     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,281     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,323     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,541     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,732     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,851     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,311     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,830     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,690     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,492     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,720     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,921     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,405     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,693     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: 12,526     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,920     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: 9,143     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,984     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: 6,120     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,674     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: 7,240     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,282     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,382     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,503     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,450     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,824     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,590     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,521     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,580     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,383     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,560     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,662     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,461     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,290     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,812     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,930     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,611     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,856     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: 9,241     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,564     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,705     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,661     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,802     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: 55,155     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: 9,291     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: 7,500     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: 8,382     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,631     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: 8,344     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: 16,390     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: 15,684     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: 7,422     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,801     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.