Hi,
when i write email id insdie textbox automatically add my company domain after enter name in c#,asp.net.
for ex - abc@companydomain.com
i have to enter only abc @companydomain.com automatically add as suffix at the end textbox.
it cant be remove by backspace or delete.it will be fixed.
approach -1 on page load @companydomain.com is there inside textbox.when i write any text it will append as prefix.
Thanks in advance.