Search results for query: *

  1. Z

    HELP: Using WebRequest to POST

    HTTPWebRequest POST : multiple POSTs I followed a tutorial to create an EasyHttp class (source below) and with some tweaking I am able to use my application to send a POST using HTTPWebRequest. Now I have an issue when I try to send successive posts to the server. On the second POST attempt...
  2. Z

    HELP: Using WebRequest to POST

    The page I would like to interact with has the following inputs when I view the source: <form action="/index.php" method="post"> <input type="hidden" name="ac" value="raubzug"> <input type="hidden" name="sac" value="attack"> <input type="hidden" name="gegnerid" value="115021541"> <input...
  3. Z

    ASP.Net ListBox Item Forecolor

    I have a multiSelect user control that is comprised of two asp:listbox controls. I would like to change the font of individual items contained within the listbox. For Example: Let's say I have one listbox named 'lstAvailable' and it contains a list of both active and inactive members. Is there...
  4. Z

    Datagrid Paging w/Browser Back Button

    Plz Help Does anyone have any ideas/insight on how to make the datagrid/paging 'play nice' with browser back button? I just want to eliminate the 'Expired page' error, so that users won't have to manually 'refresh' the page in order to see the results set if they are using the 'back' button...
  5. Z

    Datagrid Paging w/Browser Back Button

    Problem: Fixing the "Webpage has expired" error when using the browser back button to go back through datagrid results (paged datagrid). Using asp.net 1.1 I am having trouble getting the browser's back button to function with my datagrid. When I page through the datagrid and then try to move...
Back
Top