Web Forms :: Validate Indian Mobile Number Format In Windows App
May 7, 2015How to validate india mobile number format in c# windows application
View 1 RepliesHow to validate india mobile number format in c# windows application
View 1 Repliesi am having a textbox for mobile number.
wt should be the validation expression to show error if user enters 0000000000 or 1111111111 or?
and i want the number to start either form 9 or 8 or 7.
I am using a datatable with different columns. Datatype of each column is Double. Now I want to format that column to Indian positioning number system. e.g(54,36,54,656.00). How can I do this???
View 1 RepliesHow to validate textbox to enter oly numbers for mobile no?
View 1 Repliesi need a regular expression that should accept indian mobile numbers. for example...
9788812345
9876512345
7891234567
8122212345
How to set the current system date in ("dd/MM/yyyy") format under datetimepicker on the page_load method ..
View 1 Repliesmodify the code which is in indian currency format?
View 1 Repliesi want to consume API but not understanding how, I have some things in chunks but not understandable how to use this.
url parameter from text box = 9999999999,8888888888
End Point Defination
GET : []URL
REQQUEST Example :
// These code snippets use an open-source library. http://unirest.io/net Task<HttpResponse<MyClass>> response = Unirest.get("https://dndcheck.p.mashape.com/index.php?mobilenos=9999999999%2C8888888888") .header("X-Mashape-Key", "pNbCJwwIRomshADW9uYFkiP5hgz7p10710KjsnTsk9Kf07qOiw") .asJson();
RESPONSE BODY
This is the response from the service
[ { "mobilenumber": "9999999999", "DND_status": "on", "activation_date": "12-02-2013 00:40", "current_preference": "0", "preference_history": [ { "preference_date": "11-02-2013", "preference": "1#3#6#7", "status": "Active" }, { "preference_date": "07-02-2013", "preference": "0", "status": "Active" }, { "preference_date": "31-01-2013", "preference": "0", "status": "Active" }, { "preference_date": "28-01-2013", "preference": "0",
[CODE]
How to get current location of mobile using any mobileno.It is possible using Asp.net?
View 1 RepliesI have a requirement that i need to send closing stock value of my company to my boss mobile every day.. how to send sms to mobile...
im using here asp.net 2.0 C# with ms sql server 2005...
In my project i want to send acknowledge message on mobile after completion of perticular work that i have done.now i want to trace mobile's area and some few information and zone .
View 1 RepliesI have a form for the user to add a Contact's details. Within this form I have fields to enter telephone, mobile, fax numbers etc.
Each have a separate textbox for country code, area code and number. Basically, what I want to do is have validation on these fields so that all or none of the textboxes are filled.
So if the user just adds a number in they are required to enter also the country code and the area code. Or if they don't enter any of the details then the validation will not kick in.
I have done registration and confirmation link send to email to verify the email id
now i want to confirmation mobile number when registering their detail so i generate the random code and send to mobile no then user have to type thier random code to verify the mobile no.
When I need to send random number to verify ....
I have been trying to figure out how to use <asp:requiredfieldvalidator> with ValidationExpression but am having a difficult time understanding the syntax of ValidationExpression. I'd like to make sure one textbox's number (1-12) is equal to or higher than the other textbox's (1-12) number. How is this accomplished and what's the syntax of ValidationExpression (hopefully I'm stating the question correctly).
View 2 RepliesHow to send sms to any mobile no. by web application in asp.net on click of button and automatically on particular date.
View 5 RepliesHow can i imports Contacts like name ,mobile numbers,Name from yahoo ..
View 1 RepliesI have requirment to prevent enteries of same number occuring multiple times. Like 99999,1111111, 6666, are invalid. How can I acomplish this? Is there any general license validator funtion some one has writte?
View 4 RepliesHow to validate the textboxes to avoid wrong information..for ex: I have a textbox phoneNum in that users can only enter the nums only. how to validate that?
View 1 RepliesI am working on a project where i need to retrieve the mobile phone's PIN number.
Actually, the aim of this is.. sales man visits the mobile stores and fills the details through the mobile phone. After submitting the details from the mobile, we will get a mail regarding that. What we have to do is, apart from the details the sales person send, we need to know the sales person location and the mobile PIN numnber.(The mobile phone we are using is BlackBerry)
I want to do validation in asp.net with javascript on age and mobile number. Can you suggest how I could do this?
View 3 RepliesI am new to asp.net and Want to apply check on a text box in which the date has to be entered in the format "dd-mmm-yyyy".
View 12 Repliesi'm using web reference to connect to XAI web service from cc&B side my problem is that XAI have Datetime Parameters expressed as Public Property with Type Date in Generated Classwhen trying to pass Date with required format to run XAI which is (yyyy-MM-dd HH:mm:ss) i get response Errorhow i can pass this format as valid vb.net datetime
View 4 Replieshow can i validate a textbox with 5 number only are allow to fill in and first number must number 3. For example like 3XXXX,3YYYY (X and Y are number).
View 2 RepliesI've a Textbox
I can enter a Number which is greaterThan "0" or I can enter text which is only "NUMEROUS"
so
If I enter 0 (or) negetive Number (or) any text other than "NUMEROUS", i must display error msg Like
"Don't Enter 0/Negetive No./text other than "NUMEROUS"
i want to get the latitude and longitude of a mobile phone in a windows application..
View 1 Replies