Pass multiple values in CommandArgument in ASP.Net GridView

Опубликовано: 06 Октябрь 2024
на канале: ASPSnippets
1,763
12

Here Mudassar Ahmed 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.

Blog: http://aspsnip.pet/2263
Code: http://aspsnip.pet/2263?code
Demo: http://aspsnip.pet/2263?demo
Q&A: http://aspsnip.pet/2263?ask
Author: http://aspsnip.pet/2263/?author

Follow us on:
Facebook: http://aspsnip.pet/FB
Instagram: http://aspsnip.pet/IG
Twitter: http://aspsnip.pet/TW