No announcements
Found 1723667 threads
-
0 Votes
Forms Validation exception: System.Web.HttpRequestValidationException with '&#' in password
redirectedfrom=MSDN https://stackoverflow.com/questions/81991/a-potentially-dangerous-request-form-value-was-detected-from-the-client Best ...Answered | 1 Replies | 324 Views | Created by Anonymous - Thursday, October 15, 2020 8:31 PM | Last reply by Anonymous - Friday, October 16, 2020 5:45 AM -
1 Votes
Password Validation
Hi you should include a javascript function with regular expression which will validate your ...Answered | 1 Replies | 598 Views | Created by Mithun Phapale - Thursday, November 17, 2016 6:24 AM | Last reply by romeo donca - Thursday, November 17, 2016 2:45 PM -
0 Votes
column validation to validate password Aa$XXX1
Hi Savita, To validate password character You can follow two ways: 1.Answered | 1 Replies | 677 Views | Created by savita sabale - Wednesday, March 30, 2016 6:28 AM | Last reply by Siddheshwar Kohale - Wednesday, March 30, 2016 11:54 AM -
0 Votes
Validate a Windows User's Windows Password
These are the implementations that enable encryption of data for Internet web applications (and protect Forms and Basic authentication credentials).Answered | 12 Replies | 7857 Views | Created by David Holley - Friday, October 26, 2012 12:33 PM | Last reply by Paul P Clement IV - Wednesday, October 31, 2012 2:35 AM -
1 Votes
Applying validation in buttons in windows forms
= String.Empty && pswd !Answered | 7 Replies | 3236 Views | Created by John Sharma - Saturday, June 11, 2011 9:58 AM | Last reply by Mitja Bonca - Saturday, June 11, 2011 2:47 PM -
1 Votes
UserID and Password Validation; Please Help!!!
The connection string is not valid.Answered | 1 Replies | 1102 Views | Created by Kunife - Tuesday, June 17, 2014 6:59 PM | Last reply by Jens K. Suessmeyer - - Tuesday, June 17, 2014 7:35 PM -
0 Votes
Regular Expression for a password field Validation.
"; Regex len = new Regex("^.{8,10}$"); Regex num = new Regex("\\d"); Regex alpha = new Regex("\\D"); Regex special = new Regex("[>Answered | 2 Replies | 19260 Views | Created by Ashutosh Chaturvedi - Tuesday, August 21, 2012 6:27 AM | Last reply by Noam B - Tuesday, August 21, 2012 11:11 AM -
0 Votes
validation rule error and exception
The script runs fine without errors on 3 iterations on a replaying web test run but I get many validation rules errors & exception for a 5 ...Answered | 2 Replies | 687 Views | Created by narasiah - Wednesday, June 4, 2014 6:34 AM | Last reply by Shiv_p - Thursday, June 5, 2014 3:23 AM -
0 Votes
HTTP Recieve Validate username and Password
Make sure that you are throwing exception from Validate method in case id+pw is not valid (more on this below).Answered | 4 Replies | 1111 Views | Created by BTS User - Friday, June 24, 2016 7:10 AM | Last reply by Arindam Paul Roy - Wednesday, June 29, 2016 9:43 AM -
2 Votes
save or register password for next login form ...
Now when user start the application again you can check whether password is valid or not.Answered | 4 Replies | 2217 Views | Created by s_mostafa_h - Sunday, February 19, 2012 5:41 PM | Last reply by Khanna Gaurav - Tuesday, February 21, 2012 5:16 AM -
2 Votes
Invalid / Valid characters for password
The following is my signature: Powershell Programmer & Advanced Lua ...Answered | 3 Replies | 3011 Views | Created by 1armedGeek - Monday, January 14, 2013 8:35 AM | Last reply by FZB - Monday, January 14, 2013 10:40 AM -
0 Votes
Validating a Form opened with ShowDialog()
To my mind opening a smaller form for input is a natural way of doing it, but I cannot seem to validate the input.Answered | 6 Replies | 7659 Views | Created by A n t - Tuesday, November 14, 2006 12:54 AM | Last reply by thibizo - Monday, June 15, 2009 8:10 AM -
0 Votes
How To Validate The Username And Password As Userdefiene Thing I Winform?
Duplicate ThreadAnswered | 3 Replies | 526 Views | Created by Xaavier8 - Saturday, August 29, 2015 7:26 AM | Last reply by Val10 - Saturday, August 29, 2015 12:10 PM -
0 Votes
Validating form data
http://www.veign.com/code-view.php?Answered | 20 Replies | 3762 Views | Created by ajtruckle - Friday, March 27, 2009 3:04 PM | Last reply by ajtruckle - Wednesday, April 1, 2009 3:58 PM -
0 Votes
Validation form
My date validation works very well !!Answered | 3 Replies | 5397 Views | Created by Nekrofage - Tuesday, November 24, 2009 9:27 AM | Last reply by Nekrofage - Wednesday, November 25, 2009 7:38 AM -
0 Votes
Login Form accepting whatever combinations of valid userames and passwords
This helps an attack for finding valid login names.Answered | 5 Replies | 934 Views | Created by JC Carmo - Sunday, October 2, 2016 1:14 AM | Last reply by JC Carmo - Sunday, October 2, 2016 2:34 PM -
0 Votes
VS 11 Beta C++ AMP Runtime Exception
Yes, it is a runtime exception about not supported double precision on the device.Answered | 2 Replies | 3890 Views | Created by unbornchikken - Wednesday, May 2, 2012 6:14 PM | Last reply by unbornchikken - Wednesday, May 2, 2012 8:06 PM -
0 Votes
Validate windows password from c# winform application
Use the Below function to validate the Windows user : ** Import the .Net Component Windows.DirectoryServices in order to use the AD Classes and Objects Pass ...Answered | 2 Replies | 9730 Views | Created by GanesanRamasamy - Wednesday, July 8, 2009 6:56 AM | Last reply by Vikram Gorla - Monday, July 13, 2009 10:53 AM -
1 Votes
form validation
Hi, It is better if you do that validation in a button click or other event, In button click event follow the below steps 1) Create a ...Answered | 1 Replies | 829 Views | Created by brajesh karna - Monday, February 11, 2013 4:00 AM | Last reply by Muthuraja Irullandi - Monday, February 11, 2013 4:21 AM -
2 Votes
How to change user password with Form Auth?
I have an entry field for a new password (newPassword) on a screen, and a button to push to save the new password.Answered | 10 Replies | 3773 Views | Created by Garth F Henderson - Wednesday, October 6, 2010 8:39 PM | Last reply by Andy Adamak - Saturday, October 30, 2010 10:02 PM - Items 1 to 20 of 1723667 Next ›
No announcements