Multiple Arguments In LinkButton
-
Can we use multiple arguments for asp:LinkButton? If yes, then how? I want to pass more than two arguments to the OnCommand event of LinkButton.
-
Can we use multiple arguments for asp:LinkButton? If yes, then how? I want to pass more than two arguments to the OnCommand event of LinkButton.
hi there, u can write ur own class that inherits from asp:LinkButton, then override the OnCommand event << >>
-
hi there, u can write ur own class that inherits from asp:LinkButton, then override the OnCommand event << >>
Any other simple solution?
-
Any other simple solution?
u can write the class that inherits from EventArguments (sorry if this is not correct.) << >>
-
Can we use multiple arguments for asp:LinkButton? If yes, then how? I want to pass more than two arguments to the OnCommand event of LinkButton.
-
hi, simple solution to your problem is to concat two values with a unique seperator and split it in event wherever you use... :) Confidence comes not from always being right, but from not fearing to be wrong..... Mihir..