Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I have aspx page popup in my project.
I want to open page in a same window, for example when you search on Google several link appear and click on any link that link open in same tab.
I want this in asp.net
Thats not related to ASP.NET but javascript. Use window.open:
window.open("", "_self");
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am creating a Microsoft access application, and I designed a login form, where the user inputs username and password. I want the form view of the form to be showing above the access window, as a pop-up... how do I achieve that?
Set the Popup property for the form to Yes. You probably also want to set the Modal property to Yes, which will disable the application window until the form is closed or hidden.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
i have designed a form using required validation that have two buttons Save and reset. save button are working properly but when i clicked on reset button it also checks the validation but not doing the another task. how can i solve this problem.
You can make the button skip validation by adding the attribute CausesValidation="false" to your .aspx page on the button markup.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to create a RSS feed from mobile app ex: android where I can post the data that all people immediately can see it. Can you please help..
You need to put RSS feed in server or website and your app can display or post to that website.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I am trying to create a brochure visual treat for a client using impress.js
I need to put a link on every slide that redirect to the proper page while click.
Is it possible that each page could also have a click able link to every slide?
You can use jimpress.js to achieve that and take also advantage of the numerous other options that this plugin provides.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
OK,
I would like to use I would like to use embedded google documents as the text component to my pages content. I already have the iframes set and everything looks fine. The problem is that i cannot get the iframe links to open in the parent window.
I know that if I could add target="parent" to the hrefs within the iframe I could make it work, but I cannot edit the html within the google doc.
Any suggestions?