Search results for query: *

  • Users: Zoopnfunk
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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