Wednesday, December 8, 2010

System.IO.IOException: Expected > for tag: <{1}/>

This take place when i was generating gridview to pdf document.In my gridview there are some < characters.simply replace < character with &lt; in gridview rowdatabound event.now it is work.

Related articles http://www.c-sharpcorner.com/UploadFile/515294/5205/
http://www.c-sharpcorner.com/UploadFile/515294/5201/

No comments:

Post a Comment

TinyMCE Insert/Edit link not editable

 To fix this add  e.stopImmediatePropagation()  as below. $(document).on('focusin', function (e) {             if ($(e.target).close...