You 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?

Answer Posted / bose

due to the question i have one doubt?
The click event is done while i creating the web
application time or after the deployment?

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to retrieve user name in case of Window Authentication?

469


What is a viewstate?

733


Define view state.

730


What are Master Pages in ASP.NET? or What is a Master Page?

806


Why is global asax is used?

786






What are sql notifications and sql invalidations?

693


Web API supports which protocol?

1096


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.

2011


Why is mvc better than asp.net?

730


What is the use of web.config file?

726


Do gac'ed assemblies have fulltrust?

833


Describe a Windows Service and its lifecycle ?

819


Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal

1587


What is the appSettings Section in the web.config file?

768


How can we identify that the Page is Post Back?

713