In my previous tutorials, I’d explained about get files list from directory, how to bind data to gridview, insert update delete gridview data using parameterized query, difference between executereader executenonquery and executescalar and other more cracking tutorials on Files, Asp.net, GridView, jQuery here. Now here in this tutorial, I’ll explain how to upload the files from your local computer and save it to server folder and then download that files from server folder in asp.net using c# and vb.net with sample demo and example code.
Split String into Array using jQuery split function in Asp.net
In my previous tutorials, I’d explained about how to split string date into day month and year from code-behind, validate checkboxlist using jquery, validate radiobuttonlist using javascript, validate dropdownlist using javascript and other more cracking tutorials on Asp.net, JavaScript, jQuery here. To split the string into array using jQuery, we can use jQuery built-in split() function. It requires a separator as a parameter to split the string. Now here in this tutorial, I’ll explain how to split the string into array using jquery split() function.
How to split string into Array of Day, Month, Year in Asp.net Using C# Vb.net
In my previous tutorials, I’d explained how to show confirm message box using javascript, how to show alert message from code-behind, how to call javascript function from code-behind and other more cracking tutorials on Asp.net, JavaScript, jQuery here. There are several methods available to split the string. One of them is using jquery split function but here in this tutorial, I’ll explain how to split the string date into array of day, month and year from code-behind in asp.net using C# and Vb.net split() method.
Facebook like box Overlapping and Positioning Issue
Sometimes we are getting stuck with the Facebook like box positioning issue due to it’s overlap behind other page contents and elements. We do not require to change z-index property of the parent/container element. Just follow quick fix.
Connect to VPS or Windows Server Through RDP
Remote Desktop Connection is a program available with most of the Microsoft Operating systems that allows you to make a connection to your VPS or Windows Server. This program is known as Remote Desktop Protocol(RDP). This RDP connection allows you to access your server directly from a remote location, as if you were sitting in front of the machine. First make sure that Remote Desktop connections are enabled on the VPS or windows server.