CODEDIGEST InstallShield
Home Articles CodeDigest Tutorials InstallShield FAQs
Skip Navigation LinksHome   Submit Articles and Win Geeky Prizes!!   You are not logged in.
Search
 

Sponsors
InstallShield
 

Product Spotlight
 

Technologies
 

CodeDigest Navigation
 

Technology News
No News Feeds available at this time.
 

In Community
No News Feeds available at this time.
 
Home
Recent Articles
CKEditor is formerly called as FCKEditor. It is an open source WYSIWYG editor which is called FCKEditor till 2.x version and got renamed to a new brand called CKEditor and continued its evolution from 3.0 version. Moving forward, we will see how the new CKEditor can be used in an ASP.Net website.
JavaScript is one of the very versatile scripting languages that are used in Web applications. Even though we can accomplish everything in server side programming using C#, it is still advisable to do some of the things like validations, etc in clientside using JavaScript. In ASP.Net 1.x, we don’t have that much support in the framework to hook JavaScript functions from the asp.net page dynamically.
We have started an article series “Customizing Fields in ASP.Net Dynamic Data Website” to customize the fields displayed in ASP.Net Dynamic data website. In part 1 of this article series, we have seen how to customize an existing field template. We will continue the article series with part 2 to include a new field template for a datatype that can be used only at specific places.
The next version of .Netframework is 4.0, which is currently in its beta 2 stage includes many new ground breaking features. With ASP.Net 4.0, Microsoft shipped some very new good features that are really helpful to make your pages search engine friendly.
jQuery library has become one of the most widely used javascript library that heavily simplified the client side scripting. Apart from DOM parsing and other advantages, jQuery library excelled so much in AJAX communications. Moving forward, we will see how to use jQuery Ajax methods to call a WebService method in ASP.Net.
CodeDigest
 
Other Activities
FAQs and Interview Questions
Technology News
 
Recent ASP.Net Articles
This article discusses Exception Handling application block configuration to implement consistend exception handling within ASP.NET web applications.
I had created a Google Maps web page that loaded data from a database using web services (Denver Traffic Cameras). This post is a tutorial on how to create such a page.
The ASP.NET MVC framework provides multiple ways to validate the user input. In this article we are going to demonstrate how to perform validation in an ASP.NET application using Controller action, IDataErrorInfo and DataAnnotations methods.
This article will demonstrate the development of an FBML Facebook application in ASP.NET using the Facebook Development Toolkit. We will create a simple application that accesses the user's profile and displays a list of the user's Facebook friends and their profile photos in a Facebook "Application Invite" container.
In this article, I present another aspect of communication in ASP.Net 2.0, named "CallBack” and how it can be used for a web application asp.net soft light and especially performant. For this I created a set of web controls based on the "CallBack" not on "PostBack" but that works exactly like the standard controls of ASP.Net 2.0
This is a very simple tutorial that walks you through the necessary steps to create an ASP.NET MVC application with Create, Read, Update and Delete (CRUD) capabilities. This sample application also uses Linq to SQL and takes full advantage of data scaffolding
A look at essential pieces of knowledge you should have when working with view models and drop-down lists in the ASP.NET MVC framework.
A frequent requirement for ASP.NET developers is to schedule tasks at regular intervals. This can include site maintenance tasks, like cleaning up old files, emailing newsletters on a schedule etc. This article examines one easy option for managing tasks like these without having to configure external tools, and discusses a couple of alternatives.
ASP.NET natively supports script embedding only into the body of the HTML document which is limited in many ways if you need more control over how scripts load under program control. In this post I'll show one of my components that allows embedding scripts and script references in the header of the document as well as many useful script embedding features for ASP.NET.
This short article demonstrates how to create a watermark effect on your TextBox and display instructions to users, without taking up screen space