Click here to Skip to main content
15,923,557 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow convert string to xml Pin
Guvera3-Feb-09 23:41
Guvera3-Feb-09 23:41 
AnswerRe: How convert string to xml Pin
Manas Bhardwaj4-Feb-09 1:17
professionalManas Bhardwaj4-Feb-09 1:17 
AnswerRe: How convert string to xml Pin
SeMartens4-Feb-09 1:27
SeMartens4-Feb-09 1:27 
Questiononblur event on asp:textbox not seems to work. Pin
mr_muskurahat3-Feb-09 23:37
mr_muskurahat3-Feb-09 23:37 
AnswerRe: onblur event on asp:textbox not seems to work. Pin
vaghelabhavesh4-Feb-09 3:08
vaghelabhavesh4-Feb-09 3:08 
QuestionError While deploying in shared hosting Pin
sbua3-Feb-09 22:39
sbua3-Feb-09 22:39 
AnswerRe: Error While deploying in shared hosting Pin
Ranjit Viswakumar4-Feb-09 12:08
Ranjit Viswakumar4-Feb-09 12:08 
QuestionOffice Outlook AddIn problem Pin
AR Reddy3-Feb-09 22:27
AR Reddy3-Feb-09 22:27 
Hi,

I am working on an AddIn to the Microsoft Outlook Office. I have added an HTML Folder to Personal folders section in Outlook 2007. When I click on the folder, im redirecting to specified url. When I specify the internet application (both web and silverlight applications), its working fine. But If I specify an intranet silverlight application its not working. Its working for normal intranet web applications.

Please let me know why it is not working for intranet silverlight applications only?

here is the code..

Outlook.MAPIFolder newView = null;
newView = (Outlook.MAPIFolder)inBox.Folders.Add("TUIPoC", Outlook.OlDefaultFolders.olFolderInbox);
newView.WebViewURL = "http://....";
newView.WebViewOn = true;


TUIPoC is the folder name that i have created.

Please help me.

Thanks in Advance,

AR Reddy

QuestionWeb service response split over multiple XML files Pin
DoxMan3-Feb-09 22:27
DoxMan3-Feb-09 22:27 
Question.Adding a control Pin
5fingers3-Feb-09 22:24
5fingers3-Feb-09 22:24 
AnswerRe: .Adding a control Pin
mr_muskurahat4-Feb-09 0:34
mr_muskurahat4-Feb-09 0:34 
GeneralRe: .Adding a control Pin
sana174-Feb-09 2:05
sana174-Feb-09 2:05 
GeneralRe: .Adding a control Pin
5fingers4-Feb-09 2:57
5fingers4-Feb-09 2:57 
Question.NET1.1 Comment popop message Pin
pampoen3-Feb-09 21:32
pampoen3-Feb-09 21:32 
AnswerRe: .NET1.1 Comment popop message Pin
Ranjit Viswakumar4-Feb-09 12:20
Ranjit Viswakumar4-Feb-09 12:20 
Questionactive directory Pin
bhavna43213-Feb-09 21:32
bhavna43213-Feb-09 21:32 
AnswerRe: active directory Pin
SeMartens3-Feb-09 21:38
SeMartens3-Feb-09 21:38 
GeneralRe: active directory Pin
bhavna43213-Feb-09 21:44
bhavna43213-Feb-09 21:44 
GeneralRe: active directory Pin
SeMartens3-Feb-09 22:05
SeMartens3-Feb-09 22:05 
QuestionControl that causes PostBack Pin
mehrdadc483-Feb-09 20:49
mehrdadc483-Feb-09 20:49 
AnswerRe: Control that causes PostBack Pin
Spunky Coder3-Feb-09 21:37
Spunky Coder3-Feb-09 21:37 
QuestionAccess file under inetpub Pin
siva4553-Feb-09 20:46
siva4553-Feb-09 20:46 
AnswerRe: Access file under inetpub Pin
Spunky Coder3-Feb-09 21:39
Spunky Coder3-Feb-09 21:39 
AnswerRe: Access file under inetpub Pin
Ranjit Viswakumar4-Feb-09 12:26
Ranjit Viswakumar4-Feb-09 12:26 
GeneralRe: Access file under inetpub Pin
siva4554-Feb-09 16:40
siva4554-Feb-09 16:40 

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.