Categories
Asp, Asp.net

How To Refresh Asp.Net Gridview Automatically

How To Refresh Asp.Net Gridview Automatically In this tutorial i will let you know how to auto refresh or update GridView using AJAX Timer and UpdatePanel in asp.net, How To Refresh Asp.Net Gridview Automatically. In this it is described that how a GridView is update after a specific time set in timer control. In this Example […]

Categories
Asp, Asp.net

Send Email with Attachment in Asp.Net

send email with attachment in asp.net In this tutorial i will let you know how to Send Email with Attachment in Asp.Net.I am saving this file into memory stream rather saving it on server. Here i am using Gmail smtp to send mail from Asp.net code.For this first we have to add the following namespaces. Design your […]

Categories
Asp, Asp.net

Rounded Corners TextBox In Asp.Net Or HTML

Rounded Corners TextBox In Asp.Net Or HTML In this tutorial i will let you know how can you create a rounded corner textbox in asp.net or HTML.You can achieve this by applying a simple CSS for textbox. Design View of Page:- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="textbox_riunded corner.aspx.cs" Inherits="textbox_riunded_corner" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 […]

Categories
Asp, Asp.net

How To Disable Browser Back Button In Asp.Net Using Javascript

How To Disable Browser Back Button In Asp.Net Using JavaScript Today i am working on some project, in that i have requirement of disabling browser back button.To do so i searched Google and finally i got to know that we can do this by using JavaScript.You just have to include a JavaScript on your page HEAD section. Code:- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="disable […]