ASHISH SRIVASTAVA

▼
Saturday, 1 July 2017

MVC Webgrid example with paging, sorting & custom Design

›
Models: public class EmailDetails     {         public Int32 ID { get; set; }         public String EMPID { get; set; }         publi...

How #GST May Impact Prices Of Goods

›
Items Earlier Rate (%) GST (%) Perfume 17.5 - 27 18 Cosmetics 28 Cheese 5-14.5 12 Butter 12 Glucometers 11-20.5 12 Tableware - Me...
2 comments:
Thursday, 29 June 2017

How to remove empty lines in text In Visual Studio?

›
Visual Studio has ability to delete empty lines in replace operation using regular expressions. Click Ctrl-H (quick replace) Tick ...
1 comment:
Monday, 26 June 2017

SQL Database Full Text Search

›
DECLARE  @SearchStrColumnName nvarchar(100), @SearchStrColumnValue nvarchar(100), @SearchStrInXML  bit    SET  @SearchStrColumnValue =  ...

How to get Visitor IP Address and Location in ASP.Net

›
HttpRequest request= base .Request; String VisitorIP=request.UserHostAddress;

Export DataSet To Excel in MVC

›
NameSpace : using System.Web.Hosting; using ClosedXML.Excel; Code  : [MTAThread]         private void ExportDataSetToExcel(DataS...
1 comment:

DataTable To JSON With StringBuilder in MVC

›
Namespace  using System.Text; code :       /// <summary>         /// Datatable to JSON         /// <CreatedBy>Ashish Sr...
1 comment:
‹
›
Home
View web version

Contributors

  • A
  • Ashish Srivastava
  • Manish Srivastava
Powered by Blogger.