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
Explain about consistent programming model in the .NET framework?
How does session authentication work?
Define xmlreader class.
Explain the components of web form in asp.net
How do I use response redirect?
What's the use of response.output.write()?
What are sharepoint pages?
How does output caching work in ASP.NET?
What are the file extensions for razor views?
Define dll hell?
Can we use a static function with a non-static variable?
What are the Types of object in asp
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
What are the different validators in asp.net?
How many types of validation are there?