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 special types forms
Explain the asp.net mvc request life cycle? : asp.net mvc
Differentiate between file-based dependency and key-based dependency.
Can one dll file contains the compiled code of more than one .net language?
What are the new features added from ASP to ASP.NET?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
Explain Session state management options in ASP.NET.
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
What is the difference between response.redirect and server.transfer?
What is the mvc model?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
Explain the differences between managed and unmanaged code?
How would you get asp.net running in apache web servers?
what are the Custom controls in asp.net?
What is the main difference between Asp.net and Vb.net?