Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:772199
More Search Options
RSS Available
Matching Posts
Using dataset (xsd file)
Hi, We have a web application and using xsd files (we have 20 something of them). I heard that using xsd files in web application slows down the site,because of compilation time. Is there a better way than using it?
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
Shakira Nayeem
on 7/20/2009
Re: Sending meeting email to outlook using asp.net
My development machine didn't have outlook in it. You must have Outlook in the server to send meeting request from outlook. Since my application is web based and the hosting server doesn't have Outlook in it , i have to use an alternate way to do that. (the code worked when i installed outlook in the development server). I used .ics calendar to send meeting request through system.net. It works like charm.If you want i can forward you the class. (i am out of office today and tomorrow). Shakira
Posted to
Enterprise Services Integration
(Forum)
by
Shakira Nayeem
on 6/29/2009
Re: Create dsn from asp.net
Thanks a lot. I will definitely try the last option. Shakira
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
Shakira Nayeem
on 6/23/2008
Re: Create dsn from asp.net
Thank you, but I forgot to mention those declaration in my code snippet, I already have those variables declared . The code works fine in my local machine too. It creates an user dsn when I run the page in the development server. But when I am posting the page for the web, it doesn't . My situation is this, the users visiting the page will be given a choice to create their own dsn in their machine. This has to be dynamic because for security reason we do not want them to see the name of the server
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
Shakira Nayeem
on 6/23/2008
Create dsn from asp.net
Hi I need to create a webpage where users will be able to create their own dsn in their own machine. I have the following code but it doesn't work: Public Sub CreateSystemDSN() Dim ReturnValue As Integer Dim Driver As String = "" Dim Attributes As String = "" Dim server As String = "" Dim user_logon As String = "" Dim user_password As String = "" Dim dbName As String = "" Dim SQLServer As String = "server name" Dim Database
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
Shakira Nayeem
on 6/23/2008
Re: Outlook Meeting Requests
Hi I saw your post about sending meeting requests to outlook from asp.net page. I have the same issue, I am wondering if you find a way to do that. Any help or suggestion will be greatly appreciated.
Posted to
Enterprise Services Integration
(Forum)
by
Shakira Nayeem
on 2/22/2008
Re: Sending meeting email to outlook using asp.net
I found the solution. There is nothing wrong with the code. But I didn't have email set up in my outlook, so at runtime this error was thrown. After I set up the email in outlook, it performed the desired action.
Posted to
Enterprise Services Integration
(Forum)
by
Shakira Nayeem
on 2/15/2008
Sending meeting email to outlook using asp.net
Hi I am trying to send meeting email to outlook user from asp.net my code is as follows: Dim oAppointment As Microsoft.Office.Interop.Outlook.AppointmentItem = oApplication.CreateItem(Microsoft.Office.Interop.Outlook.OlItemType.olAppointmentItem) oAppointment.Subject = "Testing Appointments with OOM in VB.NET" oAppointment.Body = "Test Appointment" oAppointment.Start = appointmentdate oAppointment.End = appointmentdate.AddHours(1) oAppointment.ReminderSet = True oAppointment.ReminderMinutesBeforeStart
Posted to
Enterprise Services Integration
(Forum)
by
Shakira Nayeem
on 2/15/2008
Re: Removing Duplicate values from a dropdownlist
Thanks a lot.
Posted to
Getting Started
(Forum)
by
Shakira Nayeem
on 1/25/2008
Re: Removing Duplicate values from a dropdownlist
YES I DID!!! Infact I added a few more fields in the table since I created the DAL. Please let me know what I should do to fix the problem.
Posted to
Getting Started
(Forum)
by
Shakira Nayeem
on 1/25/2008
Page 1 of 2 (13 items) 1
2
Next >
TechNet Edge:
Windows Server 2008 R2 Quick Look- Installing the Migration Tools
WindowsClient:
My latest videos – WPF, Silverlight, Sensors, and PDC09
WindowsClient:
Developing an installer for your Surface application
ASP.NET:
Visual Studio 2010 and .NET 4 Update
WindowsClient:
Microsoft’s product placements in The Big Bang Theory
Channel 9:
Channel 9 Live at PDC09: Martin Cron
Channel 9:
Channel 9 Live at PDC09: Erik Meijer and Thomas Lewis
WindowsClient:
Download Data Services Update for .NET 3.5 SP1
Silverlight:
Extending the SMF for the HVP
Silverlight:
Extending the SMF for the HVP
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 12 of 13
Channel 10:
Bing Maps Update: Map Embeds and Draggable Routes
WindowsClient:
New WPF Showcase: WEB Touch
ASP.NET:
ASP.NET MVC 2 RC Released
WindowsClient:
Very exciting Microsoft Pivot from Live Labs
WindowsClient:
XAML for UI & .rc files
TechNet Edge:
DNS Security (DNSSec) Overview
Silverlight:
Silverlight 4 demos from my PDC Keynote now available
Channel 9:
Channel 9 Live at PDC09: Dave Campbell
Channel 9:
Channel 9 Live at PDC09: Yousef Khalidi
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online