Rank: Member Groups: Member
 
 
Joined: 10/18/2010 Posts: 29 
	 | 
		   
	     
		    Hi
  Have used your html editor to store html in a sql table.  I can get the data into the table, but can I also use the editor to display the content within an asp.net grid?  I have inserted an editor into a grid, set the active mode to HTML, and then bound the sql field to the editor:
  <eo:Editor ID="Editor1" runat="server" ActiveMode="Html"                                        Enabled='<%# Bind("Notes") %>' Font-Bold="False" Font-Italic="False" 
  But when I publish this up, the web server is telling me that the input string was not in the correct format, and
  Conversion from string "<p>test info </p> " to type 'Boolean' is not valid.]
  Would you mind pointing me in the right direction?
  thanks
  Jason
		 
	 | 
	
		Rank: Member Groups: Member
 
 
Joined: 10/18/2010 Posts: 29 
	 | 
		   
	     
		    Have worked out where I went wrong.  Pls disregard above
		 
	 | 
	
		Rank: Administration Groups: Administration
 
 
Joined: 5/27/2007 Posts: 24,427 
	 | 
		   
	     
		    Great. Thanks for the update.
		 
	 |