ASP.Net Questions
Sometimes employers are hiring for a specific position where a specific
language is used. In these cases, the employer might prefer to hire
someone who is already well-versed with that language. Here are some
questions specific to ASP.Net (though most of them are relevant to any
object-oriented language.)
- What are some of hte ways you can keep state in asp.net given the
stateless nature of the web?
- What is the use of a DataGrid or a GridView?
- When an asp.net page is requested from a server page events get fired.
What are those events?
- During what event is the ViewState available to you?
- From what class do all web pages inherit?
- When databinding to a DropDownList, what property do you set with a
column name, prior to setting the DataSource, to display data in the
combo?