How do you bind array to gridview? Will it works?
Answer Posted / alpesh
get the values in to the array
now pull that array values in one Dataset haveing same
array structure
now assign that dataset to the grid view
thats it
| Is This Answer Correct ? | 7 Yes | 10 No |
Post New Answer View All Answers
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
About CLR, reflection and assemblies?
What is the life-span of the items in the viewstate?
What are query strings used for?
How do you store a value in viewstate and retrieve them?
Why we use asp.net for website development?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
How Session use Cookies in State Management?
Difference between overriding and overloading?
What is asp.net mvc? : asp.net mvc
What is the use of autowireup in asp.net?
How could you modify xaml content from javascript?
How can we identify that the Page is Post Back?
What is .net remoting?