- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
6 Posted Topics
Hi, I am trying to include a commented threaded system for my webpage. I have the db design ready... Comments Table Comment Id Parent ID (will be zero for the base comment) Comment Description Submitted by Submitted on I am able to store comments inside the table.I need to display … | |
Hi, For my application I send mails when an idea is submitted. The mails goes in most cases. Sometimes I get 2 errors "Mailbox unavailable. The server response was: 5.7.1 Unable to relay for -" "Unable to send to all recipients." So I am not able to ensure that mail … | |
In my webpage, I have a button "SAVE DRAFT". The first time it is clicked the record must be inserted and the text of the button would be changed as "Update Draft". Then how manytimes the button is hit, it should just update the record. However if the user goes … | |
Hi I have a button which basically exports data into an excel sheet. When I run this in my local machine, the code works perfectly but if I upload it in my server, the moment I click the button, it just keeps on processing. Initially it showed up some com … | |
I am trying to create an Excel sheet and save it in server... Once it is saved, I display a link to the user "download excel". He can click it and then download it.. The pblm is I cant save the excel it says "The file could not be accessed." … | |
Hi, I am using itextsharp dll for creating pdf from dot net... From database I am fetching certain fields which are in Tamil and creating a pdf. This is how I have declared my tamil unicode font [CODE]Dim bflatha As BaseFont = BaseFont.CreateFont("C:\WINDOWS\Fonts\latha.ttf", BaseFont.IDENTITY_H, BaseFont.EMBEDDED) Dim Font As Font = … |
The End.