- Posted:
11 Apr 2018
- Author: Mudassar Khan
-
- Technology:
C#
- Language:
English
-
In this video tutorial, Mudassar Khan has explained how to pass (send) multiple values in CommandArgument property on Button Click in ASP.Net GridView using C# and VB.Net.
Multiple values will be passed by concatenating multiple values using a Character separator such as Comma, Pipe, etc. and later inside the Button Click event, the values will be split and populated into an Array.