|
|
|
|
|
| | Total Hits: 118 | Today: 0 | Author: Arlen Navasartian | Rating:  |
| |  This is a grid like Facebook Inbox style. This grid gives us the possibility of binding data and adding Facebook style events like removing the current row, expanding a row, and linking to another page.
The control uses the following methods:
* Send a jQuery AJAX request to a web server to get news in JSON format * Create rows and columns and bind data to table rows * Set the control style after data binding * Interact with user * Change and set styl... |
| | Total Hits: 381 | Today: 0 | Author: Tahir 111 | Rating:  |
| |  Previously I came across a requirement to provide a functionality of something similar to a traditional combo box (found in Windows Forms) and a sort of multicolumn combo box in ASP.NET. I searched a lot on the net but found nothing suitable for my requirements. So, I decided to write my own control from scratch and here is what I call a multicolumn combo box. It is a combo box but with multiple columns and a textbox. You can search a particular row by typing the key column value in the textbox.... |
| | Total Hits: 321 | Today: 0 | Author: Mike Ellison | Rating:  |
| |  For the end user, the DropDownCheckList resembles an HTML |
| | Total Hits: 155 | Today: 0 | Author: AzamSharp | Rating:  |
| |  Charts and graphs always attract more users to the website. Displaying statistical data in the form of graphs gives more meaning to the data. There are tons of third party controls that can be used to create impressive charts but almost all of them come with a price. In this article I will introduce a very simple charting control, WebChart which allows the developer to create really cool looking graphs with only few lines of code. The best thing about this control is that it is totally free. The... |
| | Total Hits: 87 | Today: 0 | Author: Dino Esposito | Rating:  |
| |  Input controls are essential in any application, but they're especially critical when your Web application is the face of your organization. These controls can be the primary measure by which users judge your application and even your credibility.
In both Windows® and Web programming, user interfaces are built by composing controls. But the array of controls available is not particularly rich. Input controls for Windows Forms are still based on Win32® controls, and Web controls are little... |
| | Total Hits: 192 | Today: 0 | Author: Simone Busoli | Rating:  |
| |  ELMAH is an open source project whose purpose is to log and report unhandled exceptions in ASP.NET web applications. Since its first public release back in 2004 as a sample to the MSDN article Using HTTP Modules and Handlers to Create Pluggable ASP.NET Components, it has gained many new features and extended its support for newer ASP.NET releases - yet without dropping compatibility with older ones.
This article provides a comprehensive overview of the project as well as a detailed guide ... |
| | Total Hits: 84 | Today: 0 | Author: Jeff | Rating:  |
| |  A couple of years ago, when I was less focused, finished with my book and completely unmotivated to develop anything useful for my own non-day job projects, I struggled trying to shoehorn my apps into the ASP.NET Membership and Profile API's. Probably because of my lack of experience, I became very frustrated at the point where the objects started to relate to the data.... |
| | Total Hits: 125 | Today: 0 | Author: Shabdar Ghata. | Rating:  |
| |  It always made me wonder how sites like http://finance.yahoo.com and http://finance.google.com display stock quotes online so quickly and without refreshing entire page. So I decided to implement something similar. It looks very difficult to implement these kind of streaming, but ASP.Net and it's feature rich AJAX controls makes it really simple to implement this. This is my first attempt to build similar streaming web page. This sample may sound fairly easy to you and some of you might think th... |
| | Total Hits: 832 | Today: 0 | Author: puchi007. | Rating:  |
| |  This article shows how to build a custom validator and customize the error messages based on different conditions, as well as add a validation summary control and display error messages. This is very helpful if you have a lengthy form and you need to scroll down to hit a Submit button to validate the entire form. If the validation summary doesn't show the error message, the user could be confused. By default, the custom validator control doesn't render the error message to the validation summary... |
| | Total Hits: 148 | Today: 0 | Author: ashish_patil++. | Rating:  |
| |  First, let me accept that .NET is really cool. It certainly accelerates development time multifold. Also, it has very powerful features that can be used very easily. Microsoft has started to give 'Express Edition' of its development tool free of cost, which I believe is the best thing that can ever happen to .NET. I just happened to get my hands on the Visual C# 2005 Express Edition (Beta) and was amazed !!... |
| | Total Hits: 323 | Today: 0 | Author: saravanan gajendran | Rating:  |
| |  A custom SharePoint list can be configured to collect any type of data and SharePoint automatically generates the forms for adding new items, editing items and viewing items. Team Web site comes with a built-in List Calendar, Task, which is listed on the Quick Launch bar. A new custom list has to be created for storing the files.... |
| | Total Hits: 151 | Today: 0 | Author: Nidal Arabi | Rating:  |
| |  This article is the second in the chain of introducing Microsoft AJAX Extensions to teach developers about this technology and will discuss the issue of refreshing the user web page and give them the progress feeling.... |
| | Total Hits: 59 | Today: 0 | Author: Devarticles.com | Rating:  |
| |  An explanation and demonstration of the use of the following features of ASP.NET: user controls, server controls, HTML controls, custom controls, components, and the code behind method.... |
| | Total Hits: 435 | Today: 0 | Author: vgapp | Rating:  |
| |  The Microsoft ASP.NET Ajax Toolkit offers excellent tab control that organizes several views within a single page when each view is presented one at a time. It is more difficult to use this control to manage tasks that are split between different pages. The TabStrip control presented in this article could be used for navigation between multiple pages.... |
| | Total Hits: 34 | Today: 0 | Author: Karl Seguin | Rating:  |
| |  ASP.Net's introduction of the web.config file went a long way to filling the configuration hole we had to deal with in classic ASP. We actually went from having very little (global.asa was the closest thing) to a well-structured, change on the fly XML file. For the most part, the web.config file does the trick fine. However there are some limitations and constraints with using it, which you are probably already aware of. What you might not know is how easy is it to surmount those issues by creat... |
| | Total Hits: 55 | Today: 0 | Author: Milan Negovan | Rating:  |
| |  ASP.NET provides a simple yet powerful way to deal with errors that occur in your web applications. We will look at several ways to trap errors and display friendly meaningful messages to users. We will then take the discussion a step further and learn how to be instantly notified about problems so you can cope with them right away. As a geek touch we will also track the path 404's travel.... |
| | Total Hits: 159 | Today: 0 | Author: Luke Stratman. | Rating:  |
| |  What impresses potential clients touring your office more than anything? A big screen displaying realtime performance data for your critical servers. I'm joking, but only partially: it makes a company look professional and it's also a huge boon for network operations employees who can tell within seconds if something is wrong with a server. An ideal presentation medium for this is obviously a web page, since you can implement multiple versions of this performance data display for network operati... |
| | Total Hits: 164 | Today: 0 | Author: DavidHayden | Rating:  |
| |  I played with the ObjectDataSource Control a bit this past weekend to understand how it works with update concurrency for multiuser ASP.NET web applications. If you are interested in learning about the fundamentals of concurrency in SQL Server at a high level, you can read my post on it: Concurrency in SQL Server.... |
| | Total Hits: 214 | Today: 0 | Author: defwebserver | Rating:  |
| |  Let's say your boss just gave you an assignment to create a "Trading Post" type of module for the company intranet that is running on DotNetNuke. In the past, you would have spent nearly half an hour just setting up the development environment, and hours creating the Data Access Layer (DAL) and the code. All that has changed with the recent enhancements to DotNetNuke and the DAL, in the creation of the DAL+. This tutorial will show you how to create a DotNetNuke module using the new DAL+, an ext... |
| | Total Hits: 217 | Today: 0 | Author: CodeProject | Rating:  |
| |  We've all had that problem - designing our web sites to have a certain look and feel. Unfortunately, not every visitor will view the site the way you intended. This is due to the fact that different operating systems render native browser controls differently. The buttons in OS X have the aqua look while the buttons in Windows 2000 look gray and outdated.... |
|
|
|
|
|
|
|
|
|
|
|
|
|