Thursday, February 26, 2009

What is difference between in Bind and Eval Methods

We can use Bind or Eval in the below code,
The difference between them is the Bind method allows ASP.NET 2 supports "the two-way data binding" concept. With this method, we can either fetch data and display them in any data-bound control, and submit changes to the data-store. The Eval method is just a "one-way data binding", meaning that we only can read and display the data, but not writing back.

The Bind method can be used whenever Eval is accepted.

Here there is an example and here you can find info about both methods.


Best of Luck.

Saturday, February 21, 2009

INPAGE URDU SOFTWARE DOWNLOAD URLS

You can download InPage from these urls:

1) Inpage 2.4:
http://www.4shared.com/get/53438590/e67eff07/Inpagesetup.html


2) Inpage 2.93c:
http://www.mediafire.com/?34vzdxbh9zm


3) Inpage 3.0:
http://www.mediafire.com/?50buixjbgoi



and Enjoy writing Urdu Documents

Docker Tutorial

 I have listed all the necessary commands of Docker below. In case if any is missing or if any improvement required, please share in comment...