Julian Wen Hsi Lee

less info
65 reputation
7
bio website
location
age
visits member for 9 months
seen yesterday
stats profile views 10

2d
awarded  Tumbleweed
May
9
asked Is it possible to get a friend ID from Sharing (Facebook)?
Apr
24
accepted Sending an Email asynchronously via ActionMailer
Apr
24
answered Sending an Email asynchronously via ActionMailer
Apr
17
awarded  Student
Apr
17
asked Sending an Email asynchronously via ActionMailer
Mar
13
comment Custom Editor template based on ViewModel Dataannotation attribute MVC4
Yeah, if there's a way to add those changes via an external script file, like simply extending those two functions, it would be better.
Mar
13
answered Custom Editor template based on ViewModel Dataannotation attribute MVC4
Mar
12
awarded  Teacher
Mar
12
answered how to change styling on the same line within a <div>
Mar
12
awarded  Supporter
Mar
12
answered Host a service written in linux and consume it through C# running in Windows 7
Mar
10
comment Need a very general regular expression for a string containing “@”, to work with a custom validator
It just has to be able to do front end validation, back end isn't quite as important. Therefore I ended up using jQuery instead, to create the activity of a custom validation class. For some reason, the one above was not working. I'd believe that the proper way to would be to write my own adapter, so I can use it as a custom DataAnnotations function, but as stated above, that isn't working, and there are time constraints, so I had to go with something simpler.
Mar
10
accepted Need a very general regular expression for a string containing “@”, to work with a custom validator
Mar
10
comment Need a very general regular expression for a string containing “@”, to work with a custom validator
@dan111, that's fine. This is the one I was looking for then if it can have multiple @, but just needs to contain at least one
Mar
10
comment Need a very general regular expression for a string containing “@”, to work with a custom validator
Thanks for the reply @dan1111, but it does not have to be only one @, it just needs to contain at least one.
Mar
8
comment Need a very general regular expression for a string containing “@”, to work with a custom validator
Same as Ronald, this one works as well, unfortunately I cannot upvote your answer as I do not have at least 15 reputation to do so. Thanks for the reply
Mar
8
comment Need a very general regular expression for a string containing “@”, to work with a custom validator
This worked as well, unfortunately I cannot upvote your answer as I do not have at least 15 reputation. Thanks for the reply
Mar
8
comment Need a very general regular expression for a string containing “@”, to work with a custom validator
Thanks @Candide, that worked! I also switched out from using the ASP.Net validator to using a mix of jQuery front end validation, and DataAnnotation back ends for the other attributes such as Required.
Mar
8
awarded  Custodian