Follow the steps given below to upload your laravel project to Linux shared server with Cpanel in Godaddy.
Step 1:
Move all files from public folder to your project root folder.
Move all files from public folder to your project root folder.
composer create-project laravel/laravel your-project-name
cd your-project-name
php artisan serve
Get Page wise record in SQL Server 10 records each page
;with pagewise as
(
SELECT ROW_NUMBER() OVER(ORDER BY id) AS rowno, ID, roww, name, city
FROM Student ) select * from pagewise where rowno>9 and rowno<21 order by rowno
while Submit HTML Content thorugh Form post method is now allowed because ASP.Net Stop IT to prevent RSS Attack So you will have to tell ASP.Net form to process HTML Data .. steps are given below .
Session["ID"]
= "lorem";
Session["Amt"] = 123;
In this post, you will learn, How to upload an image file to a server without using javascript or jquery. The file will be upload using C#. Unique File name is generated with datetime string , you implement your logic for the file name. Given code is applicable in both C# MVC and ASP.Net both.
using System.IO;
This post help you to show date in date picker HTML form control from a given date gap. For example show date two date further from current date using HTML and JavaScript.