Saturday 28 November 2015


Create Contact in CRM using asp.net web form


Description:


In this example we explain that how to create Contact or Account in CRM using asp.net web form or from asp.net website. Or how to create Contact using CRM Discovery web services to generate contact or Account through programmatically. We already explain that how to create lead from asp.net web form in previous example. Here we explain how to create contact or Account programmatically in CRM using C#.

To create Contact in CRM through programmatically create web form in your asp.net web application and use the below code.


Create Contact or Account in CRM using Services or asp.net webform.


Create Contact in CRM using asp.net web form


Description:


In this example we explain that how to create Contact or Account in CRM using asp.net web form or from asp.net website. Or how to create Contact using CRM Discovery web services to generate contact or Account through programmatically. We already explain that how to create lead from asp.net web form in previous example. Here we explain how to create contact or Account programmatically in CRM using C#.

To create Contact in CRM through programmatically create web form in your asp.net web application and use the below code.


Friday 27 November 2015

create Lead in CRM using CRM Discovery Service


Description:


In this example we explain that how to create Lead in Dynamics CRM from external contact form. Or how to create Lead using asp.net website or web application. Here we explain how to create Lead programmatically in CRM using C#.

Here we create simple webpage leveraging the CRM 2013 IOrganizationService web service. Here we use CRM Discovery service to create Lead in CRM programmatically from asp.net website or web application.

To create lead in CRM through programmatically create web form in your asp.net web application and use the below code.


How to Create Lead in Dynamic CRM from asp.net web form.

create Lead in CRM using CRM Discovery Service


Description:


In this example we explain that how to create Lead in Dynamics CRM from external contact form. Or how to create Lead using asp.net website or web application. Here we explain how to create Lead programmatically in CRM using C#.

Here we create simple webpage leveraging the CRM 2013 IOrganizationService web service. Here we use CRM Discovery service to create Lead in CRM programmatically from asp.net website or web application.

To create lead in CRM through programmatically create web form in your asp.net web application and use the below code.


Saturday 21 November 2015


CRUD operation on client side






Description:-

In this example we explain that how to perform insert, update, delete operation in asp.net without any post back using HTML control.

Previously we already explain that how to perform CRUD operation in asp.net without post back on client side code. Here the concept is same but we only use HTML control not any asp.net control.


Here we use jQuery ajax web method for perform all insert, update and delete operation.so how to display data to html table control look like grid view In asp.net and perform all the operation on client side without page load or post back using jQuery ajax web method.

CRUD operation in asp.net without any postback using html control


CRUD operation on client side






Description:-

In this example we explain that how to perform insert, update, delete operation in asp.net without any post back using HTML control.

Previously we already explain that how to perform CRUD operation in asp.net without post back on client side code. Here the concept is same but we only use HTML control not any asp.net control.


Here we use jQuery ajax web method for perform all insert, update and delete operation.so how to display data to html table control look like grid view In asp.net and perform all the operation on client side without page load or post back using jQuery ajax web method.

Saturday 7 November 2015


remember me login functionality



Description:-

In this example we explain that how to Implements remember me checkbox functionality in login page in asp.net using C#.

We all know that in every social website there is a facility for the remember me checkbox when we are login at this website. Here we create same functionality when user login, here we simply uses the cookie to store the username and password for particular user for specific time if user check mark the remember me checkbox when login. When user redirect to login page second time at that time we create code that will check the if cookie for username and password is exists then it will automatically set the username and password from the cookie in page load and user do not have to type credential for every time when they want to login to website.


So how to implement the remember me checkbox functionality in our website using cookie in asp.net.

Implement Remember Me functionality using CheckBox ASP.Net


remember me login functionality



Description:-

In this example we explain that how to Implements remember me checkbox functionality in login page in asp.net using C#.

We all know that in every social website there is a facility for the remember me checkbox when we are login at this website. Here we create same functionality when user login, here we simply uses the cookie to store the username and password for particular user for specific time if user check mark the remember me checkbox when login. When user redirect to login page second time at that time we create code that will check the if cookie for username and password is exists then it will automatically set the username and password from the cookie in page load and user do not have to type credential for every time when they want to login to website.


So how to implement the remember me checkbox functionality in our website using cookie in asp.net.

watermark text in background PDF


Description:-

In this example we can explain that How can we create a PDF file with watermark text as a Background of the pdf  using itextsharp dll in asp.net using C#.

Generally we create simple pdf directally by exporting gridview control data to pdf but sometime we have requirement like watermark text display as background of pdf in each and every pages in our application.


Suppose if we have created one pdf report for any Honda showroom then Honda company have normally requirement like its HONDA name display as watermark text in pdf background in every pages of the pdf. Here we demonstrate set the watermark text in pdf using itextsharp in C#.

set WaterMark Text in PDF using itextsharp in C#

watermark text in background PDF


Description:-

In this example we can explain that How can we create a PDF file with watermark text as a Background of the pdf  using itextsharp dll in asp.net using C#.

Generally we create simple pdf directally by exporting gridview control data to pdf but sometime we have requirement like watermark text display as background of pdf in each and every pages in our application.


Suppose if we have created one pdf report for any Honda showroom then Honda company have normally requirement like its HONDA name display as watermark text in pdf background in every pages of the pdf. Here we demonstrate set the watermark text in pdf using itextsharp in C#.




Default button in MVC


Description:-

In this example we explain that how set default button in mvc web application using jquery. In our asp.net website this is simply we directly set default button in any content placeholder or any container like in panel control have property of DefaultButton so you can easily set them for particular webpage.


But how to set Default Button in our MVC web application.here we demonstrate set default button in mvc using simple jquery.

How to set Default Button in MVC Web Form Application




Default button in MVC


Description:-

In this example we explain that how set default button in mvc web application using jquery. In our asp.net website this is simply we directly set default button in any content placeholder or any container like in panel control have property of DefaultButton so you can easily set them for particular webpage.


But how to set Default Button in our MVC web application.here we demonstrate set default button in mvc using simple jquery.