Hi.
Is there any way to develop app (WinForms) which will fill out textboxes of web app(Asp.net) with standard data. For example I have in my web application 10 textboxes which have to be filled with cureent date. I do not want to fill every single textbox. What functionality do I want?
- My WinForms application after clicking button (or hot_key event) should fill out 10 text_boxes in browser window with current date.
Sample code or tips and step-by-step solution would be appreciated :)
thanks in advance
q