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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.