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.
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 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 am trying to create an booking system using ASP.net in Visual Studio VB I am using the calendar and I am briefly aware of the calendar controls. But I want to know how can I add a database behind a calendar is that possible? or not?
I ideally want the calendar booking times and then extra information.so they all need to read in form one another.
Here's a link to another example of a calendar that interacts with a SQL Server Database to add events to the calendar. Hopefully, this will be helpful.
http://forums.asp.net/post/4224068.aspx
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");
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 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 5 years ago.
Improve this question
I created an asp table in the markup view and inside the table row/cells.
I insert controls too.
It works fine.
When I go to the design view I and I point the table, I can't get to the controls inside the table,
How do I focus on the controls inside the table in the designer view?