sending data from one form to another automatically

  • Thread starter Thread starter mark
  • Start date Start date
M

mark

i have a form with a button and textboxes - pressing the button opens a
popup box via javascript
i have a calendar control in the popup box i want the value of the calendar
to be passed to the form
behind and populate a text box in that form
i currently have the popup box working fine - just no data is going back to
the main form

cheers

mark
 
Hello Mark
mark said:
i have a form with a button and textboxes - pressing the button opens a
popup box via javascript
i have a calendar control in the popup box i want the value of the calendar
to be passed to the form
behind and populate a text box in that form
i currently have the popup box working fine - just no data is going back to
the main form

cheers

http://www.dotnetjohn.com/articles/articleid67.aspx

mfg simon g.
 
Back
Top