ASP.net at Kaboodle
  • Print Print

ASP.net

by theepan   |   2 Comments

0 Hearts

View:   List | Grid | Slideshow
flag-list Flag List
This list will be added to your My Favorites list.

Cancel
default
Brokered Authentication:...

See this at: msdn2.microsoft.com| Added on 11/05/07

The following condition is an additional reason to use the solution: * The environment includes organizational boundaries that are protected by firewalls. The authentication broker must be able to issue security tokens that can traverse these... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.

See this at: files.codes-sources....| Added on 11/01/07

Lines of code : 120 lines * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
DataTable Class

See this at: msdn2.microsoft.com| Added on 11/01/07

When accessing DataTable objects, note that they are conditionally case sensitive. For example, if one DataTable is named "mydatatable" and another is named "Mydatatable", a string used to search for one of the tables is regarded as case sensitive.... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Learn how to write a...

See this at: geekswithblogs.net| Added on 10/10/07

Learn how to write a Regular Expression: --------------------------------------------------------------- What Regular Expression? A regular expression is a pattern that can match various text strings, used for validations. Where and when to use... See more more

Comments (1)

How to Write Regular Expression

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
how can validate the...

See this at: dotnetspider.com| Added on 10/10/07

Hi, this is using javascript........u can validate the phone no. using regular expression validator also---- if((Phone).length == 0) { error_message+="Enter phone"+"\n"; error=true; } var regEx = /^[0-9]{3}([\-][0-9]{4})?/; var... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Configure an ASP.NET...

See this at: technet2.microsoft.c...| Added on 09/26/07

Open IIS Manager, expand the local computer, and navigate to the Web site folder that contains the ASP.NET application. | 2. Right-click the Web site folder, and then click Properties. | 3. In the Properties dialog box, on the Home Directory tab,... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Download Samples

See this at: pluralsight.com| Added on 09/25/07

Please send any errors you find in the text to Fritz with a subject line of 'Essential ASP.NET C# Errata'.

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
How-To Articles

See this at: dotnethero.com| Added on 11/30/06

'Fill the Dataset Dim ds As New DataSet() ds.ReadXml(Server.MapPath(".") & "\..\Xml\PartList.xml") 'Work with Dataset '... 'Dispose object ds.Dispose()

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
ASP.NET AJAX Roadmap

See this at: ajax.asp.net| Added on 11/24/06

All developers should begin by understanding what ASP.NET AJAX is, how it enables you to create AJAX-style Web applications, and how to install it. There are new server controls that enable you to quickly leverage the power of ASP.NET AJAX and there... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
XML & Web Service...

See this at: xmlforasp.net| Added on 11/24/06

This demonstration (slides and code) provides several tips and tricks that can be used when working with ASP.NET Master Pages. Samples include referencing Master Pages from content pages, updating Master Page content dynamically, storing Master Pages... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Create Dynamic ASP.NET...

See this at: eggheadcafe.com| Added on 08/23/06

Generating native Excel spreadsheets from your web server is not that difficult with ASP.NET. What can be difficult is making instances of Excel.exe go away so you don't open up TaskMgr and see 123 instances of EXCEL.EXE still sitting in memory. I... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
http://aspnet101.com/aspn...

See this at: aspnet101.com| Added on 08/15/06

Many people have asked me for this tutorial, so here goes. For those of you who don't know, MySQL is an open-source DataBase server. Being that it's open-source, it's also free. That's about as low-cost as you can get. Of course, you may ask 'Why use... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Code Samples

See this at: developerfusion.co.u...| Added on 08/15/06

An often overlooked combination of scripting technologies is ASP.NET with MySQL (instead of Access [slow] or SQL Server [expensive]). MySQL is a fast and popular database and you can find numerous ISPs which offer it with ASP.NET (e.g.... See more more

Comments (1)

MY Sql database connection

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
The #1 ASP.NET Community

See this at: authors.aspalliance....| Added on 07/24/06

Asking the user to upload a file to the server is a very very common task in most of the web applications. In classic ASP, uploading file was a very difficult task, since we need a third party component or we need to write our component to upload... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
The #1 ASP.NET Community

See this at: authors.aspalliance....| Added on 07/24/06

Asking the user to upload a file to the server is a very very common task in most of the web applications. In classic ASP, uploading file was a very difficult task, since we need a third party component or we need to write our component to upload... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
Top Questions about the...

See this at: msdn.microsoft.com| Added on 01/17/06

The DataGrid Web server control is a powerful tool for displaying information from a data source. It is easy to use; you can display editable data in a professional-looking grid by setting only a few properties. At the same time, the grid has a... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.
How to: Pass Values...

See this at: msdn2.microsoft.com| Added on 01/17/06

If your application redirects (navigates) from one ASP.NET Web page to another, you will frequently want to pass information from the source page to the target page. For example, you might have a page where users can select items to purchase. When... See more more

comment Add a comment

Sign in to comment. Not a member yet? Sign up here.

Sign in to comment. Not a member yet? Sign up here.

Share This List!

Share via URL:

Delete