How do I use updatePanel in asp.net without refreshing all page? [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 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

Related

how to print a page using asp:button in 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 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

How to import the photo albums of a fan page on facebook C# ASP.NET [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 used the tutorial in this link to download the photos from a Facebook page, but I need to import pictures from a specific fan page and display them on my site, have created an application on facebook and got the App_Key and App_Secret. How can I do this? Thank U.
Instead of FaceBookConnect.Fetch(code, "me/albums"); you should replace me with either the specific Page identifier (e.g. CocaCola), or the Page ID (e.g. 262355423960836 for CocaCola).

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 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

Jquery to sort gridview columns at client side [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 years ago.
Improve this question
How can I using JQuery sort any column of gridview at client side? Kindly share...
There's the jQuery TableSorter plugin I tend to use for this.
This is probably the most straight-forward article on this subject.
It is based on jQuery TableSorder plugin that Nick Craver mentioned... I just didn't like official documentation and wanted to share article with others.

Categories