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
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?
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"...
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"...
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'?
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?
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.
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.