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 dencom 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: melimae
  • Content: Threads
  • Order by date
  1. melimae

    Response.Write Session Contents

    I am trying to loop through the session.contents collection and write the value of each item in the collection, but I am getting the error - Wrong number of arguments or invalid property assignment. For each Item in Session.Contents Response.Write Item & " value=" & Session(Item) next
  2. melimae

    Visible property

    I have a function that returns a boolean value in my code-behind page. Is it possible to set the visible property of a TemplateField in my Gridview equal to the return value of this function?
  3. melimae

    Case-Insensitive RegularExpressionValidator

    I am trying to use a regularexpressionvalidator to verify that a valid state abbreviation was entered. I want it to be case insensitive. Below is my control, but it is not working correctly. I get a syntax error. <asp:RegularExpressionValidator ControlToValidate="txtBankState" ID="valStateLen"...
  4. melimae

    Case-Insensitive RegularExpressionValidator

    I am trying to use a regularexpressionvalidator to verify that a valid state abbreviation was entered. I want it to be case insensitive. Below is my control, but it is not working correctly. I get a syntax error. <asp:RegularExpressionValidator ControlToValidate="txtBankState" ID="valStateLen"...
  5. melimae

    pic x(2) to hex

    I have a text file as input to a cobol program with a 2 character field that is suppose to be hexadecimal, the file will have 00 in the field when it should actually be x'00'. How can I pull this filed into my program in a pic x(2) field and then have it represent a hex x'00'?
  6. melimae

    ISPF Panel Input

    I have an ISPF menu panel where the user enters a 1 character selection. Is there a way to make the cursor jump to the next input field automatically after they enter the first character?
  7. melimae

    x all; fall in browse mode

    Is there any way to get the same results as x all; f all in browse mode. I am trying to display only records that the first 8 characters match a parameter retreived from a panel. The file is very large and it is very slow using execio or lmget.

Part and Inventory Search

Back
Top