User Profile
Collapse
-
Create Registry Entry Programatically
how can i create registry entries on my desktop application to run my desktop app. via url link? i have a vb.net desktop app. and i want run it on client(assuming the application is present on the client machine) -
How to deploy asp.net web application with mysql database?
We have developed a web application using Visual Studio 2010, Mysql as the database. Now we want to deploy it so that it can be access by anyone. We're planning to use Windows Server 2008. Anyone who can help us? Thankyou -
Zoom in property
Code:<script type="text/javascript"> var minW = 1220; $(function () { CheckSizeZoom(); $('#divWrap').css('visibility', 'visible'); }); $(window).resize(CheckSizeZoom); function CheckSizeZoom() { if ($(window).width() < minW) { var zoomLev = $(window).width() / minW;
-
Creating Log in session with MySql database.
What is the easiest way to do a log in session using Mysql on Asp.net. I searched some codes from the internet and it is made of asp.net and Sql server. -
How can I send a confirmation email to the address they provide with a link to confirm said address.Leave a comment:
-
How to auto fill a textbox?
I'm doing a web form for registration, log in and forgot password.
I have the registration and the log in. I used Vb.net and Mysql as my database.
I have this columns in my database userEmail, userPassword, userFname, userLname, userSecurity Question, userSecurityAns wer.
Now I want to make the FORGOT PASSWORD, to be specific I want the user to input their email, then if that match to their email in my database, I want... -
^[a-zA-Z]+$+_ i use this so that users can only input lettersLeave a comment:
-
.*@.*\..* - I use this for email validation, it works
For confirmation of password, i use the compare validator it works. But the rest of the required field validator doesn't work, I am able to send data to my mysql database even though other fields are empty. Then after saving the data, suddenly the validators will work.. though the regular expression doesn't workLeave a comment:
-
-
It doesn't work, actually i have 16 requiredfieldva lidator and 6 regular expression.Leave a comment:
-
I'm using MySql as my database, sorry I'm new to this. I'm working for a school thesisLeave a comment:
-
Hey I have another question... http://bytes.com/topic/visual-basic-...-work-properlyLeave a comment:
-
Guys thank you, Regular Expressions Validator is just for the email format, what I need is to validate if the email really exist because later on I need to send them emails.Leave a comment:
-
Validation Control, no error, but it doesn't work properly
here is my code, for all the validation control
ASP.net
Code:<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtName" ErrorMessage="Email is required." SetFocusOnError="True">*</asp:RequiredFieldValidator> <asp:RegularExpressionValidator ID="RegularExpressionValidator9"
-
Thankyou I have used that already and it works...
^a-zA-Z+_
+_ I add that for the space,Leave a comment:
-
Input letters only
Is there a validation control to require the user to input only letters? -
Validating if the inputted email address is real,ASP.net
Hi,
Anyone who knows how to validate if the email inputted by the new user is a real one. -
how to make a file download using asp.net,
I'm using visual studio 2010. Like for example I want the user to download an executable file, I'm using visual studio 2010. Thankyou=) -
No activity results to display
Show More
Leave a comment: