Let’s learn how to export DatagridView values to Excel without using ReportViewer in VB.Net!
Category Archives: Codex
[Solved] I cannot drag/resize ReportViewer in my WinForm in VB.NET
How to install ReportViewer properly in you VB.Net Projects!
How to catch a Click event in JavaScript?
How to fetch data from a PHP file to another PHP/HTML file using AJAX and jQuery?
If you want to pass data from one PHP file to another, you can use AJAX (Asynchronous JavaScript and XML). Also, jQuery is a very useful library for harnessing your JavaScript’s potential. In this example we will pass one variable from ‘storage.php’ and show it to ‘index.php’. index.php storage.php Save the two files on yourContinue reading “How to fetch data from a PHP file to another PHP/HTML file using AJAX and jQuery?”
How to make a sample HTML site using Semantic UI?
Semantic UI HTML Template.
How to make a Textbox that accepts only numbers and one decimal place in Visual Basic?
Create a TextBox and go to its KeyPress Event. This textbox accepts Numbers, one (1) decimal place and Special keys (Enter, Backspace, Delete, etc.)
Coding Basics: Loops
Today is a winding road, it’s taking me to places that I didn’t want to go – oops! It’s not a song blog, but a loop blog! Here in my 54th blog, let’s talk about Loops in Programming!
Visual Basic Code Snippets
VB6.0 is not dead. Please, don’t change my mind! ^_^
I’m sick, and for my 9th blog, I will show you “ninja moves” in coding Visual Basic…