Many time when we built a website for IIS 6 and need to move in IIS 7 or later facing this problem(http handler or http module not working in IIS 7 or IIS 7.5), so there is an additional setting for IIS 7 or later that we need to do.
Programming Tutorials And Source Code
How to validate mobile number, email in jquery
Catagory:
JQuery,
validation
This tutorial will show you how
to validate an email address and mobile number using jquery. This method has a few advantages
over validating an email address using jquery, as the validation process takes
place within the browser, meaning no server request or reload is necessary.
Security in asp.net ajax webservice
Catagory:
Asp.net,
JQuery,
webservices
Many time we need to
make a service in our domain and call them through javascript (exposing them to
client),so here we are exposing our service to world wide web and we need to
ensure that our service is secure, I search a lot but didn’t find any appropriate
solution so I wrote this post ..
Social share buttons in asp.net
Catagory:
Asp.net,
JavaScript
How to add a share buttons in our asp.net website to enable user to share their content in social website like facebook, linkedin, twitter etc.
All social network website provide their code, apis( in their developers area) to share, but just because of lack of knowledge ( and how to use this code ) we faces a lot of problem and spend a lot of time so here is the simple way to implement such share button to your own website.
All social network website provide their code, apis( in their developers area) to share, but just because of lack of knowledge ( and how to use this code ) we faces a lot of problem and spend a lot of time so here is the simple way to implement such share button to your own website.
How to call asp.net webservice from jquery, javascript
Catagory:
Asp.net,
JQuery,
webservices
This article shows, how you can call your webservice (.asmx) or inline aspx web method from jquery that will prevent to invoke whole life cycle of an aspx page and work faster than update panel .
You can also check Creating Rest Services in asp.net with httphandler, How To Create WCF Rest Services In Asp.Net, Security in asp.net ajax webservice
You can also check Creating Rest Services in asp.net with httphandler, How To Create WCF Rest Services In Asp.Net, Security in asp.net ajax webservice
Subscribe to:
Posts (Atom)
Most Popular Article All Time
- binding dropdownlist in .net mvc razor by viewbag, model and jquery - 3 ways
- Difference between abstract class and interface
- How to handle click event of linkbutton inside gridview
- How to validate mobile number in javascript
- Scrollable Gridview with fixed headers in asp.net
- What is a Interface in C# .Net
- load more content when browser scroll to end of page in jquery
- What is NameSpace in .Net
- Regular expression for alphanumeric with space in asp.net c#
- how $document.ready() is different from window.onload()
