Load Data
Hi guys,
I have a simple C# form with 2 textboxes(Name, Address) and a "Load" command button, now what ever I type in the name and address textboxes in the form should be reflected in the myHomepage.html page which also has 2 similar (name, address) input textboxes, which means when I press the "Load" button in the C# form what ever in the name and address textboxes should load the currently opened myHomepage.hmtl page (name, address) input boxes. What C# code should I tryout??
Can any one help me on this matter!!!
|