Search

You searched for the word(s): userid:743874

Matching Posts

  • Re: z-index and using a modal pop-up

    That didn't seem to fix my issues....here is an example of what it is doing.
  • z-index and using a modal pop-up

    I am using both a " ASP.NET 2.0 CSS Friendly Control Adapters " and " ModalPopupExtender " on a page......the issue ( ONLY in IE7 ) is that the Menu is still visible/usable when the modal is invoked.....I have changed the z-index in the menu.css.. . PrettyMenu . AspNet - Menu - Vertical { z-index: 400 ; } I have tried to set the modal to a higher z-index and the above one to "1"....but still nothing.....just wondering if anyone has come across this?
  • Re: Modal Popup Extender

    thanks for the response....I have thought about the progress indicator....but i wanted to use the Modal because i have other buttons on the page that i do not want the user to click on while the image is uploading....
  • Modal Popup Extender

    scenario: A asp.net page where a user can upload an image.....user selects an image file ...then clicks the ImageButton.....code behind of imagebutton then writes to DB........I wanted to know if it was possible to have the Modal Popup display "uploading please wait" while the image was uploading. I know i can put the targetcontrolid to the imagebutton......but then the codebehind does not execute. Is there an event that i can tap into
  • change font color in listbox

    Is it possible to do...and any help would be great.: I am binding a datatable to a listbox...is it possible to say loop through the rows and display say all items that start with "w" in red in the listbox. (or anything to distinguish item with starting letter "w".) Hope that makes sense. (maybe in the databound event) Thanks
    Posted to Getting Started (Forum) by jungleboy6 on 9/26/2007
  • VS 2008 beta 2 - cant build

    I started a website project on one computer in VS2008 Beta 1 w/ source safe.......then i try get files from source safe on another pc that i just installed vs2008 beta 2 (VS2005 before)....I am getting "Error 7 Could not load file or assembly 'System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified. c:\dev\soft\domain\WebSite\demo\web.config 42 " any ideas
    Posted to Visual Studio 2008 (Forum) by jungleboy6 on 7/31/2007
  • Session State vs ViewState

    I know that I have been burned in the past using Sessions classic ASP (not closing, memeory leak, etc). However I heard in asp.net sessions have change dramatically. Scenario: I want to build a midsize to large web app using asp.net 2.0, having a login area where once a user logins...they would carry a GUID......in the admin area...as well as the front facing web app. The user would need a High Time Out Set Though....... After reading some post I know I can do it a couple different way...but it seems
    Posted to Getting Started (Forum) by jungleboy6 on 7/13/2007
  • Re: Ajax is very slow in Production Server

    Did you ever find an answer....same issue here too.
Page 1 of 1 (8 items)