But how can i write images of html to doc. This is what i need to do?
Happy Coding, Vivek Rathore
But how can i write images of html to doc. This is what i need to do?
Happy Coding, Vivek Rathore
Hi all, How can I convert a HTML file to .Doc file in C#.net? Currently i am using ghtmldoc.exe with arguments "--webpage -f " + DocFile + " " + html file". However the conversion is successful but the resulting Doc file is missing images in it. Can somebody help me out or knows some other workaround to convert HTML to DOC.
Happy Coding, Vivek Rathore
Hi all, How can I convert a HTML file to .Doc file in C#.net? Currently i am using ghtmldoc.exe with arguments "--webpage -f " + DocFile + " " + html file". However the conversion is successful but the resulting Doc file is missing images in it. Can somebody help me out or knows some other workaround to convert HTML to DOC.
Happy Coding, Vivek Rathore
Make both the divs runat='server' and assign them some ID
and write your code according to that. e.g. on Page_Load if u want to both the divs invisible then : div1.Visible= false; div2.Visible= false; Similarly you can write code according to the radio button selection.
Happy Coding, Vivek Rathore
Hi all, I would like to upload file to server with encryption. The requirement is that the file should either encrypted first before being uploaded or it can be encrypted later on after being uploaded. On downloading the file the file should be in the decrypted form. I am using ASP.NET 3.5 with C# Any help/suggestion will be appreciated.
Happy Coding, Vivek Rathore
Hi All, I am working on a financial website. I have to use real time stock quotes ticker(in Marquee format) for that.The stock exchange for which i want to extract the stock details is NSE(India) and the url for the same is http://www.nse-india.com I searched internet thoroughly but could not meet any code of my requirement. I am using ASP.Net 1.1 with C#. Please help me with your precious suggestions and guidelines.
Thanks and Regards, Vivek Rathore
Hi All, I have been using full text search(Sql Server 2000)in my application for search purpose. But on certain words i.e Noise words such as And,after,about i am receiving the following error: Execution of a full-text operation failed.A clause of the query contained only ignored words. I tried a lot to sort out this issue,but this is going to be out of my scope. If anybody can help me then it would be really appreciable.
Thanks in Advance, Vivek Rathore
Hi, function changeColor() { document.forms["Form1"].elements["TextBox1"].style.backgroundColor="#FFC0C0"; } Call onfocus method inside textbox html. Vivek Rathore
Dear Colin, You are saying very much right that the IsVisible field does not mean at all. A short while ago i got the same answer as urs was. Thank you very much for your suggestion. Thanks and Regards Vivek Rathore. Vivek Rathore.
Hi, I am working on a forgot password module in which i have to send the mail having password to the user.I am using UserID,Email,IsApproved,IsVisible fields in my table.The module is working fine with sending mail on the basis of existing email of user.But i have to apply checks on the stored procedure that if the IsApproved and IsVisble fields are set to 0 by admin then the password would not be sent to the user and if IsApproved is 0 and IsVisible is 1 then do not send mail and if IsApproved is 1 and IsVisible is 0 then send mail. I am using SqlServer2003 stored procedure. Vivek Rathore