Friday, 6 December 2013
How to disable back button in browser
Add onload="noBack();" onpageshow="if (event.persisted) noBack();" on body tag.
Example :
<html xmlns="http://www.w3.org/1999/xhtml" ><head runat="server"> <title>Untitled Page</title></head><body...
Monday, 2 December 2013
prevent page refresh on button click in asp.net c#
.aspx code
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Ajax Update panel</title>
</head>
<body>
<form id="form1" runat="server">
<div>
...
Saturday, 12 October 2013
Stylish Animated Tooltip in Asp.net
Hi friend's today i am explain about stylish tool tip for asp.net with animated effects .
It is very easy to embed to your webpages.You can also see change gridview row color based on data
and hide or visible div tag on button click ....
Tuesday, 8 October 2013
change gridview row color based on data
Check hide or visible div tag on button click and export grid into excel simple way using Asp.net
Hi friends today i discuss about change row color of grid view based on data.
here is the asp.net code.
Before do this you need to convert your required...
Monday, 7 October 2013
Jquery:function()
A function is a piece or block of code that separate from main code and execute wherever needed .
The Most Java script function syntax shown below.
function FUNCTION NAME ( )
{
// Your Codes
...
Sunday, 11 August 2013
Hide or Visible Div tag on button click
Full code:
<html>
<head>
<title>jQuery Hide and show div content</title>
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
</head>
<body>
<p><h1>Dreamthewebs.blogspot.com</h1></p>
<div...
Change text color on button click
Today i show Change text color on button click event using jQuery . You can implement this on asp,html etc
Full Code:
<html>
<head>
<title>jQuery color change</title>
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script...
How to read Multiple Values From Table using single SqlCommand and Display values in Label
Hi friends today i shows How to read Multiple Values From Table using single SqlCommand and
Display values in Label using SqlDataReader . Simple way to export grid view into excel . How to read a data from database and display in a Label....
Monday, 5 August 2013
Export Grid into Excel (Simple way)
Design:
Database:
Design code:
<form id="form1" runat="server">
<div>
<asp:GridView ID="GridView1" runat="server" CellPadding="4" ForeColor="#333333"...
How to read a data from database and display in a Label
HI friends today i shows how to read data from table and display in a table. Read our previous posts:How to Load Checklist With Database Table Value and How to insert value into a table in ASP.net (
Database :
Design :
Code:
...
Cannot implicitly convert type 'decimal' to 'string' {Solved}
Error Page:
protected void Button1_Click(object sender, EventArgs e) { SqlConnection con = new SqlConnection("Data Source=JISHNU\\SQLEXPRESS;Initial...
Sunday, 4 August 2013
How to Load CheckBoxList With Database Table Value
Here I will explain how to Load CheckBoxList With Database Table Value using asp:CheckBoxList and asp:SqlDataSource.
Table Definition :
Table value
Code :
<asp:CheckBoxList ID="CheckBoxList2" runat="server"...
How to Use Asp.net CheckBoxList
Asp.net check box list is used to display more than one check box's .Using this we can display check box directly or from database .
Syntax :
<asp:CheckBoxList ID="CheckBoxList ID" runat="server">
<asp:ListItem Value="value">...
Saturday, 3 August 2013
How to insert value into a table in ASP.net (Simple Way)
Hi friends Today i tell about very common and simple method for insert value into a table using ASP.NET for absolute beginners.
The table definition is shown below
Then the code is shown below
-->
<form...
Friday, 2 August 2013
If else condition in Sql
If else conditions are used to test conditions ,It is used in stored procedure(SP),Trigger etc
The execution of if else statement is same as C or C++ Language .
Syntax:IF (Condition) BEGIN Sql statements 1 ...
Thursday, 18 July 2013
Display combobox values from database

hi friends in this section i cover read data from database and display it on combobox using ext.net.if you dont know session statement read our session tuts. The procedure shown in the below ie.first insert combobox and SqlDataSource into the project <form...
Asp.net Session With Example
Here i explain asp.net session using c#.Session state is mainly used to transfer values from one page to other without storing/retrieving values from database.In this tutorial two files one is first.aspx and other is second.aspx.first.aspx<%@...
Friday, 28 June 2013
Working with Adobe illustrator for beginners Part 3- Artboards
1: Artboard Working Area. 2. Artboard Control panel. 3. Navigation Tools. 4. It also a part of navigation tools . 5. Artboard Tool. 6. Artboard Preset . 7. Artboard Name Artboards is a region for creating graphics...
Best 3 blogger templates top download 2013
1.Revolution ChurchTemplate Designer-Brian Gardnerwordpress templates converted into blogger templates .Developer -Bloganol486x60 Ads readySEO friendly templates.>> Download this templates >> View Demo2. labnolBest Blogger templates in 2013mils...
create a simple program usig php variable
Hello friends yesterday I told about how to install Apach using XAMPP Server .You can easy access your files via http://localhost/phpmyadmin/programname.php If your file is in PhpMyAdmin Directory. Also you can access your file via http://localhost/phpmyadmin/foldername/programname.php ...
Best Online Shadow Generator Tools for div tag
Hello friends today i discuss some online drop shadow Generator websites.Using These site you can very easy to create CSS3 Shadow in your website .The Best online shadow generator websites are given below,1. ThemeShock Online Shadow generatorGo ThemeShock...
Reduce a tag hover delay using new css3
webkit-transition ,moz-transition are used to handle hover delay and make <a> is more stylish , The meager use of these attributes is to design navigation items for example visit teamexcellence.com the main navigation items ...
How to set <ui> list item appears horizontally Using CSS
<ui> list items are commonly used for creating horizontal menu with css effects , I will explain it later posts . Lets comes to our problem ,it is very easy to align unordered list item(<ui>) into horizontally by set display: inline to...
How to Apply different color links on the same page
In this section i discuss how to apply different color links on same page ,default color of a link is blue for all links. So we can apply different color using css property ,It is very easy to implement in your web page .just set a class name to your ...
Working with Adobe illustrator for beginners Part2
i hope every one understand my first post , 2nd section i discuss about creating a New illustrator Documents with little effort, Every time you create a new document it become fresh or active documents since it is front of all other documents . For Creating...
Working with Adobe illustrator for beginners Part1
Adobe illustrator is a essential tool for Web designers, video professionals for design purpose ,Generally Illustrator is used for creating rich graphics contents .You can Download Adobe illustrator Trial from adobe official website. In this section...
Stylish pure CSS Menu (Horizontal Menu)
Today iam design pure css model menu .It is very easy to add to your website with little efforts .Demo Click hereInstallation steps:<div id="header-new1"><div id="main-nav-holder1" style="padding-top: 20px;"><a href="#" style="margin-left:0;">Home</a><a...