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 wOOdy-Soft 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: prakus
  • Content: Threads
  • Order by date
  1. prakus

    What am I doing wrong???

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

    Validating multiple textboxes

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

    How do I join field names with row values?

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

    Passing dynamic variable in a DTS

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

    Validating Radio buttons problem

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

    Radio button validation

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

    Validation for Radio buttons

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

Part and Inventory Search

Back
Top