Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
Node is saved as draft in My Content >> Draft
  • Difference between GridView and Repeater

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 51
    Comment on it

    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.
    .net

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: