urenjoy

Stories submitted by urenjoy

Useful JavaScript and jQuery Libraries, Plugins (techbrij.com)

submitted by urenjoyurenjoy(337) 3 days, 5 hours ago

Check out useful JavaScript and jQuery Libraries, Plugins for web designing and development. read more...

add a comment |category: |Views: 5

tags: another

Create Separate Web API’s Action for Mobile Request: ASP.NET MVC 4(techbrij.com)

submitted by urenjoyurenjoy(337) 7 days, 10 hours ago

This article explains how to implement separate actions for mobile request keeping same URL format in Web API. read more...

add a comment |category: |Views: 135

tags: another

Pass Session or Viewbag values to JS Files : ASP.NET MVC 3(techbrij.com)

submitted by urenjoyurenjoy(337) 11 days, 7 hours ago

This post explains different ways to get Session, ViewBag or server side variable’s values in your external JS files. read more...

1 comment |category: |Views: 140

tags: another

SQL Query To Check Money Data Type and Convert to Decimal Dynamically(techbrij.com)

submitted by urenjoyurenjoy(337) 1 month, 1 day ago

How to convert one data type to another in sql server query dynamically. read more...

add a comment |category: |Views: 2

tags: another

Anonymous Type LINQ Result and GridView Sorting in ASP.NET(techbrij.com)

submitted by urenjoyurenjoy(337) 1 month, 24 days ago

how to implement asp.net gridview sorting functionality when gridview datasource is Anonymous Type LINQ Result. read more...

add a comment |category: |Views: 8

tags: another

3 Ways to implement CRUD (Select, Insert, Update, Delete) Operations(techbrij.com)

submitted by urenjoyurenjoy(337) 2 months, 2 days ago

In this article, You’ll see 3 most widely used approaches in web application to perform CRUD (Create, Read, Update, and Delete) operations. read more...

add a comment |category: |Views: 7

tags: another

Insert, Update, Delete in ASP.NET Gridview With Entity Framework(techbrij.com)

submitted by urenjoyurenjoy(337) 2 months, 4 days ago

It explains how to perform insert, update and delete operations in ASP.NET GridView with Entity Framework Database First Approach. read more...

add a comment |category: |Views: 11

tags: another

Convert ASP.NET Gridview OR HTML Table to Wizard using jQuery(techbrij.com)

submitted by urenjoyurenjoy(337) 2 months, 24 days ago

Sometimes, gridview is used to take input from user when multiple fields are required many times. It is not user friendly, We can use wizard but not easy to handle on server side as in gridview. read more...

add a comment |category: |Views: 3

tags: another

How To Use SQL IN Statement to Select Data Having All Specified Values(techbrij.com)

submitted by urenjoyurenjoy(337) 3 months, 1 day ago

Learn How to write SQL Where.. IN query to select data which has all values specified in IN condition. read more...

add a comment |category: |Views: 6

tags: another

Implement Audit Trail Quickly for Microsoft SQL Server(techbrij.com)

submitted by urenjoyurenjoy(337) 3 months, 2 days ago

It explains how to implement an audit trail quickly by creating shadow table for each table in database and triggers to log every time when a record is inserted, updated or deleted in the table. read more...

add a comment |category: |Views: 3

tags: another

Grouping Data in ASP.NET Gridview Control(techbrij.com)

submitted by urenjoyurenjoy(337) 3 months, 29 days ago

Learn how to group asp.net gridview rows easily. read more...

add a comment |category: |Views: 8

tags: another

Run Your Custom Script Quickly with SSMS Tools Pack(techbrij.com)

submitted by urenjoyurenjoy(337) 4 months, 8 days ago

You can run your script in object explorer of sql server management studio using SSMS tools pack read more...

add a comment |category: |Views: 3

tags: another

Dynamically Enable or Disable ASP.NET Validator and Page.IsValid(techbrij.com)

submitted by urenjoyurenjoy(337) 4 months, 15 days ago

Common problem solution when use ValidatorEnable method on client side and forgot to use in server side customization read more...

1 comment |category: |Views: 5

tags: another

Testing Web services or REST API Easily with Poster Add-on(techbrij.com)

submitted by urenjoyurenjoy(337) 4 months, 26 days ago

Poster is a developer tool for interacting with web services and other web resources that lets you make HTTP requests, interact with web services and inspect the results. read more...

add a comment |category: |Views: 4

tags: another

Displaying Total in ASP.NET Gridview Footer Row Without using Template(techbrij.com)

submitted by urenjoyurenjoy(337) 5 months, 3 days ago

Generally we do some steps to display total in asp.net gridview. Now It's one line code Nice tuts!!! read more...

add a comment |category: |Views: 4

tags: another

Sequence contains no elements : LINQ error(techbrij.com)

submitted by urenjoyurenjoy(337) 5 months, 11 days ago

Learn how to fix linq and lambda expression error "Sequence contains no elements" read more...

add a comment |category: |Views: 12

tags: another