Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
104 views
in Technique[技术] by (71.8m points)

c# - Modal Popup issue in asp.net Web Forms

I am very new to asp.net and creating my first project but I am having issue with dealing with Modal Popup. I want to use Modal up to add new record in to database but on the same web form I have another save button which also fire post back event to save all forms data. So the issue is that main save button is not firing postback until I click button to show modal and click on add button on modal then Main save button fire postback but not before that. I hope you understand my issue. I don't know what is the issue. Also, I kept Modal Popup html in element? I think its required otherwise I won't be able to use add button event from modal popup. Is this right? Thanks for your help.

question from:https://stackoverflow.com/questions/66051786/modal-popup-issue-in-asp-net-web-forms

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...