- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
Founder. SEO SERP Consultant. Proudly South African #BlackLivesMatter
- Interests
- Research and Development (Windows, Mobile & Web)
13 Posted Topics
I need a quick solution that will convert HTML doc to PDF and still maintain the same look and feel with pre-populated data and also maintain links in the PDF doc. Any solutions? | |
I need to get a set of results from the db (server) but at times I would get the same result back and I would like to cache the result instead of making the same call to the db. Any ideas? | |
Hi. Just wanted to find out which option is best to use regarding SEO? | |
Re: Hi. I hope this link helps if not already answered: [https://www.freecodecamp.org/news/html-page-width-height/](https://www.freecodecamp.org/news/html-page-width-height/) Good luck... | |
Re: Hi. Please check that you have enclosed all braces in your code. Best option is to use an online beautifier or formatter and check if all is aligned. Close code section that is not entire closed, check line 6 and 10 and see if they have matching closed bracket. | |
Hi all, Can I get a review on the below website, please: [Click Here](http://www.peers24.club) Thank you so much | |
Hi all, Please review my web development social media web application site. Link: [Click Here](https://truconnexionm.iijobz.com) Regards, | |
Re: DateTime.Now.ToString("dd/MM/yyyy"); or use a DateTimePicker or Calendar Control. Tip: Make use of Control events to add more validation. | |
Re: I still prefer using Gmail or Hotmail accounts for sending mail from ASP.NET. They are most trusted... try { const string sender = "mtyide@gmail.com"; var from = new System.Net.Mail.MailAddress(sender, "Yandisa Mtyide"); var to = new System.Net.Mail.MailAddress(email, email); var bcc = new System.Net.Mail.MailAddress("postmaster@paaanda.com", "postmaster@paaanda.com"); var client = new System.Net.Mail.SmtpClient { Host … | |
Re: Agreed, running on two different browsers at the same time. | |
Re: Best advice is to recreate the server-side control and set all properties, double click to create DEFAULT event handler or in the Properties window, click the Event icon and search for the event you want to implement and double click on it...for HTML control, set the onClick property with the … | |
Re: I also suggest you start researching or using jQuery for creating cool html pages - it fun and easy to learn, visit [www.jquery.com](http://www.jquery.com) |
The End.