When ever in your html if you click Enter key on a text box after typing your text the very next submit button is being hit automatically. Now not every time it causes problems but few times it creates an serious issue to the application.
So how to prevent this issue? With java script we can handle this very easily. Lets see how to do so?
Into a notepad document write down this line.
<input...
Sunday, April 26, 2015
How to upload Database in Godaddy Server, explain with images

As a request form one of my follower I am writing this post about how to upload your Ms. SQL Server Database. Just follow my steps and in new few minutes your database will be on line in your Godaddy server.
Step 1:
First generate a script of your database with data (Schema & data).
Step 2:
Open...
Sunday, April 19, 2015
Import Export SQL Server database to Ms. Exel
Here in this post I will show you how to retrieve database table from Ms. Excel step by step with images. First create an excel file where all your data will be saved.
Now saved this excel file into your drive and open Ms SQL Server management studio. Create a new database or you can do...
Get currency format using Google in ASP.NET
Many of times I have encountered by a vital question, "How to change 20000.00 to $20,000.00". This is nothing but a simple currency formatter. You can use either jquery or server side coding to show the currency in this format. Here in this post I will show you how to format the currency input from user in ASP.NET.
Format Currency using JQuery:
First start with JQuery. Google has provided a very...
Friday, April 3, 2015
Jquery get method in MVC 4.0
In previous blog post I had discussed about how to post form data to back end, to controller and then to database, and here in this tutorial session I will show you how to get data asynchronously to server ie controller and from there to database. So how to do this? Honestly speaking its very simple, a few steps and its done.
So lets start by creating a new application, name it as you want....
Subscribe to:
Posts (Atom)