
Search In
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

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
White
Box Testing (WBT):-
White
box testing is also known by the different names
Clear
box testing
Glass
box testing
Transpa
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
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
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
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
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
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
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
