Search

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

Matching Posts

  • Modal Popup not functioning correctly in FireFox

    All right well I have read a lot of posts with this issue but I have an understand of why this is happening. I have a main page with a dynamic user control being placed inside of it. It seems as though my user control is grabbing the focus from the modal popup. so my modal popup is still not visible but my shadowing is working except it is only arround my panel. This panel is being relatively positioned and I have set a Z-index of 0 for this panel. the modal popup is receiving a z-index of 100001
  • Relative mouse click position

    I am hoping has some insight for me. I have a page that contains a panel in it. This panel has controls dynamically loaded in to it. I am showing a menu on the mouse click in the panel. The panel has a position setting of relative. So when I try to show this menu in the control and the menu is in the panel. It sets my menus position incorrect. I need to get the offset of my panel compared to page in order to position correctly. Any Ideas?! Thanks, Justin
  • Re: Response.BinaryWrite will only allow one file to be downloaded.

    I no longer am using a binarywrite b/c i am creating the file on the server side in order to do the response in a new browser window. The problem is that the browser window is opened with the window.open(url) in javascript code. When this new window starts the response the window closes itself. I am asking why this is happening when you do not get this functionality in a regular web page. Only happens on a window that has been opened via the window.open js functionality.
    Posted to Web Forms (Forum) by justinmichaels on 6/19/2008
  • Re: Response.BinaryWrite will only allow one file to be downloaded.

    Yeah but I don't want to put the files into a zip and only send it to them once. This seems like a very trivial thing. I just want to be able to serve the file multiple times because the users could possibly add or remove data from the grid and then want to save their changes in to a new file. I am asking why my new window created from my client registerscript block is closed whenever i send a response.
    Posted to Web Forms (Forum) by justinmichaels on 6/19/2008
  • Re: Response.BinaryWrite will only allow one file to be downloaded.

    Well my problem is that I want to take my data from my grid and write it to a .txt or .csv file. I need to be able to serve this file multiple times so I go about the approach of when the use clicks export. Save the file to a location on the server, and pass the filelocation via the querystring to a new window that i open up from the server side code via. String scriptString = "<script>window.open('" + "Download.aspx?FilePath=" + folderLocation + fileName + "'
    Posted to Web Forms (Forum) by justinmichaels on 6/19/2008
  • Response.BinaryWrite will only allow one file to be downloaded.

    The problem I have run in to is I have a grid that I need to export it's data to either a text file or csv file. So I give the user the ability by selecting a radio button for either a .csv file representation of my grid or a .txt representation of my grid. These files are being built in memory by convert the data to a byte array. The first response will working great but then any response sent after that will hang for atleast a minute and sometimes show another save dialog or just not show a
    Posted to Web Forms (Forum) by justinmichaels on 6/17/2008
  • Re: Asp.net server controls ClientSide events and methods

    I really appreciate it.. This is exactly what I have been looking for two days. Thanks!
  • Asp.net server controls ClientSide events and methods

    Is there any website that contains a listing of all asp.net server controls with their client side events and methods that you can use in Javascript portions? I have searched the web for about an hour and have had no luck.
  • Cannot persist the viewstate of a dynamically added gridview

    I have a question. I have a user control that is being dynamically added to a web page. There are many other controls in the User control that have their viewstates persisted throughout postbacks. The gridview is the only control that does not keep its view state. We are binding a data table to the grid only on the first load of the control and on the second postback there is no data being bound to the grid. I know this is possible with a statically bound grid control but I didn't know if there
    Posted to State Management (Forum) by justinmichaels on 4/10/2008
  • Re: Default padding in tables?

    Well you were correct with the cell spacing being set to 0. I don't understand why tables in vs 2008 would be defaulted for cell spacing even when they aren't set in their properties. I've never had to worry about setting my cell spacing before in vs 2005. It's always been defaulted to 0.
    Posted to Web Forms (Forum) by justinmichaels on 3/12/2008
Page 1 of 6 (52 items) 1 2 3 4 5 Next > ... Last »