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.

Friday, 23 October 2015

Populate XML file in TreeView

Description:-



In this example we explain that how to bind XML file data to TreeView in Asp.Net or how to populating the TreeView control with XMLDataSource in asp.net.or Dynamically bind TreeView from XML file in asp.net.

Here we create a one XML file for country and it's related state and we want to bind this country and it's state to the TreeView Dynamically from the XML file.

So to do this first we have to open the XML file in read/write mode and then we have to fetch it's node one by one and binds it to the TreeView.

How to Bind XML File data to Treeview in asp.net

Populate XML file in TreeView

Description:-



In this example we explain that how to bind XML file data to TreeView in Asp.Net or how to populating the TreeView control with XMLDataSource in asp.net.or Dynamically bind TreeView from XML file in asp.net.

Here we create a one XML file for country and it's related state and we want to bind this country and it's state to the TreeView Dynamically from the XML file.

So to do this first we have to open the XML file in read/write mode and then we have to fetch it's node one by one and binds it to the TreeView.

jquery datepicker with drodown to select month and year
Description:-



In this example we explain that how to Display calendar with Dropdown in month and year for selecting month and year in asp.net using jquery. Or display or bind month and year in DropdownList in calendar for selecting month and year in asp.net.

We already explain that display calendar in asp.net but in simple calendar if you want select before 50 year ago year then you have to press back button of the year in calendar control many time so it is time consuming. But now in this calendar you simply directally select year that you want in dropdown inside in calendar control.
 

JQuery datepicker calender with Dropdown month and year in asp.net.

jquery datepicker with drodown to select month and year
Description:-



In this example we explain that how to Display calendar with Dropdown in month and year for selecting month and year in asp.net using jquery. Or display or bind month and year in DropdownList in calendar for selecting month and year in asp.net.

We already explain that display calendar in asp.net but in simple calendar if you want select before 50 year ago year then you have to press back button of the year in calendar control many time so it is time consuming. But now in this calendar you simply directally select year that you want in dropdown inside in calendar control.
 



Description:-



In this example we explain that how to Highlight Saturday,Sunday weekend dates in calendar control in asp.net C#, VB. Or Disable weekend dates or saturaday Sunday in calendar in asp.net. this is very useful example when you want to user enter only working hours date not holiday dates. So you can highlight or disable weekend dates or saturaday and Sunday in calendar as per your requirement. So there are multiple ways to highlight or disable or checked weekend days in calendar are as follows.


Highlight Saturday,Sunday or weekend dates in calendar control in asp.net



Description:-



In this example we explain that how to Highlight Saturday,Sunday weekend dates in calendar control in asp.net C#, VB. Or Disable weekend dates or saturaday Sunday in calendar in asp.net. this is very useful example when you want to user enter only working hours date not holiday dates. So you can highlight or disable weekend dates or saturaday and Sunday in calendar as per your requirement. So there are multiple ways to highlight or disable or checked weekend days in calendar are as follows.


display print button in report viewer in chrome and firefox

Description:-
 


In this example we explain that how to show print button in Report Viewer. I also face that problem like report viewer print button is not showing in fire fox and chrome browser by default it will show in Internet Explorer. Or print button not visible in report viewer for mozila fire fox and chrome browser.  So how to display print button in report viewer that display in all browser like browser comp ability code for report viewer print button so it will work for the all the browser.


how to show print button in report viewer in chrome and mozila firefox in asp.net

display print button in report viewer in chrome and firefox

Description:-
 


In this example we explain that how to show print button in Report Viewer. I also face that problem like report viewer print button is not showing in fire fox and chrome browser by default it will show in Internet Explorer. Or print button not visible in report viewer for mozila fire fox and chrome browser.  So how to display print button in report viewer that display in all browser like browser comp ability code for report viewer print button so it will work for the all the browser.



validate dynamic created control


Description:-




In this example we explain that how to validate Date format in dd/mm/yyyy in asp.net C# backend code at runtime validation using Regex validator provided by .Net Framework.

We all know very to validate any like Date, only number, required validation, and Range validation is easily at client side but my problem is that it will be validated by runtime.

For example in my real project in which one form name like create report in which form one is dropdown and its contain three items like string, integer and Date. And second control is textbox and one submit button. Now condition is that if user select string item from dropdown list then only string are allow to enter in below Textbox control same like if user select Date item from dropdown list then only user allow to enter Date only and it also in dd/mm/yy format and same for Integer items. So it is difficult task to validate at runtime for me at first time. And then finally I got the solution are described bellows.

How to validate dynamically created control in asp.net


validate dynamic created control


Description:-




In this example we explain that how to validate Date format in dd/mm/yyyy in asp.net C# backend code at runtime validation using Regex validator provided by .Net Framework.

We all know very to validate any like Date, only number, required validation, and Range validation is easily at client side but my problem is that it will be validated by runtime.

For example in my real project in which one form name like create report in which form one is dropdown and its contain three items like string, integer and Date. And second control is textbox and one submit button. Now condition is that if user select string item from dropdown list then only string are allow to enter in below Textbox control same like if user select Date item from dropdown list then only user allow to enter Date only and it also in dd/mm/yy format and same for Integer items. So it is difficult task to validate at runtime for me at first time. And then finally I got the solution are described bellows.

Saturday, 26 September 2015


create RSS fied



Description:-

In this example we explain that how to create RSS fied or create sample of the RSS fied in asp.net using C#.


First of all what is RSS. Its stands for “Realy Simple Syndication”. RSS are generally used to solve problems for users that regularly uses the internet’s provide user to easily stay informed by retrieving the content from the websites or any blogs in which you are interested. User can save the time by using RSS facility you do not need to visit each website individually.


how to Create RSS feed Using Asp.net using C#


create RSS fied



Description:-

In this example we explain that how to create RSS fied or create sample of the RSS fied in asp.net using C#.


First of all what is RSS. Its stands for “Realy Simple Syndication”. RSS are generally used to solve problems for users that regularly uses the internet’s provide user to easily stay informed by retrieving the content from the websites or any blogs in which you are interested. User can save the time by using RSS facility you do not need to visit each website individually.



The time entry in input field by AM PM

Description:

In this example we explain that how to create the date/time entry functionality can easily be added to an input field or textbox in asp.net using jQuery or JavaScript. Or create input field time format using jQuery.

Here user can insert time into textbox but here AM and PM is default you select it but you cannot edit AM or PM with other value.

Here we demonstrate the Time Entry is a jQuery time plugin that enables your input field or textbox to accept a time value using a spinner.here you have to create one .js file and put the below code in it.

date/time entry functionality in input field using jQuery spinner


The time entry in input field by AM PM

Description:

In this example we explain that how to create the date/time entry functionality can easily be added to an input field or textbox in asp.net using jQuery or JavaScript. Or create input field time format using jQuery.

Here user can insert time into textbox but here AM and PM is default you select it but you cannot edit AM or PM with other value.

Here we demonstrate the Time Entry is a jQuery time plugin that enables your input field or textbox to accept a time value using a spinner.here you have to create one .js file and put the below code in it.