User Profile

Collapse

Profile Sidebar

Collapse
lightgram
lightgram
Last Activity: Oct 29 '08, 02:57 PM
Joined: Sep 24 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Gridview - OldValues collection from ExtractValuesFromCell method contains NewValues

    Hello

    I am having problems extracting the OldValues collection from the RowUpdating event in my GridView.

    Every time I access this I am getting the values from the NewValues collection in both OldValues and NewValues. I am fairly sure that the data is not being rebound prior to the updating event.

    I have posted my code below.

    Thanks in advance.


    Code:
    <asp:Panel
    ...
    See more | Go to post

  • lightgram
    replied to z-index layering problem in IE6
    Hi

    I've tried both solutions suggested and still have the problem:

    My iframe and div look like this:

    Code:
     <iframe id="DivShim" style="z-index: 901; left: 0px; position: absolute; top: 0px;
                width: 100%;" frameborder="0"></iframe>
            <div id="PopUpDiv" style="z-index: 915; left: 0px; position: absolute; top: 0px;
    ...
    See more | Go to post

    Leave a comment:


  • lightgram
    started a topic z-index layering problem in IE6

    z-index layering problem in IE6

    Hi

    I have a problem, which after browsing through Google, seems to be fairly common.

    However having tried most suggestions I am still getting the problem.

    I have a menu bar across the top of my page. As I click on each menu option a further list of links is displayed below it.

    Now in IE7 where I click on a menu option that has a large number of links below it it appears layered correctly...
    See more | Go to post
    Last edited by lightgram; Oct 15 '07, 10:04 AM. Reason: added links

  • lightgram
    started a topic Resizing web page

    Resizing web page

    Hi

    I have afunction that redraws my page on the body onload event of my asp.net web page.

    [CODE=html]
    <body onload="Resize( screen.availHei ght,screen.avai lWidth)" >
    [/CODE]

    The resize function then calculates a div width of 5% of what is available then adds the width of the calculated div to each of my positioned elements on the page:

    [CODE=javascript]...
    See more | Go to post
    Last edited by gits; Oct 4 '07, 02:49 PM. Reason: fix code tags

  • lightgram
    replied to print() works in IE7 but not IE6
    Any idea what that may be?...
    See more | Go to post

    Leave a comment:


  • lightgram
    replied to print() works in IE7 but not IE6
    It's a standalone version downloaded via MutlipleIE installer from Tredo.

    I've found that it works OK on a full version of IE6 installed on the test web server that the application is deployed to - 6.0.3790.3959 with SP2.

    However my clients are using full IE6 versions and the print is not working....
    See more | Go to post

    Leave a comment:


  • lightgram
    replied to print() works in IE7 but not IE6
    Thanks.

    Tried that but it just displays the page - no print dialog.
    See more | Go to post

    Leave a comment:


  • lightgram
    started a topic print() works in IE7 but not IE6

    print() works in IE7 but not IE6

    Hi

    I am rendering the following Javascript to a print button control in my application:

    [CODE=javascript]
    <script language=javasc ript>
    var WinPrint = window.open('', '','letf=0,top= 0,width=1000,he ight=1000,resiz able=yes,toolba r=0,scrollbars= 0,status=0');
    WinPrint.docume nt.write("This is a test");
    WinPrint.docume nt.close();
    WinPrint.focus( );
    WinPrint.print( ); ...
    See more | Go to post

  • lightgram
    started a topic Checkbox not available in ASP.NET page

    Checkbox not available in ASP.NET page

    Hi

    I need to reset the position of a checkbox in my ASP.NET page.

    The checkbox is defined:

    [CODE=asp]<asp:CheckBox TextAlign=left ID="CheckBox2" Style="z-index: 203; left: 538px; position: absolute; top: 144px;" Text="Test CKBOX"
    runat="server" />[/CODE]

    In the script when the page loads I have the following code that recalculates...
    See more | Go to post
    Last edited by gits; Sep 24 '07, 09:43 AM. Reason: added code tags
No activity results to display
Show More
Working...