Request.Browser.IsMobileDevice not working in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, why Request.Browser.IsMobileDevice property does not work in ASP.Net. ASP.Net does have in-built mobile phone browser detection capabilities and...
View ArticleImplement jQuery AutoComplete DropDown (ComboBox) in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to implement jQuery AutoComplete DropDown (ComboBox) in ASP.Net MVC 5 Razor. The jQuery AutoComplete plugin is actually applied to a TextBox...
View ArticlePopulate (Bind) RDLC Report using Entity Framework DataSource in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to populate (bind) RDLC Report using Entity Framework as Data Source in ASP.Net MVC Razor. This article will illustrate how to configure...
View ArticlePopulate (Bind) Crystal Report using Entity Framework DataSource in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to populate (bind) Crystal Report using Entity Framework as Data Source in ASP.Net MVC Razor. This article will illustrate how to configure...
View ArticleMake Column (Cell) non-editable (ReadOnly) in ASP.Net GridView when Editing
Here Mudassar Ahmed Khan has explained with an example, how to make a Column (Cell) non-editable (ReadOnly) in ASP.Net GridView when Editing using C# and VB.Net.
View ArticleMake GridView TextBox ReadOnly (Disabled) in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to make GridView TextBox ReadOnly (Disabled) in ASP.Net when Editing using C# and VB.Net. The TextBox in ASP.Net GridView will be made...
View ArticleUpload and Play MP3 Audio files from Database using HTML5 Audio Player in...
Here Mudassar Ahmed Khan has explained with an example, how to upload and insert MP3 Audio files in SQL Server Database and then play the MP3 Audio files using HTML5 Audio Player in ASP.Net using C#...
View ArticleUpload (Save) HTML5 Canvas Image to Server in Folder (Disk) in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to upload (Save) HTML5 Canvas Image to Server in Folder (Disk) in ASP.Net using C# and VB.Net. For illustration purpose, the jQuery Sketch...
View ArticleSave (Insert) GridView Rows (Data) to Database in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to save (insert) GridView Rows (Data) to Database in ASP.Net using C# and VB.Net. First the row (data) will be saved (inserted) to database...
View ArticleMake GridView Responsive with jQuery Footable in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to make ASP.Net GridView responsive with jQuery Footable using C# and VB.Net. A responsive GridView will fit and adjust itself to look good...
View ArticleStore (Save) GridView data in ViewState in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to store (save) GridView data in ViewState in ASP.Net using C# and VB.Net. When a new row is added to GridView, the row data will be added to...
View ArticleASP.Net MVC: Redirect to Login Page if User is not Authenticated (logged in)
Here Mudassar Ahmed Khan has explained with an example, how to implement a simple login form using Forms Authentication which validates user login from database and also redirects user to Login page if...
View ArticleUsing Authorize and AllowAnonymous Data Annotation attributes in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to implement and use the Authorize and AllowAnonymous Data Annotation attributes with Forms Authentication in ASP.Net MVC Razor.
View ArticleImplement Custom Authentication and Authorization in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to implement custom Authorization and Authentication using Forms Authentication in ASP.Net MVC Razor. This article will illustrate how to...
View ArticleASP.Net MVC: Call Controller Action on DropDownList Change...
Here Mudassar Ahmed Khan has explained with an example, how to Call Controller’s Action method on DropDownList Change (SelectedIndexChanged) in ASP.Net MVC Razor. The DropDownList will be placed inside...
View ArticleExport GridView to PDF with Header Repeated on each Page in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to export GridView to PDF with Header Repeated on each Page using iTextSharp in ASP.Net with C# and VB.Net. When the Export Button is...
View ArticleFilter DataGridView as you type in Windows Application using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to search (filter) DataGridView as you type in Windows Forms (WinForms) Application using C# and VB.Net. By default, the DataGridView will...
View ArticleReturn (Download) File using Web API in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to return (download) File using Web API in ASP.Net MVC Razor. The File will be stored in a Folder (Directory) on Server’s Disk and the File...
View ArticleUpload (Insert) and Download (Retrieve) Files from Database using Web API in...
Here Mudassar Ahmed Khan has explained with an example, how to upload (insert) and download (retrieve) Files from Database using Web API in ASP.Net MVC Razor. The Web API will insert and retrieve files...
View ArticleMVC ADO.Net CRUD: Select Insert Edit Update and Delete using ADO.Net in...
Here Mudassar Ahmed Khan has explained with an example, how to perform CRUD operation (Create, Read, Update and Delete) using ADO.Net in ASP.Net MVC Razor. CRUD operation in simple terms means Select,...
View Article