I have a set of records with a checkbox before each of them. Depending on a particular condition, there may be 2 radio buttons after each value(e.g. Record1). For records with radio buttons, I would like to ensure if the checkbox is checked for a record and then one of the following radio...
I have a form with multiple textboxes. The naming convention is dynamic (examples Tbx102, Tbx105 etc...). The number of textboxes are dynamic too. I need to limit the entry in each textbox to 50 characters and notify the user if he/she has exceeded the limit.
Can someone help me with this...
I have two tables TblA and TblB
Columns in TblA are (UID, UAbbr, UName,TID)
Examples of some rows of TblA are
UID UAbbr UName TID
--- ----- ------------- -----
1 C1 ClassA 1
2 C2 ClassB 1
3 C3 ClassC 1
5 C4 ClassE 1
6 C5 Grade4 1
10 C6 Grade5 1
Columns in TblB are (C1...
I have the following code to execute in a DTS package. The code in red doesnot execute since the DTS package resides on SERVER1 and the query looks for data from SERVER2. Is there away I can get that value as a dynamic variable and pass it on to this query. Some sample code will help.
Thank...
I have the following code for validating Radio buttons:
When I select the radio button and submit, it gives me a message
'Please select a Section and press "Submit"'.
I donot have any problem when there are more than one radio buttons to choose from.
I am not able to figure out what the...
I had posted a similar question earlier. I couldnot get the exact feedback I needed. So I am posting this question again. I hope I will find a solution to this problem.
I have the a FORM for rearranging some records (number of records is dynamic).
The code for the Form is :
<SCRIPT...
I have the a FORM for rearranging some records (number of records is dynamic).
The code for the Form is :
<Form name='RearrangeSectionForm' Method='POST' Action='includes/updateSectionOrder.asp' onsubmit='return checkRadios(this);'>
<table width='90%' align='left'>
<tr><td width='20%'...
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.