| i created edit button and delete button in silverlight control window ,when click the edit button silverlight child window should be opened and in that update operation only executed, when i click insert button same child window should be opened and in that insert operation will be performed |
Loading
ashish jaimanPosted Jun 2, 2010, 3:49 PM
You can create a constructor to the window and pass the action (insert or update) based on which action is needed. You can manually open the window by using new child window feature in SL3.