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 methods are fired during the page load? Init()
What does it mean your session has timed out?
How to display validation messages in one control?
What are validator? How do you disable them?
What are the modes of updation in an updatepanel?
Where session variables are stored?
What is postback and autopostback in asp.net?
Can we use html in asp.net?
In the Repeater control which way you can edit?
What is the purpose of session management?
Explain About WebService
Explain about the .NET framework?
How does session work in asp net?
What is server side session?
Explain ViewState?