Windows Link Indexing Script
Scripts Directory Home Scripts Directory Add a Script Scripts Directory New Scripts Scripts Directory Top Viewed Scripts Directory Top Rated Scripts Directory Advertise Scripts Directory Contact Us Scripts Directory
 

ASP.NET Scripts

Category: Home \ ASP.NET
Ad Management Ad Management (4)
Affiliate Programs Affiliate Programs (2)
Books & Media Books & Media (0)
Bulletin Board & Forum Bulletin Board & Forum (3)
Business & Enterprise Business & Enterprise (1)
Calendar & Time Calendar & Time (2)
Chat Chat (3)
Classified Ad Managers Classified Ad Managers (0)
Content Management Content Management (12)
Database Tools Database Tools (0)
Directories Directories (9)
Discussion Board Discussion Board (0)
Documentation Tools Documentation Tools (0)
Email Email (4)
Error & Bug Handling Error & Bug Handling (0)
File Management File Management (8)
Games Games (2)
Graphics Graphics (6)
Guest Book Guest Book (1)
HTML & Code Editors HTML & Code Editors (1)
Instant Portals & Sites Instant Portals & Sites (0)
Knowledgebase Knowledgebase (0)
Link Manager Link Manager (0)
Messaging Messaging (1)
Miscellaneous Miscellaneous (4)
Shopping & Commerce Shopping & Commerce (5)
Site Statistics Site Statistics (1)
Tutorials & Code Tutorials & Code (16)
Vote & Questionnaire Vote & Questionnaire (2)
Webmaster Utilities Webmaster Utilities (4)

Total: 20      Diplaying: 1 - 10      Pages:  1 2 >> Sort By: Date  Visits  Title

Windows Link Indexing Script


ASP.NET 2.0 Profiles and Localization
ASP.NET 2.0 Profiles and Localization
Description:
Personalizing content for individual users and persisting per-user data has always been a non-trivial undertaking in Web apps, in part due to the stateless nature of HTTP. Sites that authenticate users often store personalization data in back-end databases and key it with user names. Sites that don't authenticate users use cookies to round-trip personalization info or keys that can be used to look up personalization info. Either way, most platforms leave the coding to you. ASP.NET 2.0's profile service simplifies the task of storing per-user data. It works with authenticated and unauthenticated users, and it uses the ASP.NET provider model for flexible data storage. You define a user profile; ASP.NET compiles the profile and provides strongly typed access to it. Moreover, ASP.NET persists data written to profiles.
Added Date: 24 Nov 2005
Details Visit Print
 Visits: 291   Reviews: 0 
 Avg Rating:  0.00 out of 5     0 Vote(s)

ASP.NET 2.0 Tips & Tricks
ASP.NET 2.0 Tips & Tricks
Description:
While this isn't an introductory session and will assume some basic familiarity of ASP.NET 2.0 it does provide a nice tour of a wide set of ASP.NET capabilities. We'll look at Cross Page Posts, Site Navigation, Wizard Control, Url rewriting, as well as learn how to build a web based RSS reader with 'zero' code! Plus: CodeSmith 3.0 Tips & Tricks! We'll explore also some of great tips and tricks that show off some of the awesome capabilities of this tool. Source code included.
Added Date: 1 Dec 2005
Details Visit Print
 Visits: 292   Reviews: 0 
 Avg Rating:  0.00 out of 5     0 Vote(s)

ASP.NET HOW DO I Video Series: Data
ASP.NET HOW DO I Video Series: Data
Description:
This video illustrates how simple it is to create data-driven web sites using Visual Web Developer 2005 Express Edition, ASP.NET 2.0, and SQL Server 2005 Express Edition. See the integrated data editing support provided by Visual Web Developer that simplifies database creation and population using the Database Explorer and DataSet Designer. Explore how easy it is to create a master-details view with support for filtering, sorting, paging, and editing with no code using the DropDownList, GridView, DetailsView, and ObjectDataSource controls.
Added Date: 21 Mar 2006
Details Visit Print
 Visits: 329   Reviews: 0 
 Avg Rating:  0.00 out of 5     0 Vote(s)

