hi i have a problem regarding to datagrid in aspdotnet.i have a datagrid in my application.i have to place add,edit,delete buttons or links what ever it may be. now the problem is if i click on add button then the page has to redirected to another form called "xyz.aspx" and if i click on edit button the page has to redirected to another form called "abc.aspx".i am phasing the problem that if where ever i click on the datagrid the cursor goes to gv1_SelectedIndexChanged event.please tell me the solution about the code.
4 7962You have two buttons in web form and i clicked on one of the button, so how do i find which button i've clicked on the form in my page load?
15 18127How 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?
5 10896
What are the event handlers that can be included in the Global.asax file?
What is asp net application object?
Explain the role of global.asax?
In which event of page cycle is the viewstate available?
Explain the function of new view engine in asp.net? : asp.net mvc
What is manifest in .net framework?
What are different methods of session maintenance in asp.net?
What is Razor View Engine
When maintaining session through sql server, what is the impact of read and write operation on session objects?
Where web.config file is used?
What is the difference between cache and cookies?
How you can add an event handler?
What is session management in web application?
What is the question mark in a url?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.