Reputation: 2966
How to communicate between my two web projects.
1) Firstly; You should look below pic which has got ddlCustomer(Dropdownlist) i will select a Customer.
2) i have a iframe which has a page i Want to write this customer to add this textbox...
Upvotes: 1
Views: 158
Reputation: 28355
You can't do that with the server side controls. Only by javascript code to refresh the iframe.
Upvotes: 1