Question : Show Hide tables using drop downs in asp

Team,

I have a form with a drop down (5 values in it)
Drop down box name : ReviewStatus.

      <option value="Emailed Customer" selected>Emailed Customer</option>
      <option value="Email Close">Email Close</option>
      <option value="3 Attempts no response">3 Attempts no response</option>
      <option value="Closed">Closed</option>
      <option value="Follow up">Follow up</option>

Default value is 1st option.
if user selects, 2nd / 3rd / 4th, i dont want the following table to display which contains date for future follow up. How do i do that?

please help

Answer : Show Hide tables using drop downs in asp

File are sequential so unless the lines are FIXED WIDTH in length and you can calculate the byte offset of XXX line number, then your only option is to COUNT line by line one at a time or by reading in "chunks" and splitting on carriage return/line feed.  Either option still requires you to physically count the lines until you reach the target.
Random Solutions  
 
programming4us programming4us