Important alert: (current site time 7/15/2013 8:36:53 AM EDT)
 

Browse Category or Search Results.

Search Results: Page 5 of 9 found. Entries 41 - 50 of 80 found
Jump to page: 1 2 3 4 5 6 7 8 9 

  Description
Compatibility
Level/
Author
Views/
Date
Submitted
User Rating
 
  How to execute an application in ASP.NETHow to execute an application in ASP.NETVB.NET, ASP.NETBeginner /
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.
 
 
  IExitedIExitedVB.NET, ASP.NETAdvanced /
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.netImage Counter Asp.netASP.NETBeginner /
Dennis Walter
5331 since
8/27/2007 12:31:49 PM

By 2 Users

       image counter designed in asp.net
 
 
  image transferimage transferVB.NETIntermediate /
A.Venkat
3087 since
2/24/2005 4:05:10 PM
Unrated
       v
 
 
  Late-Bound com objects manipulation samples using CreateInstanceLate-Bound com objects manipulation samples using CreateInstanceC#, VB.NETAdvanced /
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 feedsLearn how to set up RSS feedsVB.NET, ASP.NETIntermediate /
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.Click here to see a screenshot of this code!(ScreenShot)
 
 
  LINQLINQC#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 ServerMail ServerVB.NETIntermediate /
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.
 
 
  mailservermailserverC++.NETBeginner /
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 virtualMapPath / MapUrl that works for site and virtualC#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)
 


Search Results: Page 5 of 9 found. Entries 41 - 50 of 80 found
Jump to page: 1 2 3 4 5 6 7 8 9 


Compatibility Filter Profile:

C#
VB.NET
ASP.NET
C++.NET