Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Jquery Grid in MVC

While display bulk of data in MVC we use lot of things for it.   One way is to display it using the table but in this case we dont have the basic functionality like paging sorting and if we want to edit it in the same view we are in then it wi

  • 343
Understanding UpdatePanel control in ASP.NET

Hi friends, this blog is targeting those readers who are keen to know about a very common method of partial updating specific region in asp.net page without reloading the whole page again and again, it is also meant for targeting readers who are just

Colors of Testing

Colors Of Testing White Box Testing (WBT):- White box testing is also known by the different names  Clear box testing  Glass box testing  Transpa

How to Use 2fa Google Authentication in CakePHP 3 and Above - 8 Steps Guide

About Google Authentication/ 2 step verification   2fa stands for "Two Factor Authentication"  also called Google authentication which provides security to user account. In order to log-in to their account, they need to ins

How to pass data from controller to view in laravel

You can pass data from laravel controller to view by using 'with' keyword $userDetails=array('name'=>'abc','mobile'=>'768576565'); return View::make('profile')->with('userDetails', $userDetails); you can send multiple argument by using 'w

How to create PDF report for account module in Odoo-9?

In Odoo-9 first we install the accounting module and then create new module and inherits the account.invoice object in account module to own your module and give type is pdf in module. Follow these step show below: Step1:- First we create new modul

How to authenticate MD5 password encyption in spring security 4

Whenever we deal with password in an application, we go for some encryption. In spring the password it authenticated within the configuration. Here is the sample code where we have already saved the password in encrypted form and now during login th

Get Display Banner Advertising Opportunity on FindNerd Platform

If yes, then we are right here to help you with our web display advertising banner opportunity on FindNerd. The web display advertising opportunity is very beneficial for your product or services because FindNerd community is one of the world’s

Fetch the user detail from facebook in iOS 9.0

To fetcht the user detail from facebook like name,first_name,last_name,middle_name,gender etc use the code below : func fetchUserDetails(useid: String,accessToken:String) { let graphRequest : FBSDKGraphRequest = FBSDKGraphRequest(graphPa

Type of Response while making API

While making API you can have different kind of response and you have to handle that for displaying data public IHttpActionResult GetDetails(string Id) { logger.Info("GetDetailsById method called"); // BadRequest det

  • 205
1 151 162
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: