in my application i have a button when user clicks on the button we should get a modal pop with 4 text boxes,after entering the text in these text boxes when user click on add button the pop up should be disappered and the text should be saved in data table how can i do this
in first web form-where user can click a button
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
in second webform -where user can see a pop up after button click
in second webform -where user can see a pop up after button click
the user first see's a button after running the program now after clicking the button we can see a model pop-up with four text boxes now what i need is after giving the text in text boxes when i click on button the text that is given should be saved in data table how can i do this.
kavitha vemulaPosted Jul 7, 2016, 8:07 AM