Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Hi Group

Author  Topic 

osirisa
Constraint Violating Yak Guru

289 Posts

Posted - 2008-06-05 : 15:09:29
I need some help,

Does anyone knows how to check for special character in VB.Net code?

Thanks,

karuna
Aged Yak Warrior

582 Posts

Posted - 2008-06-05 : 16:59:48
Did you try google?

Thanks
Karunakaran
Go to Top of Page

osirisa
Constraint Violating Yak Guru

289 Posts

Posted - 2008-06-06 : 12:30:13
Thanks Karuna, yes I google it...I found this

If strInput.
TCHAR * ValidChars = T("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwwxyz") Then
.not.isalpha)Then

Problem is .not.isalpha, it is not recorgnize as string property. It's close to what I am looking but not quite.

Any other help thank!!!!
Go to Top of Page
   

- Advertisement -