How do you bind array to gridview? Will it works?
Answer Posted / senthilselvan
int[] arr = { 1, 2, 3, 4, 5, 6, 7, 8 };
GridView1.DataSource = arr;
GridView1.DataBind();
try this.
| Is This Answer Correct ? | 24 Yes | 5 No |
Post New Answer View All Answers
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
what cut off mark for po's,what questions they asked for interview?
What is Forms Authentication in ASP.NET?
What are session state modes?
What are the data controls available in asp.net?
Differentiate between structure and class.
How do you deploy your asp.net application?
What is boxing and unboxing in asp.net?
What is skin in asp.net?
Explain server side state management system.
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
Define transparent caching with aop?
Why is global asax is used for?
Explain form level validation and field level validation?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?