copy and past the below code in your aspx.cs file.
string name = TxtLname.Text.ToString() + " " + TxtFName.Text.ToString();
Learn Web Technologies for Free. Learn C#, LINQ, ASP.NET MVC, .NET Core, jQuery, JavaScript, Angular, Node.js, HTTPS, Python, Sass, D3.js, and many more latest technologies using easy tutorials.
string name = TxtLname.Text.ToString() + " " + TxtFName.Text.ToString();
No comments:
Post a Comment