What is difference b/w Data Grid in ASP.Net 1.1 and Gridview
in 2.0
Answer Posted / ishbandhu
datagrid is centralized by itemcommand property but
gridview is not
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
What is query string? What are its advantages and limitations?
What is syntax code to send email from an asp.net application?
What is the difference between sealed vs static class?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
What is the difference between mechine.config and web.config?
what is a .xap file? Explain with an example.
Can you use c# without .net?
What do you understand by aggregate dependency?
How do I create a web form?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
Why is string called immutable data type?
State differences between MVC and WebAPI
What describes a query?
Define static member?