Click here to Skip to main content
15,891,607 members
Home / Discussions / C#
   

C#

 
QuestionCode for a captcha Pin
mantombi12-Sep-11 0:02
mantombi12-Sep-11 0:02 
AnswerRe: Code for a captcha PinPopular
BobJanova12-Sep-11 0:54
BobJanova12-Sep-11 0:54 
AnswerRe: Code for a captcha Pin
Richard MacCutchan12-Sep-11 1:26
mveRichard MacCutchan12-Sep-11 1:26 
AnswerRe: Code for a captcha Pin
OriginalGriff12-Sep-11 6:03
mveOriginalGriff12-Sep-11 6:03 
AnswerRe: Code for a captcha Pin
TheGreatAndPowerfulOz12-Sep-11 11:30
TheGreatAndPowerfulOz12-Sep-11 11:30 
AnswerRe: Code for a captcha Pin
TheGreatAndPowerfulOz12-Sep-11 11:41
TheGreatAndPowerfulOz12-Sep-11 11:41 
QuestionValidating ip address Pin
sarang_k11-Sep-11 19:54
sarang_k11-Sep-11 19:54 
AnswerRe: Validating ip address Pin
Pravin Patil, Mumbai11-Sep-11 20:35
Pravin Patil, Mumbai11-Sep-11 20:35 
You can use the regular expression validator to validate the IP address in the text box.

Check out :
1. Validation with Regular Expressions Made Simple[^]
2. http://www.codeproject.com/search.aspx?q=regular+expression+validator&x=0&y=0&sbo=kw[^]

IP Address regular expression : \b\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\b
I quit being afraid when my first venture failed and the sky didn't fall down.

GeneralRe: Validating ip address Pin
Peter_in_278011-Sep-11 20:40
professionalPeter_in_278011-Sep-11 20:40 
GeneralRe: Validating ip address Pin
Pravin Patil, Mumbai11-Sep-11 22:29
Pravin Patil, Mumbai11-Sep-11 22:29 
AnswerRe: Validating ip address Pin
Peter_in_278011-Sep-11 20:37
professionalPeter_in_278011-Sep-11 20:37 
AnswerRe: Validating ip address PinPopular
#realJSOP12-Sep-11 3:14
mve#realJSOP12-Sep-11 3:14 
GeneralRe: Validating ip address Pin
Pete O'Hanlon12-Sep-11 3:39
mvePete O'Hanlon12-Sep-11 3:39 
GeneralRe: Validating ip address Pin
RichardGrimmer12-Sep-11 5:44
RichardGrimmer12-Sep-11 5:44 
GeneralRe: Validating ip address Pin
jschell12-Sep-11 8:49
jschell12-Sep-11 8:49 
GeneralRe: Validating ip address Pin
#realJSOP12-Sep-11 9:40
mve#realJSOP12-Sep-11 9:40 
GeneralRe: Validating ip address Pin
BobJanova12-Sep-11 22:13
BobJanova12-Sep-11 22:13 
QuestionTextBlock wrapping of text in Silverlight XAML file. Pin
Xarzu11-Sep-11 16:11
Xarzu11-Sep-11 16:11 
AnswerRe: TextBlock wrapping of text in Silverlight XAML file. Pin
Mycroft Holmes11-Sep-11 17:12
professionalMycroft Holmes11-Sep-11 17:12 
QuestionResponse of the FTP server Pin
abbd11-Sep-11 12:46
abbd11-Sep-11 12:46 
AnswerRe: Response of the FTP server Pin
BobJanova11-Sep-11 22:20
BobJanova11-Sep-11 22:20 
Questionhow i can read cell value when i move up and down with the arrows key in datagridview Pin
goldsoft10-Sep-11 22:32
goldsoft10-Sep-11 22:32 
AnswerRe: how i can read cell value when i move up and down with the arrows key in datagridview Pin
Luc Pattyn11-Sep-11 1:03
sitebuilderLuc Pattyn11-Sep-11 1:03 
QuestionWMPlayer Dll Import Question Pin
sepAlmSep9-Sep-11 20:13
sepAlmSep9-Sep-11 20:13 
AnswerRe: WMPlayer Dll Import Question Pin
Saksida Bojan9-Sep-11 23:21
Saksida Bojan9-Sep-11 23:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.