Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Silo4
  • Content: Threads
  • Order by date
  1. Silo4

    Session Variables Timeout - Possible Solution?

    Hi, I want to store data in session variables available to all pages in my application, after 20 minutes though they are lost in the trash. I've been playing with a way of retaining session variables beyond session timeout. I was wondering if someone had any thoughts on a possible solution...
  2. Silo4

    Absolute/Relative URLs in user controls

    Hi, I have an ASP.NET 1.1 website with as ASCX control for the header which includes a link to a page. Why is it that when i upload my site, i have to manually change the absolute URL paths? After much messing i've discovered that locally they have to be... /MyWeb/MyPage.aspx but on the web...
  3. Silo4

    2 listboxes one problem

    Hi, I have 2 listboxes on a windows form (lstStatements & lstChoices). I databind the first list from a table dataset and then when I change the selection in this list i databind the second list from a second table in the dataset which is filtered by the selection in the first list. My...
  4. Silo4

    Move Cursor to End of Textbox

    Hi, I've been pointed in the direction of the Javascript forum to answer a question i posted on the ASP.NET forum. I found a similar post in this forum titled "Set cursor to the end of a textbox ?????" and i think the solution could work, but I have absolutely no experience with Javascript and...
  5. Silo4

    Move Cursor to End of Textbox

    Hi, I am using a button to insert a string into a textbox on my webform. I want the cursor position to be set to the end of the inserted text so the user can continue typing without having to manually reposition the cursor. In a VB.NET windows form i'd use... TextBox1.Text = "Hello...
  6. Silo4

    New Parent/Child relationships in Datagrid

    I have a two tables stored in an Access DB and linked by a DataRelation. I load the tables into a dataset and display them in a Datagrid. I don't save changes to the Access DB until i leave the datagrid. Using the datagrid, when i add a new entry into the parent table and then immediately...
  7. Silo4

    Datagrid : New row doesn't save when closing form

    I have a datagrid bound to a dataset. If i click on a new row and enter some data in that row and then immediately close the form, the data in the new row is lost. I trigger the Datagrid_Validated event but... Does anyone know how to save the data in this row, without navigating to another...

Part and Inventory Search

Back
Top