Search results for query: *

  • Users: jonathen
  • Content: Threads
  • Order by date
  1. J

    ASP.NET Web service to query Linux service

    Hi all, I need to write a asp.net web service (in vb.net, rather than c#) asp.net page, which will run a couple of commands on a red hat server (basically, run the "service httpd status" command) and return the output to the browser window. Is this possible, and if so, any idea how I go about...
  2. J

    select statement query

    I have a table with records in that one of the columns (called "entries") has an integer. What I want to do is select all records from the table, but if a row has (for example) 37 as the value for "entries", then that row is selected 37 times. So for example: select name,entries from mytable...
  3. J

    cycle through records in dataset

    Hi Guys, Another query! I have a windows form that has a dataset in it which has been populated from a stored procedure (using enterprise library). This dataset simply has several hundred rows. What I would like to do is, when pressing my "start" button, beging cycling through the records in...
  4. J

    Timer pause/resume

    Hi guys, Sadly, a newbie question for you! I've just started playing with the timer in vb.net and am trying to use a start/pause/resume button to start/pause/resume a progress bar I am using. I can make it start and stop the progress bar (so it appears to pause halfway through for example) but...
  5. J

    DateTime - Month to date

    I wonder if someone can help me get my head around a problem I have which should be simple to work out, but it's making my head spin! I have an ASP.NET form which gets a variable from the querystring for the period - it'll either be: M, LM or 2M (month to date, last month, 2 months ago). What...
  6. J

    auto-highlight row in datagrid

    Hi Guys, I need help again! I cannot seem to get my datagrid to do what I want. When I run my form, the first row is selected (that's fine) but the first cell is selected with a cursor in it (not fine) whereas I'd rather either no cell or row is selected, or the first row is highlighted (no...
  7. J

    Datagrid - double click row to fire event

    Hi Guys, I have been trying to find an answer to this one and can't seem to find it, although there must be a way of doing this... I have a Windows Form I created in VS.NET which I want to be able to double click on any cell in any row and fire an event. Currently, if I double click on the...
Back
Top