I have a requirement of writing the value of a CLOB field to a new .txt file. Means on Click of a button (Client is a mobile phone in this case), I have to get the details from server, create a txt file and write the contents in the txt file and save it. I am getting no idea how to do it in Script # as it does not support any server side pages (example asp) neither it supports System.IO. Please help me in this. Any similar code snippet will help. This may be simple, I am new to script # and has limited knowledge of the same.
Hi Nikhil,
I have a requirement of writing the value of a CLOB field to a new .txt file. Means on Click of a button (Client is a mobile phone in this case), I have to get the details from server, create a txt file and write the contents in the txt file and save it. I am getting no idea how to do it in Script # as it does not support any server side pages (example asp) neither it supports System.IO. Please help me in this. Any similar code snippet will help. This may be simple, I am new to script # and has limited knowledge of the same.