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
What are the advantages of asp.net?
What r the asp.net list controls and diff. Between them?
Define the term Web Garden?
How to use push notification?
Differentiate globalization and localization.
Is viewstate enabled by default?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
when a request is made in Life cycle of ASP.NET page .
Which is faster union or union all?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What is asp.net architecture?
What is cookies cache and session?
What is the use of ASP.NET routing?
Is post back in asp.net?
What are the namespace classes used in asp.net mvc? : asp.net mvc