In my previous tutorials, I’d explained about ExecuteScalar, ExecuteNonQuery and Difference between ExecuteReader ExecuteNonQuery and ExecuteScalar and other more cracking tutorials on Asp.net here. Now here in this tutorial, I’ll explain Ado.net ExecuteReader function in detail with example code.
Upload File to Server Folder for Download in Asp.net using C# Vb.net
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.
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.