What event fired during, when datagrid click?
Answer / sivaprasad
when datagrid click Defaultly
protected void DataGrid_SelectionIndexchanged(object
sender,Selectionindexchanged Eventargs e)
{
}
this event will fired when we click the datagrid
Is This Answer Correct ? | 6 Yes | 0 No |
What is the use of sessionstate tag in the web.config file?
Define data caching?
How can we do the client side validation and Server side validations? But i told that At client side by with the help of validations control or by javascript? But I dont know about the Server side controls Explain?
How long should a session id be?
Write a code for passing ArrayList in Web API?
what are the different ASP.NET Application Folders?
what are httphandlers and httpmodules.and their differences.
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
Explain how cookies work. Give an example of cookie abuse.
What is query string with example?
What is server side session management?
What are Authentication and Authorization?