|
-
January 20th, 2010, 09:35 AM
#1
Trim
Hi there
I'm using search functionality on my website, to search for a customerid and customername.
I'm trying to make sure the customer enters the first three characters of each of the fields.
Could someone help me here?
My code so far is this:
m.merchantMID.ToLower().StartsWith(TextBox1.Text.ToLower().TrimStart()))
&&
m.merchantname.ToLower().StartsWith(TextBox2.Text.ToLower().TrimStart()) //
Thanks & Regards,
Lura
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|