Validation With Javascript On Age And Mobile Number?
Jan 5, 2010I 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 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 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.
How to get current location of mobile using any mobileno.It is possible using Asp.net?
View 1 RepliesHow do I validate phone numbers using JavaScript in ASP.NET?
View 2 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...
I 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 am using one datalist control for uploading multiple images.I hv used one Asp:FileUplaod Control and one button in one itemtemplate.I am using reqired field validator and regular expression validator for file upload cntrl I am assigning validation group for both of them on ItemDataBound event of my datalist so that each upload cntrl hv same validaton group as required field and regular expression validator.Now what i want to do is - i want to show my error message in validation summary which is right at the top of the page.I want one know how to write javascript that will assign validation group of my control in datalist on which i click ?
View 1 Repliesi want to get the latitude and longitude of a mobile phone in a windows application..
View 1 RepliesIn 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 RepliesHow can i send messages to a particular mobile number from my website using asp .net c#?
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 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 ....
How 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 to validate textbox to enter oly numbers for mobile no?
View 1 RepliesHow to trace customer name and customer location (state and city) by mobile number using asp.net.
View 1 RepliesHow to validate india mobile number format in c# windows application
View 1 RepliesI have one field in database Mobile No.In that I want to put validation which accepts "+" and numbers that is not more then 15.And in that "+" should at the first place in value
View 2 RepliesI have sms portal for send sms.part of this prtal send sms from excel file contian mobile number.
my portal was share hosting.Now i buy VPS server but send from excel not work.
Will my server needs addons from office family.
Note:I use OLEDB connection for connect to excel file
How can i imports Contacts like name ,mobile numbers,Name from yahoo ..
View 1 RepliesI want to add verification of user by sending 6 digit code to his mobile number during registration. Any way how can i do this.
View 1 RepliesHow can I disable the code behind validation when javascript validation is present? Then if there is no javascript enabled then the code behind validation will do its thing. What I notice is that it's reading the code behind valdiation not the javascript.
View 7 RepliesI need to perform a validation to check whether a TextBox value is empty on Dropown list selected Index change using validation controls in asp.net
View 1 RepliesI have 2 table in database
1-Estate_free Table
2-Black_list Table
in Register.aspx users can insert their information and when click on insertButton it insert their data into Estate_free table
below is code
protected void insertButton_Click1(object sender, ImageClickEventArgs e)
{
SqlCommand _cmd = new SqlCommand("InsertFreeState1", _cn);
_cmd.CommandType = CommandType.StoredProcedure;
_cn.Open();
[Code].....
in above SP I define that if users tell or Mobile number was in Estate_free ro Black_list table it doesn't insert data into database and show 'You can just register 1 Time' and if there wasn't their mobile or Tell in those table it insert their data into Estate_free table and show 'You have been registered'.
problem is that when I enter data in database with new mobile number it didn't insert data in database and show 'you can just register 1 Time'.
I mean it never insert data in database.
what should i do?
I wrote a simple asp.net page with few controls and a function in Javascript that make input validation.
The javascript function is called on button click event. I use Windows Mobile 6 Classic emulator, and the javascript doesn't work at all.
I saw few posts on this forum saying that IE mobile works just with jscript and doesn't work with javascript.
Is it correct ?
Is that mean I have to change my javascript code to jscript code ? I always thought they are the same.
Is there newer versions of ie mobile that works with javascript ?
For the web site I'm building (targeted at mobile users) I'm thinking of using some Ajax controls. I'd like to know which mobile browsers do and don't support Javascript and Ajax, so I can know whether I've at least covered the majority of my target market (i.e. iPhone, Droid, Nokia, Opera). If not, I'll have to find an alternative way of presenting my forms.
View 5 Replies