Categories
Website Design

Create Google Style Login Form Using Bootstrap

Create Google Style Login Form Using Bootstrap Hi friends, in this post we will learn how to create google style login using bootstrap. Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web. Read more about bootstrap here. In Previous post we have learnt Get Selected Row Data […]

Categories
Asp, Asp.net

Get Selected Row Data in GridView on Button Click in ASP.Net

Get Selected Row Data in GridView on Button Click in ASP.Net In this we explained how to Get Selected Row Data in GridView on Button Click in ASP.Net. On Select button click we fetch data of that particular row and display it on a Label control. In Earlier post we have learnt How to Store and Retrieve […]

Categories
Technology - Tips

#1045 – Access denied for user ‘root’@’localhost’ (using password: NO)

#1045 – Access denied for user ‘root’@’localhost’ (using password: NO) Hi friends, recently i have installed MySQL on my laptop and all my website hosted on wamp are not working with error: Error establishing a database connection. I tried to connect phpmyadmin but result with another error: #1045 – Access denied for user ‘root’@’localhost’ (using password: NO) or […]

Categories
Sql Server

MySQL to SQL Server Data Migration Through SSIS

MySQL to SQL Server Data Migration Through SSIS In this post we will learn MySQL to SQL Server Data Migration Through SSIS. Here we are using SQL Server integration Services for data migration. SSIS will help us scheduling it as job to run this package on time to time. For this first we have to add […]