Node is saved as draft in My Content >> Draft
-
Difference between GridView and Repeater
GridView
-
It was introduced with Asp.Net 2.0.
- Rendered as Table.
- Automatically generates columns from the data source.
- Selection of row is supported.
- Editing of contents is supported.
- Built-in Paging and Sorting is provided.
- Supports auto format or style features.
- Performance is very slow as compared to Repeater.
Repeater
- It was introduced with Asp.Net 1.0.
- Template driven.
- This features is not supported.
- Selection of row is not supported.
- Editing of contents is not supported.
- You need to write custom code.
- This has no this features.
- This is very light weight and fast data control among all the data control.
0 Comment(s)