hi, Check the HTMLENOCODE and HTMLDECODE functions in .net http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWebHttpServerUtilityClassHtmlEncodeTopic1.asp -Manish
M
manishgour
@manishgour
Posts
-
XML Compliant QueryString -
access microsoft exchange server users inbox data using asp.nethi, try to run the aspnet process with system permission (by changing the processmodel setting in the machine.config file) and see it it works. -Manish
-
Javascript and Datagridhi, Check out this article http://www.dotnetbips.com/displayarticle.aspx?id=205 HTH, Manish
-
Impersonation & CScript problem.hi, did you check this article located at http://support.microsoft.com/default.aspx?scid=kb;EN-US;q306158#4 You need to give Grant the "Act as part of the operating system" privilege to the ASPNET account. HTH, Manish
-
Client Generated IDs and JavaScriptPerhaps this is what u want... This sample is from .net sdk documentation. void Page_Load(Object sender, EventArgs e) { TextBox1.Attributes["onblur"]="javascript:alert('Hello! Focus lost from text box!!');"; }
Attributes Property of a Web Control