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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by prem152003

  1. prem152003

    Session Timeout....

    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...
  2. prem152003

    ASP.NET

    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...
  3. prem152003

    what is the best way to display cap

    what is the best way to display caps lock and num lock status in the status bar control in vb.net? Thanx prem
  4. prem152003

    Excel VBA

    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...
  5. prem152003

    Excel VBA

    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
  6. prem152003

    Excel VBA

    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...

Part and Inventory Search

Back
Top