o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

textbox validation! -

i have a textbox in a webpage, the input is supposed to be in persian( like arabic), the question is how can i validate this field to make sure the input was typed in persian and not for example in english?!

thanks in advance

 

Question on validation controls. -
Hi, I have a textbox control, and below two validation controls. Textbox validation control1 validation control2 One validation control requires text and the other uses a reg expresion. The thing is that, if it´s only the second validation control that fires off, a space


Two TextBox in VB form -
hi all, i have two textbox on my form and one button now i want to inplement the functionality like when pageload cursor will be at frist textbox when i tab out i want to check some validation on firsttext box if that validation fail then setcursor ( focus ) back to firsttextb


sstab and textbox validation -
I have a sstab with 6 tabs. I have a few textboxes on one of the tabs with range checking. When I go from textbox to textbox, validation event executes. But when I am in a textbox and click a tab, validation doesn't execute. Sstab causesvalidation property is set to true. How can I mak


Questions on simple validation of textbox -
Hi everybody i have a question on how to do simple validation on a single textbox as shown in the screen dump that i have attached............as u can see that the textbox each contain a number...........for example, look at the textbox that contain 1, i just want to check that the


Validation Control Question -
I am using a Validation control to check if a user has entered in a date in a textbox. the issue I am having is that when I click the edit button the validation control fires before the user gets a chance to see the data. Is there a way to make the validation control not fire again


common form-level validation code -
i would like to call a common validation procedure in all the forms. for now only "is required" validation will do. later will enhance it. like on a form there are 10 textbox. out of which 7 are required. the user is shown a message only when he presses "Save"


I want TextBox not to call the validation function when it loses the focus -
Hi, I have textbox and customvalidator, when the textbox loses the focus, the clientvalidationFunction and myCustomValidator_ServerValidate are called and the error message is displayed if the validation fails, what if I want the server and client validation functions to be called and


Validation when leaving textbox -
How could I make a validation check when the user leaves a textbox?


Validation Help! -
I have a textbox with 2 validation controls assigned to it. A regular expression validator and a custom validator. Is there a way to not allow the custom validator to fire unless the reg exp val passes? I dont want to do the reg exp validation in the custom validater either. Furt


[2005] javascript common validation for all forms -
hi, iam working in c#asp.net(2005). i am doing r&d work in validation. my need is if i want to do required field validation using javascript. for example i have 10 textboxes and 1 label in my form.i want to check required field validation. for that i would like to pass all


Validation Control Help -
Hi, Im looking for a way to use a validation control.... what i need to to do, if a particular radio button is selected, and a textbox is empty, display a message, so far i cant think of a validation control... and i would to be able to do it without having to worry about pos


Validation Expression -
Hi My friends Could any one tell me what is validation expression which enable user to type alphabetical characters in the textbox from a to z I have put this validation expression \w[a-z] but it is not working.


help me in server side validation please -
hi, i have 5 textboxes in my form. i am using asp:textbox.so in first textbox i want to type only numbers,in second textbox i want to type only alphabets and in third email validation.so please give me coding and idea to do in server side pleaseeeeee


Cause Validation Problem -
I have created an application where there are many frames. I have created a textbox with the some code in the Validation event to check whether it's blank. The problem I face is this. If i create a validation error it will show a message box. Then when I switch to another frame in


how to perform validation on textbox in templatecolumn of datagrid -
In my DataGrid i've created a textbox in one of the template column which means all rows of that template column will have the same ID for the textbox. How do I perform validation on each textbox only when that row is selected using the Select event only Thx!


[2005] textbox date validation -
what validation control to use for textbox input constraint to date


[2008] asp.net validation -
Hi, I tried to use the validation tool of asp.net , i only want numeric value in the textbox, so i used this expression, but still not working, what should i use? ^[^-][0-9]$ thanks


Date Validation <RESOLVED> -
Hi! I am working on an asp.net validation. I have a text box, where I key in the date. (mm/dd/yyyy) (For some reason it has to be a textbox only.) I want to validate the input through javascript? Can someone send me the code. I haven't done much coding in javascript? I will be


[2005] how to use textbox validation on client side for email as like "@" keyword. -
hi dear, i want to check the textbox for validation and then insert value in databse before checking, if he has given "@" keyword in textbox, basically i am going to check the textbox value if a person has submitted a valid email address. as like abc@hotmail.com some


Cancel Button -
Dear Respondent(s) In my form I've got 10 text boxes. Each text box has some validation (i.e. before leaving textbox the value entered is validated) . If the value entered is not valid one the focus will remain in the same textbox. But if I press Cancel button or Exit button


