I've been developing a little project and using LINQ to get some information from the msdb system database.
When I added a new connection, I could not get the tables listed (see screendump), ...
Brand New to C#...VB guy
I need the statement below to handle null
I assume the != meand <>? Can I just put != null ??
if (strMLSNone != "1" )
{
Respon...
Hi.
I'm trying to Identify wihch day it is from a date (YYY-MM-DD) .
I like to konw if the date is
1: Monday-Friday
2: Staturday-sunday
3: Public holiday (chrismas day etc)
Why can't I read the document content??
All is working fine when working with ascii-charset.
But I need to store a RC4 string in the xml-File. Then
Dim xmlRoot As MSXML2.IXMLDOM...
if (Char.IsLetterOrDigit(e.KeyChar) == false)
{
if (e.KeyChar == (char)(Keys.Back))
{
e.Handled = false;
} else
{
e.Handled = true;
}
}
thisis my code which accepts...
My scenario is this:
I have 2 target databases - one in Oracle and other in SQL Server.
My Application database is in a different Oracle Server.
I have to transfer a table which is containi...
Is there a way to search the whole database for a string? I am new to the schema and don't know where something is.
Using sql server 2005.
I inherited a machine from another asp.net developer who had no troubles with debugging asp.net.
However, when I try to debug an asp.net applications I receive the dreaded
Unable to star...
Hi
I have a Toolstrip in my from under that I have a listview.
I lke to hide my toolstrip, that I can do with .Visible. The problem is that the listview dosen't take up the toolstrips sp...
I am using ASP.Membership, Roles and Profiles in my WinForms and Web application. I have serialized the profile information which is stored in SQL. Because of the way I have serialized the o...
I am using asp 2.0
My html form has 2 text boxes
txtReportStartDate and txtReportEndDate
It also contains the following compare validator
<asp:CompareValidator
...
I have a job that needs to run while I'm not logged on the server. Someone has suggested I write a window's service.
1. Does this sounds like the right approach?
2. What account should the ...
Thank you in advance, I am new to SQL Server.
I am developing a web interface to a SQL Server database. Because of the type of business I am with, people are hired or terminated almost in ...
I've a C# Web Application that uses a different class project with some generic code I reuse for all my web sites.
Was is the best way to share data between these 2 different projects, this...
.NET 3.0 provides several themes & styles that can be used to give the user interface components modern look & feel. We have developed many UI components in .NET 2.0. How can we improve their ...
For my job, I am in possession of a new MVC architected project that I need to try and understand this weekend.
I see our AbstractController (inherits from BaseController) and understand th...
I have a compiled string that I'm trying change the 2 last <ul> tags on it. This is a compiled menu and we need to manipulate the last two ul tags in CSS. Basically I need a way to replace the...
Please be kind and very, very explicit. I'm a total ASP.NET novice.
I've built a page with a gridview connected to a SQL database. The first column contains links to detail pages for each r...
Hi,
Looking for some guidance on a problem we are having - the scenario is an ASP.NET 2.0 database driven website, connecting to SQL 2005 using integrated security.
Currently we are imp...
the code to retrieve an AD Properties using the Last Name
Hi
How do I add several resx files to an existing form in vb.net. (this is so the form can be multilingual)
from1.resx
from1.fr.resx
from1.ge.resx
and so on.
I have developed an "Incident" object that has a generic list as a member (List<Alert>), where Alert is a business logic class.
In manipulating the alerts that an Incident will have I am da...
okay here we go this one is a pian in the neck... I havea griview set up for duplicate data. Now if the date is true duplicate its forecolor needs to be RED. I can not for the life of me get ...
Hello, I need a function or a java script that will disable all buttons on a page when a button is clicked that executes several subs. Once the last sub has executed I would like to enable the...
hi
Can we automate the Word 2003 viewer from c#.
I want to know the best approach for embedding Office Documents in Win form application.