Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: organicg
  • Content: Threads
  • Order by date
  1. organicg

    SelectedIndexChanged not firing...but not so simple

    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...
  2. organicg

    IE7 contents spilling out of fixed height DIV

    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...
  3. organicg

    Explain this JS syntax

    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...
  4. organicg

    T-SQL query help

    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...
  5. organicg

    INNER and OUTER JOIN in same query

    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...
  6. organicg

    LEFT JOIN not working

    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...
  7. organicg

    DateTime.ParseExact(&quot;530&quot;, &quot;Hmm&quot;... not working

    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.
  8. organicg

    Conversion Wizard error - Web project component not installed

    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...
  9. organicg

    Transfer Database Task error

    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...
  10. organicg

    call web service thru VPN in code

    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...
  11. organicg

    call web service thru VPN in code

    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...
  12. organicg

    Clicking a link to this same page, but with param, throws...

    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...
  13. organicg

    Server name or address could not be resolved

    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...
  14. organicg

    cannot access file

    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...
  15. organicg

    does not exist or access denied

    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...
  16. organicg

    multipart/mixed or alternative for attachments

    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...
  17. organicg

    multipart/mixed or alternative for attachments?

    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...
  18. organicg

    Outlook 2003 not honoring MIME types

    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...
  19. organicg

    NullReferenceException

    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...
  20. organicg

    render a control in page_load

    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...

Part and Inventory Search

Back
Top