more details: The problem is when we have a window in silverlight shown like in the picture and the user then clicks to the asp.net part the silverlight window does not lose focus and we have two focuses active (but only the one in asp.net works).
is there any way how to force application to lose focus in any other possible controls where the focus could be?
We are developing an application where there is silverlight and asp.net combined. When a dialoguebox in silverlight is displayed where user can write a value but when the user clicks outside of this dialoguebox to a textbox that is in asp.net it creates two focuses.
sharing data between forms / passing data from one to another
hello,
i'm a begginer in c# and even though i searched google and used two books for begginers i'm just not able to solve this problem. please help me on this:
so i have two forms form1 and form2
lets say that in form1 is textboxA and button that opens form2, so when i click on the button i open form2 and i want from textboxB in form2 pass data to form1 textboxA (for example when i click on ok button in form2...
Leave a comment: