what are grid events ?code for dropdown inside grid and
binding dropdown syntax
Answer Posted / amiya kumar parida
To bind dropdownlist inside a grid ,The event is
rowdatabound().It bind the grid one by one row.
Instead of it we can bind the grid from source code calling
a function of code behind or direct assign a datasourse.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is application variable in asp.net?
What is scope of an application variable in asp.net?
Where is the session stored?
Where session variables are stored?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
Explain the difference between debug.write and trace.write? When should each be used?
What is difference Between Authentication and authorization?
What are the layouts of ASP.NET Pages?
What is the difference between rest and restful?
What is http post action?
What is asp.net and how it works?
In Code-Behind class which kind of code (server or client) is found ?
Where the cookie value is stored?
What is preprocessor in .net? Where it use?
What are the advantages of using Master Pages?