how to print a page using asp:button in c# [closed] - c#

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 want print the current page when click on asp:button. How can to achieve that?
I have google this thing for help but every time I end up finding it for windows application and I am working on web application in .net.
Is there any command or any jquery which can help me to do that?
Please suggest something!

You can try window.print() (javascript):
http://www.w3schools.com/jsref/met_win_print.asp

Related

Is there a way to modify the html of an incoming website using c#? [closed]

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 2 days ago.
Improve this question
I am trying to create a piece of software than can manage your computer and clean some things up, and one of the things I am trying to incorporate is adblocking.
I have looked online multiple times for something like this, but haven't found anything. The most I amounted to is the webbrowser class.
If someone could help me discern how to change an html file using the webbrowser class, that would be greatly appreciated.

Generate HTML file in c# on click button [closed]

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 9 years ago.
Improve this question
How can i create HTML file on submit button click in c#,I don't know any syntax about this ,Please suggest me How to create Html page in C#
You might want to take a look at some beginner tutorials:
http://www.w3schools.com/aspnet/
http://www.asp.net/web-forms/tutorials
Try to use Generic Handler in web application ( http://www.codeproject.com/Articles/353260/ASP-NET-Advanced-Generic-Handler-ASHX )...

Make form labels dynamic based on selected language [closed]

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 want to create a aspx page using c# which can be displayed in English and Dutch both languages.
Can any one give me any idea how to do it?
See this tutorial
Walkthrough: Using Resources for Localization with ASP.NET
http://msdn.microsoft.com/en-us/library/fw69ke6f(v=vs.90).aspx

How do I use updatePanel in asp.net without refreshing all page? [closed]

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 design a website which contains sub-categories of a product in asp.net(c#).
When I clicked a sub-category, then an image of product must be shown and the main page shouldn't be refreshed. How can I succeed it?
Read these tutorials Asp.net Update Panel and Introduction to the UpdatePanel Control
Simple and understandable
Please refer below Ajax overview:
http://msdn.microsoft.com/en-us/library/bb386454.aspx

How to implement web camera for video conferencing in asp? [closed]

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 3 years ago.
Improve this question
I want to create a asp web application for video conferencing, how i can implement this?
Thanks...
In my point of view, the better support for such issue was implemented within Silverlight technology. As start point I can suggest: http://msdn.microsoft.com/en-us/library/ff602282%28v=VS.95%29.aspx
It is possible to implement your Silverlight into ASP.NET like was described here

Categories