hi.....
what is the difference between edit template and item template...
thanks advance.
by
balas
hi.....
what is the difference between edit template and item template...
thanks advance.
by
balas
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).
thanks Mr.Ramesh s
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.