search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

InnerHTML using Google Chrome browser

Asked by Anonymous
14 years ago.
Hi, I've encountered an issue with rendering when using google chrome. For example : protected void daypilot_BeforeEventRender(object sender, DayPilot.Web.Ui.Events.BeforeEventRenderEventArgs e) { e.InnerHTML = "" + e.InnerHTML + ""; } It works fine when the page is loaded but there is no display after a PostBack... I tried : e.InnerHTML = Server.HTMLEncode("" + e.InnerHTML + ""); It works after postbacks but the whole HTML code is displayed after the first load of the page... Any help will be appreciated, Thanks
Comment posted by Anonymous
14 years ago.
PS: the example is e.InnerHTML = "<b>" + e.InnerHTML + "</b>";
Comment posted by 34gt34g
11 years ago.

aro

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.