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 is a postback url?
What is boxing and unboxing in asp.net?
What are validator? Name the validation controls in asp.net? How do you disable them?
What are app services?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
What is a web farm?
Define data caching?
What is application Object?
Explain the use of resource manager class in .net.
What is a proxy in web service?
How to use multiple scriptmanager controls in a web page?
How can I configure asp.net applications that are running on a remote machine?
Explain the main function of razor in asp.net? : asp.net mvc
What are the advantages of passport authentication?
Explain the updatepanel?