Introduction:
In this article I will explain how to pass multiple parameters in query string or url in asp.net using C# and VB.NET.
In this article I will explain how to pass multiple parameters in query string or url in asp.net using C# and VB.NET.
Description:
In Previous posts I explained Send Gridview as Email Body, Dynamically display meta tags in asp.net, Differences between appsettings and connection strings and many articles relating to Asp.net, Gridview, SQL Server, Ajax, JavaScript etc. Now I will explain how to pass multiple parameters in url in asp.net using C# and VB.NET.
In Previous posts I explained Send Gridview as Email Body, Dynamically display meta tags in asp.net, Differences between appsettings and connection strings and many articles relating to Asp.net, Gridview, SQL Server, Ajax, JavaScript etc. Now I will explain how to pass multiple parameters in url in asp.net using C# and VB.NET.
If
we want to send one page control values to another page we can use QueryString concept.