nettier problem...
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi i have a major problem in nettier framwork...... this is my find method.. TList<ContactDatabase.Domain.Contacts> contacts = ContactDatabase.Domain.Contacts.Find(string.Format("Email = '{0}'", Emailaddress.text)); if (contacts.Count > 0) { } this will nt work if the domain of email has word called "Email"..for example if i search adeam@ozemail.com.au it wont detect from my database.but it works all other emails like these...abla.smrh@bigpond.com.au,aditya@gmail.com,atsnel@yahoo.com.au can u please give me a solution... regards