Click here to Skip to main content
16,017,297 members

Comments by kumarsaurav32 (Top 2 by date)

kumarsaurav32 25-Jul-13 14:02pm View    
my question is that:
i have
var regExPattern_forEmail = /^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/; that i have used in my javascript, can i use this same regex in the code behind like:-
var regExPattern_forEmail = new Regex(@"^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$");
kumarsaurav32 25-May-13 20:53pm View    
http://forums.asp.net/t/1907973.aspx/1?Need+help+and+code+modifications+in+sending+email+in+c+adding+drag+and+drop+file+attachments+functionality+like+yahoo+google+mail


check the link