ASP.NET HOW DO I Video Series: Localization
ASP.NET HOW DO I Video Series: Localization
Description:
This video is a tour of the web site localization support in Visual Web Developer 2005 Express Edition. Learn how to create culture-aware and locale-specific web content with ASP.NET 2.0 with no additional code. Topics include the new declarative binding syntax, page-level vs. application-level resources, and using the rich resource editor.
Added Date: 27 Mar 2006
Details Visit Print
 Visits: 316   Reviews: 0 
 Avg Rating:  0.00 out of 5     0 Vote(s)

ASP.NET HOW DO I Video Series: Tips and Tricks
ASP.NET HOW DO I Video Series: Tips and Tricks
Description:
This Tips & Tricks video covers many useful techniques for enhancing ASP.NET 2.0 web sites using Visual Web Developer 2005 Express Edition. Topics include encrypting sensitive information stored in web.config, maintaining the browser scroll position across postbacks, posting content to a different page, setting focus on a specific control when a page is loaded, creating a bulleted list of hyperlinks from an XML file, working with the file upload control, simplifying complex URLs using URL remapping, and using the MultiView control to switch between groups of content programmatically.
Added Date: 14 Sep 2006
Details Visit Print
 Visits: 309   Reviews: 0 
 Avg Rating:  0.00 out of 5     0 Vote(s)

ASP.NET HOW DO I Video Series: Web Parts and Personalization
ASP.NET HOW DO I Video Series: Web Parts and Personalization
Description:
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.
Added Date: 11 Apr 2006
Details Visit Print
 Visits: 288   Reviews: 0 
 Avg Rating:  0.00 out of 5     0 Vote(s)

ASP.NET Migration Summit - Moving from ASP to ASP.NET
ASP.NET Migration Summit - Moving from ASP to ASP.NET
Description:
From this session, brought to you by Microsoft and DevelopMentor, you will learn the internal details of how ASP .NET works, from the new compiled processing model to the inheritance story of a page and code-behind. Also, learn about the strengths of Web Forms and a completly new Server-Side controls architecture. You will also learn how to scale a Web site by taking advantage of the new state management features in ASP .NET. Finally, you will learn about Web Services - how they work and where they fit in the world of distributed computing. Source code included.
Added Date: 29 Jul 2005
Details Visit Print
 Visits: 134   Reviews: 0 
 Avg Rating:  0.00 out of 5     0 Vote(s)

Configuring and Deploying Your ASP.NET Solutions
Configuring and Deploying Your ASP.NET Solutions
Description:
In this paper, you learn how to configure your Web solutions using ASP.NET's standardized configuration files. You also learn how to design deployment plans that make it easy for you to install your ASP.NET solutions both locally and remotely.
Added Date: 16 Nov 2005
Details Visit Print
 Visits: 329   Reviews: 0 
 Avg Rating:  0.00 out of 5     0 Vote(s)

Displaying Data on the Web
Displaying Data on the Web
Description:
This paper will provide a broad introduction to the topic of data-driven web sites, and how they are implemented in ASP.NET. It starts with a discussion of the advantages and disadvantages of data-driven sites, and then moves on to examine the sources that such data can come from. After that, you will know the .NET Framework's data access strategy of choice, ADO.NET, including its architecture, its classes, and how it fits into the structure of data-driven applications.
Added Date: 17 Aug 2005
Details Visit Print
 Visits: 130   Reviews: 0 
 Avg Rating:  0.00 out of 5     0 Vote(s)

Funny stuff
Funny stuff
Description:
It is hard to describe. It is like pizza, different peoples with absolutely different opinions. Strange web site about everything. Stupid questions get smart answers. Live and love stories.
Added Date: 9 Oct 2005
Details Visit Print
 Visits: 353   Reviews: 0 
 Avg Rating:  0.00 out of 5     0 Vote(s)

Total: 20      Diplaying: 1 - 10      Pages:  1 2 >> Sort By: Date  Visits  Title

Search
Partners

Categories
 ASP ASP
 ASP.NET ASP.NET
 C & C++ C & C++
 CGI & Perl CGI & Perl
 Flash Flash
 Java Applets Java Applets
 Javascript Javascript
 PHP PHP
 Tools and Utilities Tools and Utilities
 XML XML
Partners’ SitesPartners’ Sites
Partners


Partners

MP3 Conversion
Ach casino
Hard Drive Recovery
online casino
Partners

Buy cheap phone calling cards