Click here to Skip to main content
15,891,184 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to display the contents of database in horizontal manner Pin
_AK_10-Jul-06 1:05
_AK_10-Jul-06 1:05 
GeneralRe: How to display the contents of database in horizontal manner Pin
Amit Agarrwal10-Jul-06 1:29
Amit Agarrwal10-Jul-06 1:29 
GeneralRe: How to display the contents of database in horizontal manner Pin
_AK_10-Jul-06 1:38
_AK_10-Jul-06 1:38 
GeneralRe: How to display the contents of database in horizontal manner Pin
Amit Agarrwal10-Jul-06 2:03
Amit Agarrwal10-Jul-06 2:03 
GeneralRe: How to display the contents of database in horizontal manner Pin
_AK_10-Jul-06 2:26
_AK_10-Jul-06 2:26 
GeneralRe: How to display the contents of database in horizontal manner Pin
Amit Agarrwal10-Jul-06 2:57
Amit Agarrwal10-Jul-06 2:57 
GeneralRe: How to display the contents of database in horizontal manner Pin
_AK_10-Jul-06 3:08
_AK_10-Jul-06 3:08 
GeneralRe: How to display the contents of database in horizontal manner Pin
Amit Agarrwal10-Jul-06 3:17
Amit Agarrwal10-Jul-06 3:17 
QuestionTransfer file form Server to server Pin
nmandaliya9-Jul-06 23:25
nmandaliya9-Jul-06 23:25 
AnswerRe: Transfer file form Server to server Pin
Paddy Boyd9-Jul-06 23:58
Paddy Boyd9-Jul-06 23:58 
Questionkeypress event Pin
kamalika_kk9-Jul-06 23:13
kamalika_kk9-Jul-06 23:13 
AnswerRe: keypress event Pin
mnaveed9-Jul-06 23:43
mnaveed9-Jul-06 23:43 
QuestionXMLHTTP calls Pin
gruvis9-Jul-06 22:57
gruvis9-Jul-06 22:57 
AnswerRe: XMLHTTP calls Pin
RichardGrimmer11-Jul-06 5:24
RichardGrimmer11-Jul-06 5:24 
GeneralRe: XMLHTTP calls Pin
gruvis12-Jul-06 2:55
gruvis12-Jul-06 2:55 
QuestionMultilingual Support in ASP.NET Pin
Spykraft9-Jul-06 21:27
Spykraft9-Jul-06 21:27 
AnswerRe: Multilingual Support in ASP.NET Pin
Reza Raad9-Jul-06 22:41
Reza Raad9-Jul-06 22:41 
AnswerRe: Multilingual Support in ASP.NET Pin
mnaveed9-Jul-06 22:53
mnaveed9-Jul-06 22:53 
JokeRe: Multilingual Support in ASP.NET Pin
Spykraft10-Jul-06 0:29
Spykraft10-Jul-06 0:29 
Questionhow to connect server of any remote netwok Pin
nishak9-Jul-06 21:27
nishak9-Jul-06 21:27 
AnswerRe: how to connect server of any remote netwok Pin
Paddy Boyd10-Jul-06 0:02
Paddy Boyd10-Jul-06 0:02 
QuestionOutlook Express in ASP.Net Pin
aaraaayen9-Jul-06 20:50
aaraaayen9-Jul-06 20:50 
i have included reference for using outlook express in asp.net. i have selected microsoft outlook 11.0 object library. while i try to run this proj after my code it gives the error. Please tell me why this problem.

Code:

using Outlook = Microsoft.Office.Interop.Outlook;

Outlook.Application app = new Outlook.ApplicationClass();

Outlook.NameSpace NS = app.GetNamespace("MAPI");

Outlook.MAPIFolder inboxFld = NS.GetDefaultFolder(Outlook.OlDefaultFolders.olFolderInbox);

foreach (Outlook.MailItem t in inboxFld.Items)
{

//Console.WriteLine(t.Subject);
Response.Write(t.Subject);

}
Error:

The type or namespace name 'Outlook' does not exist in the namespace 'Microsoft.Office.Interop' (are you missing an assembly reference?).



Prya
AnswerRe: Outlook Express in ASP.Net Pin
Michael P Butler9-Jul-06 21:45
Michael P Butler9-Jul-06 21:45 
GeneralRe: Outlook Express in ASP.Net Pin
aaraaayen9-Jul-06 21:48
aaraaayen9-Jul-06 21:48 
QuestionAuto download and upload of a CSV file from a site like NSEINDIA [modified] Pin
amitcoder839-Jul-06 18:59
amitcoder839-Jul-06 18:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.