Rubaiyat Hasan
Thursday, December 6, 2018
Using of AllowAnonymous in Login and Register to Secure Method
›
[AllowAnonymous] public ActionResult Login(string returnUrl) [HttpPost] [AllowAnonymous] [ValidateAntiForgeryToken] public Ac...
Convert Database Data to JSON Data
›
public string ConvertDataTabletoString() { DataTable dt = new DataTable(); using (SqlConnection con = new SqlConnection(...
Wednesday, December 5, 2018
Searching Tools supports MVC
›
Knockout tools Knockout Tools: Get here Sample: Click here JSFiddle: Click Me Any other tools? Please comment... Thanks
Tuesday, December 4, 2018
Bitmap Combine Multiple Images
›
public static System.Drawing.Bitmap CombineBitmap(string[] files) { //read all images into memory List<System.Drawing.Bit...
Thursday, November 29, 2018
Content Management System Structure
›
Fig: Structure of a Content Management System. Fig: Content...
C# MVC load the PDF without using Acrobat Reader, then send the PDF pages as images to the printer
›
C# code: private RasterImage PDFImage = null; private int currentPrintPageNumber; private void menuItem1_Click...
Wednesday, November 28, 2018
Best way to put SQL query result in a .NET chart control
›
Hi guys, I am working on a web app using asp.net, c#. I am new to this charts control. I have a below SQL query and its result want to p...
›
Home
View web version