Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Most Popular Scripts | ASP.NET | Tutorials & Tips

Results 121-140 of 654
View State in ASP.NET and understand how it works
In this article, I would explain about View State in ASP.NET, What is it and how it works. Have you ever wondered why coding in ASP.NET is so much fun, easy, and less coding time compared to Classic ASP or any other languages such as PHP, JSP ?. One of the reason behind this was ViewState. Every Control in ASP.NET comes with ViewState enabled by default and with the power of ViewState, all your control can remember its values after page post back. ViewState can help you minimize your coding downtime however it has its own pros and cons. Read this article, and you can understand how to minimize your page ViewState data and improve your site performance. You can see the values of ViewState easily by viewing the source of aspx page. You should be able to see that there is hidden values called ViewState.
(3 ratings)
Reviews0
PriceFree
Views865
Master Pages in ASP.Net 2.0 - An Advanced Look
Advanced use of Master Pages in ASP.NET 2.0 to achieve consistent look and feel of your web site. Master Pages enables us to apply the same page layout to multiple pages in a Web Application.
(3 ratings)
Reviews0
PriceFree
Views1928
Membership, profile and roles in ASP.NET 2.0
This serie of articles explains the membership provider system in ASP.NET 2.0, how to make it work against SQL Server 2000, how to tweak the CreateUserWizard to require email verification when new accounts are created etc. As of this moment there are 6 articles, all with explaining sourcecode.
(3 ratings)
Reviews0
PriceFree
Views1254
Managing Membership and Roles in ASP.NET 2.0
In this tutorial you will learn about Anonymous Users, Managing Membership and Roles, The Programming Interface - Properties and Methods, Setting up the Membership, The Membership Provider, The ProviderBase Class, The MembershipProviderBase Class, Managing Roles, The Role Class and The Role Provider.
(3 ratings)
Reviews0
PriceFree
Views1473
Web Parts and Personalization
This video shows how to use the new Web Parts and Personalization features of ASP.NET 2.0 and the designer support provided by Visual Web Developer 2005 Express Edition to build customizable web pages whose content and layout can be modified by the user. See how Web Parts enable the user to add new content to a page on-the-fly and restructure the page in the browser using drag-and-drop.
(3 ratings)
Reviews0
PriceFree
Views1153
Proper source code management of your Visual Studio 2003 solutions
This article describes procedures to easily and properly create and maintain your VS.Net 2003 projects under your source control system. This is especially important for ASP.Net web applications as many developers have difficulty organizing them under Visual Source Safe.
(3 ratings)
Reviews0
PriceFree
Views3656
Creating multilingual websites - Part 1
Extend the existing globalization capabilities of .Net to create flexible and powerful multilgual web sites. First create a custom ResourceManager and then create custom localized-capable server controls to easily deploy multilingual functionality.
(3 ratings)
Reviews0
PriceFree
Views1470
Export Crystal Reports to PDF file
This tutorial explains how you can export crystal reports to PDF, Excel, Word and HTML formats with ASP.NET web application. Reports are then available for direct download or used for scheduled reports to be sent via email, in this case, the exporting is done on the server side and the exported file is attached to an email and send to the user's email id.
(3 ratings)
Reviews0
PriceFree
Views1331
Sending Email with ASP.NET
In this article we will be discussing on how you can send emails using your ASP.NET applications. In ASP.NET application, you can send electronic mails by using either the SmtpMail class or the MailMessage class found in the System.Web.Mail namespace.
(3 ratings)
Reviews0
PriceFree
Views1148
ASP.NET Textbox Autopostback tutorial
This tutorial will demonstrate how to display the text entered into an asp:textbox on a webpage.
(3 ratings)
Reviews0
PriceFree
Views863
ASP.NET 2.0: Displaying Master-Detail Data on the Same Page
In this tutorial you will learn how to display Master-Detail Data on the same page, To display the master records, To configure a query to display related records and To test the page
(3 ratings)
Reviews0
PriceFree
Views2356
ASP.NET: Creating and consuming XML Web Services with C#
We all talk about webservices, webservices can do this and webservices can do that. But when we are asked to make one, we hesitate. Maybe it's because we never made a webservice before, and all the time playing with Webforms and Windows Forms or even Console Applications. By the way, I love Console applications. In this article, I will show you how to create a simple webservice that is consumed by a Console application client.
(3 ratings)
Reviews0
PriceFree
Views2725
ASP .NET: Validating User Input with C#
This tutorial covers Validating User Input with C# covers Overview of ASP.NET Validation Controls , Using the Simple Validators , Using the Complex Validators and Summarizing Results with the Validation Summary Control.
(3 ratings)
Reviews0
PriceFree
Views1708
TheCodeBehind - Blogs And Resources
TheCodeBehind is a combination blog and resource site for programmers and developers to share code, learn from each other and blog about whatever interests them. The site includes some great features such as members advertising on their blogs and resources, and being able to add languages to the main site themselves! Languages currently on the site include asp, asp.net, asp.net 2.0, c, c#, c++, java, javascript, jscript, jscript.net, perl, php, python, vb, vb.net and vbscript!
(3 ratings)
Reviews0
PriceFree
Views1271
Creating Custom Configurations
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 creating a far more flexible alternative.
(3 ratings)
Reviews0
PriceFree
Views1315
Event Calendar for ASP.NET MVC Video Tutorial
A short tutorial on how to create a simple nice-looking event calendar/ scheduler for ASP.NET MVC.
(3 ratings)
Reviews0
PriceUSD 299.00
Views547
Crystal Reports tutorial, introduction
Video tutorial presents introduction to Crystal Reports - a business intelligence application used to design and generate reports from a wide range of data sources. Free lesson describe how to create a report, view, sort and group data, insert summary and use MIN, MAX, AVG methods.
(3 ratings)
Reviews0
PriceFree
Views456
Analysis Services tutorial
Video tutorial presents introduction to Analysis Services - multidimensional, online analytical processing part of Microsoft SQL Server. Free lessons demonstrate how to create and manage OLAP cube: create dimensions, measures, hierarchies, how to use Data Source and Data Source View, process and browse OLAP cube, create a simple key performance indicator (KPI), use MDX Expressions with KPIs.
(3 ratings)
Reviews0
PriceFree
Views440
Newsletter in ASP.NET - How To Create It
This tutorial explains how to create Newsletter and send mass e-mails to your web site subscribers. It includes registration form so users can subscribe to receive your newsletter.
(3 ratings)
Reviews0
PriceFree
Views1453
Working With ObjectDataSource And GridView
This tutorial explains how to connect to data source with ObjectDataSource and show data in GridView. A GridView supplies data in table form with the possibility to sort, edit, select an item and even split the data over several pages. ObjectDataSource supplies the possibility to use the 3 tier design model and has the advantage that less code has to be written.
(3 ratings)
Reviews0
PriceFree
Views1261
Results 121-140 of 654