Hello.
I’m a C# newbie and i have this code in VB
resultLabel.Text = Request.Form(“CustomerName”).ToString()
Label17.Text = Request.Form(“ServiceList”).ToString()
How do i write that in C#
Thanks
Hello.
I’m a C# newbie and i have this code in VB
resultLabel.Text = Request.Form(“CustomerName”).ToString()
Label17.Text = Request.Form(“ServiceList”).ToString()
How do i write that in C#
Thanks
:: Copyright KIRUPA 2024 //--