Hi All,
Is there any way to check which button as caused post back in the controllfer action. My problem is I am using two buttons with no name attribute. How can i check which button has clicked when button is not having name attribute Please advice
Edit : I can't give name attribute as i am using button controls created by internal framework in that they don't have name attribute. So is there any alternative for it.
I know there is one way putting those buttons in different form tags but i want to check for different options thanks