I want @ symbol to be inserted with usersname when submitting username into database
You need to write the code for saving on button click.
Remember you will get the value from hidden field as i am assigning the value to hiddenfield.
like string newUserName = newUsername.Value;
You can change as per your logic to get the new vale.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.