Welcome

Welcome to CMS n Web. Learn & Study completely Free Articles\Training about Web Designing\Development and CMS.

Search This Web

Sunday, August 11, 2013

Highlight Search Text in Search Result

Introduction

In search engines we often see the text/string we are searching for comes highlighted in the search result. In this article we will learn how to highlight the search text in search result.

(Image:1)

Background

Before going through this article you should have basic knowledge in C# , ASP.NET Gridview Control and how to use template field in Gridview.

Tuesday, August 6, 2013

Creating Calculator using HTML,CSS and JavaScript

Introduction
In this trick, we are going to create a calculator. We need to create a basic structure using HTML, style it using CSS and make it work using JavaScript.

Let's Start

Create an HTML Document

Making ASP.NET GridView Responsive With jQuery FooTable

As the current trend is to make website compatible with all platforms like desktop, tablet and mobile..etc, Responsive Design technique comes into the picture. Using it, the website adapts the layout to the environment that it is being viewed in. In this post, we will make ASP.NET gridview responsive using jQuery FooTable plugin. It hides certain columns of data at different resolutions based on data-* attributes and converts hidden data to expandable rows. First, I recommend to read this post to understand how it works.

Monday, August 5, 2013

Canvas Control Library and New Forms Based System for building Web Pages and Websites

Introduction  

I was wondering if anyone wants to pay me to do their website for them using Canvas Control Library without being physically present i.e. telecommuting wise if so please send me an email to akshay.srin@gmail.com with an offer.
I would like to dedicate this invention of mine in memory of the hero John Galt from the novel Atlas Shrugged by Ayn Rand. Read it and understand what happened and is happening to America and the world it controls Smile | <img src=.
Changes to article that caused this new version:
Since the article is very long as it documents the entire system of Canvas Control Library I will use this section to describe what has changed in the article from the last version to this current one so you do not have to go through the entire article again.  Towards that end here are the changes:

Saturday, August 3, 2013

Connecting to a SQL database from ASP .NET

Connecting to a SQL database from ASP .NET 


Muhammad
Faizan
khan (MFKJ)
This tutorial (divided in two parts) will show you how to connect from an ASP .NET web application to a SQL database using SQL authentication. To accomplish this you need to follow a series of steps, first to change some of the settings of SQL Server 2000 and create a database and a user and then to actually connect to the database using ASP .NET with Visual Studio .NET.



I suppose you're going to use the MSDE 2000 (Microsoft SQL Server 2000 Desktop Engine) - the free version of the database.

First set up the database using the tutorial named 'Setting up MS SQL Server 2000'.