Hello,
I have started my first asp.net application (beginner). I have 2 text
boxes on the form that should contain 2 different dates (beginning and end).
It would be nice to have 2 small buttons besides each text box that allow to
open little form with calendar. I came from VB world where we had arrays of
controls, but here I can't make it. Should I have 2 controls with different
names and write code twice in the button click event or here is better way to
do it?
Any comments will be great appreciated
Diana M
I have started my first asp.net application (beginner). I have 2 text
boxes on the form that should contain 2 different dates (beginning and end).
It would be nice to have 2 small buttons besides each text box that allow to
open little form with calendar. I came from VB world where we had arrays of
controls, but here I can't make it. Should I have 2 controls with different
names and write code twice in the button click event or here is better way to
do it?
Any comments will be great appreciated
Diana M
Comment