Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
1.50/5 (2 votes)
the process is

i fill dropdown only with Rname and i place two calendars
HTML
<input type="text" ID="fromdate" />
      <input type="text" ID="todate" />


now i want when i select value from dropdown and select date from calendar then i want to display data on behalf of this

What I have tried:

query which i try


html

HTML
<input type="text" ID="fromdate" />
     <input type="text" ID="todate" />


but error occur

The name 'todate' does not exist in the current context<br />
<br />
The name 'fromdate' does not exist in the current context
Posted
Updated 17-Jul-16 19:59pm
v3
Comments
Maciej Los 7-Jul-16 2:22am    
Sory... Not clear.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900