In Visual Studio 2008, I am not able to view the content of the master page or the content page in the designer while I am in the content page. But if I create a page not based on a master page, then I'm able to view the content of the page.
Has anyone else had this nagging problem and how did...
How would I go about querying an MS Outlook Inbox for a specific user? Do I have to create a linked server and how would I go about doing that for Exchange or Outlook? A sample query would also work for me ;)
Thanks
I'm able to export text content to a Word document, but what I'm really after is to produce an HTML table displayed in Word. Right now, if I try to export html content, it only shows the markup tags.
Response.ClearContent();
Response.ClearHeaders();
Response.ContentType =...
Is there a way to declare and assign an associative array in one statement? Every example I've seen uses a separate line of code to assign each index a value. In most programming languages, you can declare and assign in one statement like so:
c#
int[,] nums = {{0,1},{0,2}};
Also is there a...
One of the requirements of an application I am working on is to display a message to the user if they are unable to connect to the database.
I need to display a "database down" message to the user if something is wrong with the database. I need to send an "invalid username/password" message to...
I have created a COM+ component that can be accessed either through ASP or ASP.NET applications.
I have created this as a .NET class library.
I have noticed that the component fails intermittently in the ASP applications but not in the ASP.NET applications. I'm not seeing anything on the event...
First, I am using Visio 2007.
I am trying to implement decisions in an Activity Diagram in the Software Modeling group.
One of the choices branches to the right, and I set the Guard option/display for that. This displays well.
However, the other branch orients below the Decision. When I set...
I want to compile a class library at the command line. However I want to include all files in a directory, not just one .vb file. How would I do that? Thanks
I cannot seem to find this anywhere on the web. I am looking for a way create a pattern that searches all file directories EXCEPT the pattern listed.
This is for DirectoryInfo.GetDirectories(searchPattern,searchOption)
I'm trying to use a negation of a regular expression with no avail. What I am trying to do is create a query that does not match the search string. Yes, I know you can do this with a NOT LIKE expression, but want to do this with a regular expression because I will have to add other conditions...
I read a link about PSP, but I noticed the page dated back to 1999.
Is anyone really using this technology?
I have started to investigate the Python language and I really think it affords a lot of power coupled with productivity.
I needed to create a component that can be used by both ASP and ASP.NET at the same time. I originally created a COM Interop assembly, but I don't believe that's accessible by ASP.NET. I then created a COM+ assembly. I successfully referenced this locally in both in ASP and ASP.NET.
However...
I needed to create a component that can be used by both ASP and ASP.NET at the same time. I originally created a COM Interop assembly, but I don't believe that's accessible by ASP.NET. I then created a COM+ assembly. I successfully referenced this locally in both in ASP and ASP.NET.
However...
I have created a windows service and associated setup project. This installs fine. I would like to add to the installation a Windows form which handles updating configuration settings in the app.config file of the service. The service uses these configuration settings to determine what...
I'm looking to set up a linked server to my Outlook mailbox. I can create this very simply in Access, but I am looking for a way to accomplish this in SQL Server. Actually I am using MSDE but I would assume it would work in the same fashion.
I am hosting a usercontrol on a masterpage that builds a dynamic menu based on the user name I retrieve based on the user's windows logon. I have a table in the database that retrieves role information based on their logon id.
I want to display this usercontrol based on the user's logon, which...
There seems to be a difference in viewpoint on how to handle exceptions, so I thought it would be interesting to garner feedback from others on this.
I think it's fair to say that you should handle exceptions at the calling method rather than at the class level but maybe I am wrong. I was also...
I created a package with probably over 25 individual procedures. When granting security, do I grant execute privileges on the package or to individual procedures, functions within the package?
The reason I ask is that I granted a user execute privileges on the package, but they are still...
I'm having a problem setting up JavaMail in the SDK 1.6 environment. I'm really just hosting Tomcat, Netbeans, etc on my own computer.
If I have SDK 1.6 do I still need to install the Java Activation library? The directions on the Sun web site confused me a bit.
I downloaded the Javamail zip...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.