I had a simple question that I needed some clarification on regarding sesison variables.
In my ASP.NET application, I changed the timeout value in the web.config and IIS 5.0 to
1 minute.
In webform1.aspx, in the page_load event, I create a session variable
Session("x") = 5.
I have a button...
I had a simple question that I needed some clarification on regarding sesison variables.
In my ASP.NET application, I changed the timeout value in the web.config and IIS 5.0 to
1 minute.
In webform1.aspx, in the page_load event, I create a session variable
Session("x") = 5.
I have a button...
if i move from one cell to another by hitting tab, I
want to display the value of the original cell in a MSgbox.
I could do it SelectionChange event. But how do I
Display the contents of the source location that I am
coming from. Target.value gives me the value of the destination cell...
Is there a way to retrieve the value of a cell just before it loses focus. That is when you hit tab and move to a different cell, the activecell property gives the value of the destination cell , not the value of the cell you are coming from
Thanx
I am trying to format a column using my
custom function
Basically Format 11111111101100110094 as 111.11.111.1111.01.100.1.10.0.94
I have created the function.
what I want is as soon the user types the string in a cell in that column and moves to a different cell, i want to invoke the function I...
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.