| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
How to execute an application in ASP.NET | VB.NET, ASP.NET | Beginner / saxsucks | 8719 since 7/21/2003 1:29:20 PM |
By 2 Users
|
| |
You can run a command line application out from ASP.NET using the "hidden" method System.CodeDom.CompilerExecutor.ExecWaitWithCapture. So you even can use the output of the application. |
| |
| |
| |
 |
IExited | VB.NET, ASP.NET | Advanced / Benoit Robin R-N soft | 967 since 10/25/2011 3:49:25 PM | Unrated
|
| |
I have made a control in asp.net to add this event in server-side.
You only have to add this control on the page, and you yill have an event at client side. |
| |
| |
| |
 |
Image Counter Asp.net | ASP.NET | Beginner / Dennis Walter | 5331 since 8/27/2007 12:31:49 PM |
By 2 Users
|
| |
image counter designed in asp.net |
| |
| |
| |
 |
image transfer | VB.NET | Intermediate / A.Venkat | 3087 since 2/24/2005 4:05:10 PM | Unrated
|
| |
v |
| |
| |
| |
 |
Late-Bound com objects manipulation samples using CreateInstance | C#, VB.NET | Advanced / Marc-Julien Lie | 2847 since 3/31/2005 1:51:12 PM | Unrated
|
| |
This code sample will show you a way to manipulate late-bound objects, in this case another application (com or library). It shows how to call methods and properties of a remote class, without having to declare a variable of that class type. This code can ...(description truncated) |
| |
| |
| |
 |
Learn how to set up RSS feeds | VB.NET, ASP.NET | Intermediate / Justin Watts | 4139 since 5/27/2007 10:24:29 AM |
By 1 Users
|
| |
To show a way to use rss in a webpage easily with a rss class I created. (ScreenShot) |
| |
| |
| |
 |
LINQ | C# | Beginner / santybanty | 3951 since 7/9/2012 5:49:32 PM | Unrated
|
| |
LINQ stands for Language-INtegrated Queries and basically makes queries first citizens of the .NET languages such as C# and VB.NET (i.e. makes them available in the IntelliSense of Visual Studio 2008).
We can use LINQ with any data source. We can express ...(description truncated) |
| |
| |
| |
 |
Mail Server | VB.NET | Intermediate / M Abbas | 3941 since 10/10/2004 12:15:15 PM | Unrated
|
| |
This is a mail Server
which accepts query from the user and then mail to the result data set. |
| |
| |
| |
 |
mailserver | C++.NET | Beginner / aksa naeem | 2743 since 10/21/2004 4:00:21 PM | Unrated
|
| |
An emailing database which will mail the letter to all the students of a selected query. like :
select * from students where section = '7A' and course = 'CSP'
|
| |
| |
| |
 |
MapPath / MapUrl that works for site and virtual | C# | Beginner / Lawrence Chase | 4894 since 8/5/2004 7:42:10 PM | Unrated
|
| |
When running a web site as a virtual vs main site, there are errors in the way Server.MapPath() operates since it always refers to the Path of the root of the site and not the root of your virtual site which is often needed. Running all MapPath and Url Re ...(description truncated) |
| |