Friday, 24 January 2014
twitter bootstrap pop up using asp.net c#
In this post i will show creating twitter bootstrap pop up using asp.net c# .
the main problem of twitter bootstrap is button and any other control inside bootstrap content are not fire any asp.net event . After a long days its work me after ...
stylish css3 progress bars using asp.net C#
In this post i will explain creating simple progress bar using css3 and java script technique
This css3 progress bar adapted from css-tricks.com . i am just explain how to access progress value from back end (asp.net c# format). all the...
Send Email using Asp.net c#
Today i will explain about how to send email using asp.net c# in simple method ..
this method send mail using smtp server.
the design section shown below:
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Untitled...
Thursday, 23 January 2014
check postback in asp.net using javascript
read our previous articles how-to-disable-back-button-in-browser and prevent-page-refresh-on-button-click-in-asp.net
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled...
pass textbox value into a javascript function using asp.net c#
Read our previous articles check-postback-in-asp.net and how-to-disable-back-button-in-browser
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>Untitled Page</title>
<script...
How to display table data in gridview (simple way)
Here i will explain about display table content in simple method using a gridview and SqlDataSource .
read change gridview field color based on value in database and export gridview data in excel .
the design view is shown below :
and the aspx...