Thursday, 8 December 2016

// // Leave a Comment

Tutorial: how-to code your PSD into a HTML-CSS layout

Today, I will show you step by step how to convert PSD to HTML based on a simple Web 2.0 design example. Five years ago, you would have had to use a lot of additional graphic elements for rounded boarders and shadows and you would have had to crop rounded images or create a transparent .png mask for the news block. In those days, you would have used CSS 2.1 and XHTML, with a long Doctype. Today, I’m not going to use these outdated website...
Read More

Thursday, 3 November 2016

// // Leave a Comment

How to send forget password on registered email id in asp.net c#

Sent a mail to the user‘s email id with his forgotten password .we have a database where we fetch the email id and password and send a email with the password. For more:send forgot password link on email for reset in asp.net C# ,Login page in asp.net c# with sql database , Pop up login page in asp.net c# using CSS and java script. SQL server:- Script:- CREATE DATEBASE[CodeSolution] USE [CodeSolution] GO /*************/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[record](          ...
Read More