IE9 Create an empty cell, or you can say that the ghost cell, with ASP.Net repeater control. I am trying to execute javascript regural expression. Render function to run reg. exp but the page stores several update controls and an error is generated.
Error: sys.webforms.pagerequestmanagerservererrororexception message received from the server cannot be analyzed. ScriptResource.axd
I am trying to use all known links for this error. Please suggest me if you really have ...
thanks
protected override void Render(HtmlTextWriter writer) { using (HtmlTextWriter htmlwriter = new HtmlTextWriter(new System.IO.StringWriter())) { base.Render(htmlwriter); string html = htmlwriter.InnerWriter.ToString(); if ((ConfigurationManager.AppSettings.Get("RemoveWhitespace") + string.Empty).Equals("true", StringComparison.OrdinalIgnoreCase)) {
another solution but failure for repeater
var expr = new RegExp('>[ \t\r\n\v\f]*<', 'g'); document.body.innerHTML = document.body.innerHTML.replace(expr, '><');
source share