hi.....
what is the difference between edit template and item template...


thanks advance.
by
balas

Recommended Answers

All 2 Replies

Hi,

In ASP.NET, a template is property of a server control that describes the static HTML, controls, and script to render within one region of the control.

The EditItemTemplate property lets you specify how the cell will change when a row in a DataBound control such as GridView is put into edit mode.

The ItemTemplate is used to specify how a cell should appear when a row is in normal mode(View mode).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.