Hi all,
I have a textbox.I want the user entering white spaces into that textbox.I am thinking of doing that with regular expression validator.
I can allow a-z chars,A-Z chars,0-9 digits,. and _ symbols in that textbox.
Can anybody help me how can i do this task.