SA Developer .NET

Search

  • Re: Alignment destroys data...

    I can't immediately see anything that could cause the problem. Try setting the border of the table to 1, to get a better view of what's happening to the table and/or the column.
    Posted to Web - General (Forum) by Wildcat on Tue, Jan 22 2008
  • Re: Alignment destroys data...

    Kitten, what is the definition of the "head_grey_tile" class? BTW: Heat_Rash: In Firefox, using the style text-align will only align text, and not certain "objects" inside a td tag (like a table). So if you had a table like so: <table style="width:100%"><tr><td style="text-align:right"> <table><tr><td>test</td><
    Posted to Web - General (Forum) by Wildcat on Tue, Jan 22 2008
  • Re: Alignment destroys data...

    From the information presented, I'm leaning towards a positioning issue. Look for "position:" in the style (if there is one). Chances are that the table is floating, has a width that is larger than the page, or something is above it. A bit more information will help... P.S. Just as a suggestion, since "align" has been deprecated in favour of styles
    Posted to Web - General (Forum) by Wildcat on Tue, Jan 22 2008
  • Re: Media Streaming

    No I don't. After much pondering, I've decided to run cable with the access point exclusively for mobile devices. Thanks anyway.
    Posted to Tech Chat (Forum) by Wildcat on Tue, Jan 15 2008
  • Re: Publisher automation

    Assuming that you are using MS Publisher for sending emails only... Why not utilise the System.Net.Mail name space instead?
    Posted to Windows Applications (Forum) by Wildcat on Fri, Jan 11 2008
  • Re: Microsoft Press Books

    I eventually went to the Intersoft Web-Site and ordered online. Hope it gets delivered
    Posted to Books (Forum) by Wildcat on Thu, Jan 10 2008
  • Re: Skill Level

    "book back code" - refers to updating a central location for your code. Most development departments use some sort of repository for their code (i hope ), eg. Sourcesafe, subversion, etc. This allows for rollbacks, single point backups, easy access to other developers, etc.
    Posted to Chit Chat (Forum) by Wildcat on Wed, Jan 9 2008
  • Re: Session object, not working with my ReportViewer

    I can help you figure out where the problem is... Try this: replace : string ShaftID = Session[ "defaultShaft" ].ToString(); with : string ShaftID = //Some shaft Id, that you know, works If this works, then you know that there is something wrong with the Session Variable (e.g. Invalid char, etc). If not, u may have to look at the runtimes on that machine
    Posted to C# (Forum) by Wildcat on Wed, Jan 9 2008
  • Re: Auto spacing

    Rash has a good point, you'd probably want the spaces to disappear.
    Posted to Web - ASP.NET (Forum) by Wildcat on Tue, Jan 8 2008
  • Re: Visual studio 2008 - adding text and graphics in the same area

    Some ideas: 1. Use css; set the image(s) to the background 2. Use DHTML; Use an Image Tag and a Div Tag for the text (set the opacity and the position of the Div Tag) 3. Create a WebControl that does the same as #2, except you'd use a label instead of the Div Tag.
    Posted to Web - ASP.NET (Forum) by Wildcat on Tue, Jan 8 2008
Page 1 of 7 (67 items) 1 2 3 4 5 Next > ... Last ยป | More Search Options