Learn on how to create a Generate Random User Password using JavaScript. A basic javascript code that can generate a random password. This code can be useful when making a random user account.
Learn on how to create a Drag And Drop Image Download using PHP. A simple PHP technique that use drag and drop features of javascript program. This code can download the image file by dragging it to the drop zone.
Learn on how to create a Generate JSON File using PHP. A simple php script that can generate JSON file base from the MySQLi database. This can be use when you want to export your data as json without an ease.
Learn on how to create a Remove Image Data in MySQLi By Dragging. A simple PHP feature that implement JavaScript drag and drop feature. This code can drag the image and drop it in the target zone to remove the image data in the MySQLi server.
This time, I will teach you how to import excel file in mysql database using vb.net. This powerful method has the ability to import all the data from excel file to mysql database. This is very helpful if you have to transfer the list of records in the excel file to your database. In this way, you don’t have to encode one by one the record in the database.
Learn on how to create a Dynamic Switching Forms using jQuery. A PHP code that use jQuery plugin to implement an advance feature to enhance the design of the application. This code will dynamically change the view without going to the actual page.
Learn on how to create a Dynamically Remove File By Dragging using PHP. An advance php technique that use javascript drag and drop feature. This can drag the file object into the drop zone then it will call a php request to remove the object.
Learn on how to create a Autofill Inputs By Dragging using JavaScript. An advance javascript technique that use drag and drop feature. This can be use when you want a dynamic interaction for your form inputs.
In this tutorial, I will teach you how to read the excel file in vb.net. This kind of function can easily retrieve the data in the excel file and display it in the datagridview. This is just a simple method but can be very helpful in the future use. Let’s begin.
In this tutorial, I will teach how to retrieve single result in the Database Using VB.Net and MySQL Database. This method has the ability to retrieve the data in the database and display the specific field in the textboxes. It has a function that when you write an ID no. of the student it will then display the student details in the textboxes.