Hey, I have written HTML & CSS code for Product card UT Design, you can use it in your client project as well as it will help you to learn new more in HTML & CSS.
HTML CODE:
<!DOCTYPE html>
<html>
<head>
<title>Product card UT Design</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="product">
<div class="imgbox">
<img src="1.jpg">
</div>
<div class="details">
<h2>Brand Name<br><span>Women's...
Thursday, 21 February 2019
Thursday, 6 July 2017
In
asp.net,
database connection,
example,
Gridview,
web.config
by Unknown
//
10:16
//
Leave a Comment
Connection Strings in web.config configuration file
Today, I am going to explain database connection String in web.config configuration file using GridView.
First of all drag-drop GridView from Data at asp page
Set the connection string in web.config file
Open the GridView Source write the database connection code
Final Output after Execution the Code
...
Thursday, 8 December 2016
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...
Thursday, 3 November 2016
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](
...