1
Answer

Closing web form through a Web form button

friendship26

friendship26

20y
2.8k
1
Hi, Using the following code I am opening javacript window. The form contain a web Form button control. By clicking on the button, basically it will store information to the database. After string the information, iwant to close the form. How can achieve this throgh this button. ----------------------------------------------------------------- --------------------------------------------------------------- &firstname= <%# DataBinder.Eval(Container.DataItem, "FirstName")%> &lastname= <%# DataBinder.Eval(Container.DataItem, "LastName")%> ')">
Answers (1)