Greetings Experts,
We are trying to give our customers the ability to order drug refils online (using our website).
The requirement is to present at the top, clients info, like Lastname, phone, and email.
Then at the bottom, create dynamic textbox which allows customers to add up to 6 refills at a time before sending the refill order.
I am trying to handle this the best way I know how, by presenting user info at top and then a gridview with button to add additional rows up to 6 rolls for drug refil.
When I run the code below, I see userinfo at top but don't see the info like Refil Numbers, etc.
I am not sure if this is the right approach but I would like to see that the refil info and the button to add additional refils are displaying.
Can you please see what I am doing wrong?
Thanks a lot in advance. Code is below.
<%@ Page Language="V ...
Go to the complete details ...