how to concatenate two strings in asp.net using c#

if you want to concatenate two strings in asp.net using c#
copy and past the below code in your aspx.cs file.

    string name = TxtLname.Text.ToString() + " " + TxtFName.Text.ToString();

Admin

A Software Engineer, Social Media Marketing Expert, writer,

Post a Comment

Previous Post Next Post