Menu

Close
  • Home
  • About
  • Author
Subscribe
Blog Logo Menu

C

A 4-post collection

Page 1 of 1

Customize the Rich Text Editor in Sitecore

We ran into some issues at work with sitecore. It seems that by default the Rich Text Editor that Sitecore uses, Telerik’s RadEditor, will automatically convert... »

Author image Jason Kulatunga Sitecore, Telerik, Radeditor, C, .net 31 Jan 2013

How to get the current Item index from a databound ListView

You can use <%# Container.DisplayIndex %> to get your position in the current list. You can use Items.Count on the Control to get the total Item... »

Author image Jason Kulatunga Asp.net, C 31 Jan 2013

The breakpoint will not currently be hit. No symbols have been loaded for this document.

I’m posting this blog mostly to remind myself how to fix this if ever I run into it again, but if anyone else benefits from it,... »

Author image Jason Kulatunga Asp.net, C 24 Nov 2011

How to call a function on a databound value in ListView

Wrap your Eval call: Markup: <asp:LinkButton id=”whatever” runat=”server” Visible=’’<%# ShowHideLink(Eval(“Storage”)) %> Code-Behind: protected bool ShowHideLink(object obj) { bool result = false; //cast obj to whatever datatype... »

Author image Jason Kulatunga Asp.net, C 12 Sep 2011
Page 1 of 1
Sparktree © 2024
Proudly published with Jekyll using Jasper