I have created two pages – Parent.aspx and Child.aspx Parent.aspx:- <%@ Page Language=”C#” AutoEventWireup=”true” CodeFile=”Parent.aspx.cs” Inherits=… more →
Dot Net Learning Zone Blogbimawen wrote 2 months ago: TreeView can be bound with XmlDataSource and SiteMapDataSource controls (vs2008exp). But the data co … more →
bimawen wrote 2 months ago: If use the following query script for creating a TableAdapter method, like “GetDataById” … more →
bimawen wrote 5 months ago: email is not a primary but can not be duplicated, otherwise, the same query would get different resu … more →
bimawen wrote 5 months ago: web service is a web-based application without user interface, it has two sides: client and server s … more →
bimawen wrote 5 months ago: 1. change the pager item width: .cssPager td { padding-left: 3px; padding-right: 3px; } 2. Set the c … more →
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 →
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 →
bimawen wrote 6 months ago: I have a table tblItem which generates an int value for the primary key field itemid whenever insert … more →
bimawen wrote 7 months ago: Binding XmlDataSource to Menu or ViewTree control is pretty simple, but there is a little difference … more →
bimawen wrote 7 months ago: The XmlDataSource control is commonly used in read-only data scenarios where a data-bound control di … more →
bimawen wrote 7 months ago: 1. Page_Init: initializing the controls. 2. LoadViewState: restores the View State. 3. LoadPostData: … more →
bimawen wrote 7 months ago: The following table lists Web project options or tasks and indicates which project model best implem … more →
bimawen wrote 7 months ago: dispose of resources once they are no longer required. For example, use(resource object){…} en … more →
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 →
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 →
bimawen wrote 8 months ago: download and install the facebook developer toolkit (version2.0, 11/06/08) walkthrough video quick s … more →
bimawen wrote 8 months ago: Definition of: Web farm (1) A group of computer systems and Web server software that collectively pr … more →
bimawen wrote 8 months ago: Log4Net (http://logging.apache.org/log4net/) _ allowing logging to a variety of output targets. It’s … more →
Rajesh wrote 8 months ago: I have created two pages – Parent.aspx and Child.aspx Parent.aspx:- <%@ Page Language= … more →