string strdetails = Server.HtmlEncode(txtdetails.Text.ToString());
<%@ Page Language="C#" MasterPageFile="~/mpMember.master" AutoEventWireup="true" CodeFile="postAlerts.aspx.cs" Inherits="postAlerts" Title="Untitled Page" ValidateRequest="false" EnableViewStateMac="false"%>
<asp:textbox id="txt" runat="server" textmode="MultiLine" rows="5" maxlength="100" ></asp:textbox>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)