Classic asp date validation in .net -
I have an application that is ASP.NET 1.1 but it is coded like a vb 6 app. All of the controls are defined using the following syntax: Response.Write("<<td><input type='text' etc.... How would I validate a date entered into a textbox?? Can I use findcontrol


[2005] Force server validation -
I've got some server-side validation that I'm having trouble getting to fire. I have a textbox, a RequiredFieldValidator, a RegularExpressionValidator, and a CustomValidator. The RegularExpressionValidator and RequiredFieldValidator work just fine. My form does not get processed if


NDS validation -
I posted before about domain validation but now they tell me that I will need NDS validation instead. Does anyone know of APIs that will perform NDS validation of a Username and Password?


Validation error with MultiLine Textbox -
Hey, I use RegularExpressionValidator to valid my textbox lenght. _LenVal.ValidationExpression = "[^.]{0," & LenR & "}" where LenR is integer > 0 When I use multiline textbox, this validation fires when there are much less symbols, then LenR val


Custom Validation -
I have two textbox and four buttons on a form. Both textbox have their own Required Validation and they are showing fine in the Validation Summary. Now each of the four buttons when clicked perform some database hits and if it fails then they have are supposed to show their own e


[2005] Regarding validation in asp.net 2.0 -
Hello, i have 10 text boxes for each textbox i want to do number validation. i.e. those textboxes should contain only numbers. How can i achieve this using single validator control. Kindly help me to solve this Thanks in advance


validation! -
i just new in vb! i already create a textbox... the textbox just can only key in the alphanumeric...user cannot key in number or special character in the textbox!if the user key in number or special character in the textbox...it will output the megbox say that ("cannot enter nu


when validation controls work -
I have a form with some textboxes. Each textbox has associated with a validation controls. It seems whenever user pushes a button, ie.'submit', validation controls will validate the input. Now, I want to do sth. like this: 1) user pushes 'submit' 2) check certain textboxes' text. if


validation(resolved) -
hi, I want to do a validation on a textbox. it only accept numeric from -20 to 40. below is part of my coding but i cant do the validation on the length and only accept -20 to 40. Please help. Public Sub Val_Temp(TextObj As TextBox) Dim i As Integer, n As Integer Dim s As S


Validation event within MDI Child forms -
Hey all, I was wondering if anyone could help me with the following problem I'm having: I have an MDI Form with New, Open and Save buttons, and a child form within it that contains a bunch of textboxes. A textbox class was created in order to facilitate the validation of all the


(Resolved)Textbox validation -
hi I have almost 50 textbox and each will accept a digits from user. I want to make sure that in each textbox only numbers and '-' minus sign (for negative number) is entered. Can any one help me? Thanks


Min Max validation -
I have a textbox to collect a date that the user enters I want to make sure that it is greater than today's date and less than say five years from today. I was trying to use the minmax validation, but I have no idea how to set the dates without changing that every day. Any ideas?


How to detect item chosen in a right click context menu -
When you right click on a textbox, you get the cut,copy,paste, and delete context menu. How can I detect which of these choices was selected? I need to create a text validation on what action was taken, but validation only happens when you move off the textbox. So if a user should


why does not custom validator work for a textbox when I don t enter any text -
Hi, I have a textbox and button and other stuff in updatePanel, I place a customvalidator with client and server functions. When I enter some text in the textbox my validation checks if the text entered has a length more than 3 characters, if not validation fails and error is displ


Validation andTextbox error ..position cursor -
.NET Windows Application... How do you position the cursor back into a textbox or combo box it that field does not pass validation ?? gollnick


Simple validation to ensure a textbox value is a number -
Hey, Real sorry if this is stupidly obvious, but what is the validation I can use in a command box to ensure some text boxes I have contain a number, so if not it displays an error message. Would really appreciate your help. Thanks.


Validating Access [Resolved by Rob] -
Hi, I am helping my sister with one of her college project and try to stay away from VBA. Anyhow just need some information regarding VBA in access. I have put validation in the Datbase Itself using validation rules. Now the validation works fine if I input the data directly into tabl


Stopping validation temporarily -
I have a question on how to stop field validation from occuring temporarily. I have a form with textboxes, listboxes, comboboxes etc etc. a) When I load a form I general preload values into a control inside the form load. b) Or when a certain controls has data entered I will upd


Is Selective Validation Possible -
I want to do Selective validation (without the customvalidator if possible). My app has multiple search options, for example: (Button - Search by Name) [ textbox - txtName ] (Button - Search by Phone) [ textbox - txtPhone ] Now I want to use the requiredfieldvalidator on tx


validation of textbox -
Hi, I would like to know, how could I check the textbox whether users enter the information is Integer? Thanks, NewBie