Categories
Asp, Asp.net

Asp.Net Switch, Case, Break, Default Statement Example

Asp.Net Switch, Case, Break, Default Statement Example In this post we will discuss Asp.Net Switch, Case, Break, Default Statement Example.Here we are using a RadioButtoList, on SelectedIndexChanged we are performing Switch, Case, Break, Default. Design: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Asp.Net Switch, Case, Break, Default Statement Example</title> <style type="text/css"> […]

Categories
Iphone-iOS

How To Add Website Shortcut To iOS Home Screen

How To Add Website Shortcut To iOS Home Screen In this post we will learn How To Add Website Shortcut To iOS Home Screen.In our daily life we visit several website using safari, we can create a shortcut of the website on the home screen of our iOS to visit it later. Even though the bookmark […]

Categories
Sql Server

How To Add MySql As Linked Server In SQL Server

How To Add MySql As Linked Server In SQL Server In this post we will learn How To Add MySql As Linked Server In SQL Server.I have already discussed about LINKED SERVER. A linked server (a virtual server) may be considered a more flexible way of achieving remote access, with the added benefits of remote table access […]

Categories
Website Design

Amazing Neon Text Effect With CSS3

Amazing Neon Text Effect With CSS3 In this post we will discuss how to create an Amazing Neon Text Effect With CSS3.We are using CSS3 to achieve this.To create neon effect with the help of css3 we are using text-shadow attribute. Code: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Amazing Neon Text Effect With CSS3</title> <style type="text/css"> body […]