Author: haritha.kakarla | Posted on: 11/18/2010 3:29:21 AM | Views : 915

Hi All,
I need to clear the UserName and Email textbox fields in my CreateUserWizard..
Below is the code..
 
..Code of aspx page..   <%@ Page Language="C#" MasterPageFile="MasterPageAll.master" AutoEventWireup="true" CodeFile="WebSiteAdministration.aspx.cs" Inherits="WebSiteAdministration" %>   <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %> <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">   <script type=& ...

Go to the complete details ...