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 / gaurav joshi,mohit jethva
i have two button btnadd and btnupdate
If (Array.IndexOf(Request.Form.AllKeys, btnadd.ClientID))
{
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
Can you explain architecture of your project ?
Explain weak typing and strong typing.
is gateway for sms continue connected for sending sms.how?
What do you mean by caching in asp.net?
What are cao and sao.
Differentiate the session object and application object?
What are the two Layouts supported by a Web form in ASP.NET?
What is custom events?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
what is a .xap file? Explain with an example.
I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.
Can user control be stored in library?
What is an example of an application service provider?
How many web config files can be created for an application?