hello mate
how can i apply zoho crm in my asp.net application
please provide me sample help link .
what exactly the api key is where to generate it
what is "token" , "customerID" , "&output=editor "
from the forums
i have sample
"""
<form method="POST" action="http://export.writer.zoho.com/remotedoc.im?apikey=<my own api key>&output=editor" enctype="multipart/form-data" target="_self">
File : <input type="file" name="content" size="38">
<input type="hidden" name="saveurl" value="http://my ip:8084/Sample1/SaveDoc.do">
<input type="hidden" name="filename" value="audio1.doc">
<input type="hidden" name="id" value="1bbc00d73444346685755d9fcdee0145">
<input type="hidden" name="format" value="doc">
<input type="hidden" name="persistence " value="true">
<input type="submit" value="Remote Save" class="divbutton" name="submit">
</form>
"""
'
i tried this getting error
thanks in advance
Best regards
nagaraj