User Profile

Collapse

Profile Sidebar

Collapse
spoonybard
spoonybard
Last Activity: Sep 27 '10, 06:42 PM
Joined: Nov 28 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Hidden Field Retaining Value After Second Postback jQuery Tab

    I have an ASP.Net 3.5 VB web application that has a jQuery UI Tab control on it. I am trying to maintain the selected tab through postbacks so I can reselect that tab when the page reloads. In order to maintain the value between postbacks, I am using a Hidden Field.

    The issue I am running into is that on the first postback, the Hidden Field does not maintain the value I am giving it. However, from the second postback on, it properly...
    See more | Go to post

  • Thanks. I wasn't sure what section to post this question in. That is why I posted it to multiple locations. Sorry about that.
    See more | Go to post

    Leave a comment:


  • Resource File ( resx ) Editor Not Painting / Rendering in Visual Studio 2008

    Hi Everyone,

    I have Visual Studio 2008 SP1 installed and lately it is taking longer and longer to bring up a Resource File (.resx) in its standard editor. Some of the file loads up, but you can see that the screen does not paint/render it 100%.

    I tried doing some searching on the web and the only thing I came across was doing a edit to the GDIProcessHandl eQuota registry entry from 10,000 to 20,000. This appeared to work...
    See more | Go to post

  • Resource File ( resx ) Editor Not Painting / Rendering in Visual Studio 2008

    Hi Everyone,

    I have Visual Studio 2008 SP1 installed and lately it is taking longer and longer to bring up a Resource File (.resx) in its standard editor. Some of the file loads up, but you can see that the screen does not paint/render it 100%.

    I tried doing some searching on the web and the only thing I came across was doing a edit to the GDIProcessHandl eQuota registry entry from 10,000 to 20,000. This appeared to work...
    See more | Go to post

  • spoonybard
    started a topic Wiring Up Events Quirkiness
    in .NET

    Wiring Up Events Quirkiness

    Hi Everyone,

    Recently, when I was trying to wire up an event for a GridView inside an AJAX Accordion, I was doing the wiring up in the code behind. The event never fired. When I moved that declaration into the HTML markup, the event fired and worked properly.

    Just today I experienced the same thing with attempting to wire up an event for a LinkButton inside of a ListView that is contained within an UpdatePanel. I tried...
    See more | Go to post

  • To address the time_zone data type comment, I am casting our result to an integer, so there is no problem with the value being a float.

    With further testing, I have discovered that by adding an ORDER BY clause to the end of the query, that no error occurs. Also, If I select the one row that has data and one row that does not, it works fine. So does selecting a group of specific rows.

    Here is the revised query:
    Select...
    See more | Go to post

    Leave a comment:


  • spoonybard
    started a topic Error using built in function SwitchOffset

    Error using built in function SwitchOffset

    Hello,

    I am trying to run a query using the SwitchOffset built in function to modify the timezone on a DatetimeOffset field.

    I am receiving the following error: "The timezone provided to builtin function switchoffset is invalid."

    Here is the query:
    Select SWITCHOFFSET(La stFailedOn, Cast((GMTOFFSET * 60) as int)
    from MyTable

    Note: LastFailedOn is of DatetimeOffset type and GMTOFFSET...
    See more | Go to post

  • spoonybard
    replied to CSS Floats Breaking When Printing
    I found a solution that works for me. I did the following:
    • Had the div that floats right to float left
    • Had the div that floats left to clear left and have a page-break-before: always
    • Had the div that floats right to page-break-after: always
    • Added the width for the float left and float right


    This is only needed in IE because IE ignores the width's you set in a div and puts in width: 100%.

    Hope this helps...
    See more | Go to post

    Leave a comment:


  • spoonybard
    started a topic CSS Floats Breaking When Printing

    CSS Floats Breaking When Printing

    Hi Everyone,

    I have a tableless website design and I am trying to add the feature to print the middle column content on one of my pages. The information that is being displayed is a two column layout with a float left and a float right. When I view the page in Print Preview, the float right column breaks to the next line.

    I haven't been able to come up with a viable solution for this problem. I've tried creating my own...
    See more | Go to post

  • spoonybard
    started a topic How To Dynamically Expand a TD HTML Tag

    How To Dynamically Expand a TD HTML Tag

    Hi Everyone,

    I have a table with multiple rows containing 2 columns each. The first column contains text that can get several lines long and cause the TD tag to expand in height to fit the text accordingly. In the second column I have an image.

    The default height of the TD's is 23px. When the text in the first column is large enough to increase the TD height, the second column with the image stays at 23px.
    ...
    See more | Go to post

  • spoonybard
    started a topic How To Dynamically Expand a TD HTML Tag
    in .NET

    How To Dynamically Expand a TD HTML Tag

    Hi Everyone,

    I have a table with multiple rows containing 2 columns each. The first column contains text that can get several lines long and cause the TD tag to expand in height to fit the text accordingly. In the second column I have an image.

    The default height of the TD's is 23px. When the text in the first column is large enough to increase the TD height, the second column with the image stays at 23px.
    ...
    See more | Go to post

  • We have a website that the user goes to. On the page are several links to another one of our websites. Those links pop up the other website in a new window. If the person closes the new window and then clicks a link on the original page, when the new window opens, the original session data is still being held onto.
    See more | Go to post

    Leave a comment:


  • Kill Session Variables When User Closes Browser Window

    Hi Everyone,

    I have a .Net 2.0 C# web application that has important information stored in Sessions that needs to be deleted when the user closes the browser. I know of three ways a user can close their browser:
    1. Presses "X" button in top right of browser
    2. Presses Alt-F4
    3. From browser menu selects File -> Close

    With javascript I am able to detect that the user presses the X button. Since Javascript is client...
    See more | Go to post

  • The following are a list of settings that I found within AOL 9.0 VR:

    1) Web Graphics Compression
    1. Compress only for low-speed connections
    2. Always compress
    3. Never compress
    4. turn on maximum compression

    2) Use your Internet Explorer settings to set advanced browser options. (This pops up the typical IE Options tabbed window)
    3) Use AOL Wallet preferences to store purchase info
    4) Use Parental Controls to help...
    See more | Go to post

    Leave a comment:


  • Is there a way to programatically view the headers aol is using or is there a way I can programatically change the headers myself?
    See more | Go to post

    Leave a comment:


  • AOL Session State Lost on Load Balanced Web Farm C# ASP.Net 2.0

    Hi Everyone,

    We have a C# ASP.Net 2.0 web application that is running on 2 load balancing servers. Using Internet Explorer 6.0/7.0, Firefox, Safari, etc... there are no problems with the sessions. However, using AOL, the sessions get dropped because of the proxy servers AOL uses. Can anyone point us in the right direction on how to maintain the session state by possibly using GUID's or some other method.

    Thanks.
    See more | Go to post

  • spoonybard
    started a topic Adobe PDF and IE caching problem ASP.Net C#
    in .NET

    Adobe PDF and IE caching problem ASP.Net C#

    Hi Everyone,

    I have a C# ASP.Net 1.1 web application that offers the feature to download the reports that we generate into a PDF file. When the Open/Save As dialog box appears, if you click the Save button, the PDF is saved successfully. However, if you click the Open button and you have the following system configuration:

    Internet Explorer 6 with Win2000 or WinXP Operating System

    You get the following...
    See more | Go to post

  • The example you provided worked perfectly. Thank you so much for you help!
    See more | Go to post

    Leave a comment:


  • Tab to next textbox after max length value is reached. Error in Firefox

    Hi Everyone,

    I have an ASP.Net 2.0 C# web application that requires a user to enter in two sets of numbers. The first number is broken into 4 textboxes and the second number is broken into 2 textboxes.

    The first number 4 textboxes have their max length property set to: 3, 4, 4, 3.
    The second number 2 textboxes have their max length property set to: 4, 4.

    The code I have works fine in IE, but does...
    See more | Go to post
    Last edited by acoder; Nov 28 '07, 07:11 PM. Reason: Added code tags
No activity results to display
Show More
Working...