Lost your password?

Blogs about: Aspnet20

Featured Blog

populate TreeView with DataTable

bimawen wrote 2 months ago: TreeView can be bound with XmlDataSource and SiteMapDataSource controls (vs2008exp). But the data co … more →

Tags: asp.net basic

create a TableAdapter method with parameters when using OLEDB

bimawen wrote 2 months ago: If use the following query script for creating a TableAdapter method, like “GetDataById” … more →

Tags: Database, asp.net basic, T-SQL

use unique index when do insert through SqlDataSource

bimawen wrote 5 months ago: email is not a primary but can not be duplicated, otherwise, the same query would get different resu … more →

Tags: Database

what is web service?

bimawen wrote 5 months ago: web service is a web-based application without user interface, it has two sides: client and server s … more →

Tags: Web Programming, whatis

how to config pager in GridView ...

bimawen wrote 5 months ago: 1. change the pager item width: .cssPager td { padding-left: 3px; padding-right: 3px; } 2. Set the c … more →

Tags: Simple Sample

GridView's border setting doesn't work in IE!

bimawen wrote 6 months ago: I only tried IE7.0, but it did donot work well if you have this setting in your GridView: <asp:Gr … more →

Tags: asp.net basic, codes

use OnClientClick of LinkButton with bound data

bimawen wrote 6 months ago: I have some linkButtons in GridView, and I want to call a client-side javascript method with bound d … more →

Tags: ASP.NET, codes

how to get database-generated primary key after insert through data binding control?

bimawen wrote 6 months ago: I have a table tblItem which generates an int value for the primary key field itemid whenever insert … more →

binding XmlDataSource to GridView

bimawen wrote 7 months ago: Binding XmlDataSource to Menu or ViewTree control is pretty simple, but there is a little difference … more →

Tags: xml

it is not easy to use the XmlDataSource to edit XML data

bimawen wrote 7 months ago: The XmlDataSource control is commonly used in read-only data scenarios where a data-bound control di … more →

Page Life Cycle Events

bimawen wrote 7 months ago: 1. Page_Init: initializing the controls. 2. LoadViewState: restores the View State. 3. LoadPostData: … more →

Tags: asp.net basic

Comparing Web Site Projects and Web Application Projects

bimawen wrote 7 months ago: The following table lists Web project options or tasks and indicates which project model best implem … more →

Tags: asp.net basic

Basic strategy for an asp.net app performance

bimawen wrote 7 months ago: dispose of resources once they are no longer required. For example, use(resource object){…} en … more →

Tags: BasicStrategy

Basic strategy for page output caching

bimawen wrote 7 months ago: Caching is the term given to keeping a copy of something for later use, and provides a way of avoidi … more →

Basic strategy for view state

bimawen wrote 7 months ago: The view state is stored within a hidden control on the page and holds the state values of server co … more →

Start facebook programming based on asp.net

bimawen wrote 8 months ago: download and install the facebook developer toolkit (version2.0, 11/06/08) walkthrough video quick s … more →

What is a web farm?

bimawen wrote 8 months ago: Definition of: Web farm (1) A group of computer systems and Web server software that collectively pr … more →

Open Source Projects for .NET

bimawen wrote 8 months ago: Log4Net (http://logging.apache.org/log4net/) _ allowing logging to a variety of output targets. It’s … more →

Tags: Web Programming, Components/Projects

How to Pass Value from Parent to Child popup and Child popup to Parent in ASP.net

Rajesh wrote 8 months ago: I have created two pages – Parent.aspx and Child.aspx Parent.aspx:- <%@ Page Language= … more →

Tags: Java Script, AJAX


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS