Click here to Skip to main content
15,915,163 members

Comments by Arsh Pareek (Top 6 by date)

Arsh Pareek 4-Oct-13 5:54am View    
okay thanks buddy, thanks for the fast response.
Arsh Pareek 4-Oct-13 5:44am View    
bro i solved that problem, but there is a new problem now,

i have to immune myself from XSS, so please guide me with this.. as i have to disallow some tags like <script> </script> how will this be done
Arsh Pareek 4-Oct-13 5:18am View    
as i told you, i tried each of the datatype. but getting same error.

updated the question,, check please

Arsh Pareek 2-Oct-13 21:33pm View    
CKEditor is just a WYSIWYG Editor, mostly used for ASP.Net.

here it is:
http://www.codeproject.com/Tips/532164/How-to-Integrate-CKEditor-with-ASP-NET


now what i am think is, i will create an update panel in the 'Article Post page' there i will add some file upload controls in an update panel, the images will be uploaded and image urls will be retrieved using AJAX.

and i will use those urls to add image in the article.


that makes sense but it feels like it's a very beginner kind of solution.
Arsh Pareek 2-Oct-13 21:13pm View    
Then whats the need of that varbinary field, as it's going to be a url only.

is it possible that i can save the html data(including the tags) to only one field.(it sounds possible)

but for that i have to use the html code generated by the CKEditor, and whenever i retrieve it from database, the tags will change automatically according to their functions.

am i going right?