I need a control event guru here.
I have a Dropdownlist to choose categories and a list of results from that category displayed on a page. By default the 1st category is selected and its results displayed. If you pick a diff. category the page posts back and the SelectedIndexChanged event...
The problem is in IE7 or IE8 Compatibility Mode.
The child DIVs of <div id="TX-Events"> are spilling out vertically of the parent DIV that has height:259px; and overflow:auto; specified.
This is a widget, that's why all the '!important' styles. Height and width are dynamically written to <div...
This is a snippet of widget code that was provided as a sample that I'm trying to understand the syntax of. JSLint.com js parser doesn't like the use of 'public' and 'private' keyword in var declarations, though the script is working fine in my widget. If I rename 'public' and 'private' then...
I have an AuditDB table that tracks all changes to the DB. Cols like:
ID, TableName, OldVal, NewVal, UpdateDate
I have a 2nd table that tracks user logins.
Cols:
ID, UserName, LoginDT
The tables can't be simply joined on Timestamp. I'd like to return the AuditDB cols and the UserName of the...
I have four DB tables.
Employee table has ID, Name
EmployeeGroup has EmployeeID, GroupID (Employees are in a group)
TixEventSignups table has EmployeeID, EventID, NumOfTix(Employees get tix to an event)
Event table has EventID, Name
I need the Employee Name and NumOfTix requested for their...
Seemingly simple LEFT JOIN, but the results look as if an INNER JOIN is actually being done, but I don't know why.
Table1:Event (EventID, EventDate,...)
Table2:Event_Signups(EmployeeID, EventID, NumOfTickets)
SELECT e.EventID, e.EventDate,
es.EmployeeID, es.NumOfTickets,
FROM Event e LEFT...
DateTime dt = DateTime.ParseExact("530", "Hmm", CultureInfo.CurrentCulture);
I can't figure out why this throws a FormatException: String was not recognized as a valid datetime. "0530" works, but "530" will not work eventhough "H" represents "0-24" with no leading zero. Any ideas? Thanks.
Web project component not installed. Unable to convert project: http://localhost/somedir/myproj.csproj
I am running VS2005 and have installed the 2 required downloads to enable web application projects. I can confirm this by seeing in Help --> About Visual Studio, "Microsoft Web Application...
I'm trying to transfer a SQL2000 DB from my webhost to my local box that has SQL2005 installed. I opened a SSIS project and created a Transfer Database Task. Configured it to do the transfer and ran it in debug.
I get the error "User, group, or role 'skcar' already exists in the current...
I have to call a web service on a 3rd party's server from our web app on our production web server. They require that the call is made over a VPN. The company housing our servers would charge for a 24-hour VPN to this 3rd party server to exist, so my boss has me looking into alternatives.
Is...
I have to call a web service on a 3rd party's server from our web app on our production web server. They require that the call is made over a VPN. The company housing our servers would charge for a 24-hour VPN to this 3rd party server to exist, so my boss has me looking into alternatives.
Is...
I have created a simple custom pagination at the top of somepage.aspx. The links look like this:
<a href="somepage.aspx?PageIndex=1">Page 1</a>
<a href="somepage.aspx?PageIndex=2">Page 2</a>
<a href="somepage.aspx?PageIndex=3">Page 3</a>
It throws a System.Web.HttpException, which, in my...
I'm having a problem with a solution in VS.NET. When I open the solution, I get:
"The web server reported the following error when attempting to create or open the web project located at http://localhost/myapp. The server name or address could not be resolved.
I tried adding ASPNET and...
On Windows Server and IIS6, when requesting Office doc, xls, and ppt with:
<input type=button onClick= "window.open('http://domain.com/files/somefile.doc', '_blank');">
the files do not open, but an Adobe pdf will open. I get error "cannot download [file]...IE was not able to access this...
I read the posts for this error, as well as MSDNs potential causes
http://support.microsoft.com/default.aspx?scid=kb;en-us;328306
of this error. I have Enterprise Manager, QA, and the other tools installed, but I don't see the Services Manager to start up SQL Server. Why is it missing?
This is...
I'm building emails from scratch and I've read RFC 1521. I use a "content-type: multipart/alternative" and include both plain and html bodyparts in the email.
My question is whether to use "content-type: multipart/alternative or multipart/mixed when I also add an attachment.
The examples I've...
I'm building emails from scratch. I've read RFC 1521, so understand how to do this. I use a "content-type: multipart/alternative" and include both plain and html bodyparts in the email.
My question is whether to use "content-type: multipart/alternative or multipart/mixed when I also add an...
I'm generating multipart emails that have plain text and html bodyparts. One customer claims she is seeing the entire email content, not just one bodypart. Sounds like her Outlook 2003 is not interpreting MIME at all, but I see no setting to completely disable MIME in Outlook 2003.
She claims...
I know this would be thrown if trying to access an object that's null, but it's only happening sporadically which makes it hard to test. This error is emailed to me, and it doesn't have the line number in it, not sure why. That would help.
System.NullReferenceException: Object reference not...
I'm using a PDF component that takes HTML and creates a PDF that I'm putting in the response as an attachment(which prompts 'open or save' dialog box. The HTML I need to pass to the PDF object is the main Panel control on the page(it has 3 child controls, too). The problem is that since I'm...
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.