It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am working in asp.net webapi. I have 30 to 40 images in my resource folder. Is there anyway I could compress my images programatically instead of manually, resizing the images in resources?
If you're talking about resizing images, there are plenty of tutorials on the Internet, and a good answer on SO:
ASP.NET Image uploading with Resizing
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I'm using XAF. How to add image in image gallery.I want to choose my image.
http://www.picza.net/show.php?id=20120712vvIdvOvdTldvx67961
It's quite easy. Add the required images to the Images folder located in a module (if there is no such folder, create it).
Related help topic: Add and Override Images
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
i want to know in site navigation which contol can be used?
i just know we can use treeview but i want more control that work with Site Map!
thanks
Dynamic menus
TreeViews
Site Map Path
Have a look at this info.
http://www.w3schools.com/aspnet/aspnet_navigation.asp
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I was searching for the webcast plugin for drupal but didnt find one. Any idea regarding Webcast module for drupal??
thanks in advance
take a look at FileField Podcaster or SWF Tools or if you're looking for something live check out Live Streaming http://drupal.org/project/vls
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Hi friends i need to create a different theme for a site.. i need to give the fonts, images and colors for that theme as an dynamic one so that i can able to change the theme which should the changes in css file.... Can anyone give an idea for this solution.... Thanks in advance.......
You should check out the article on A list apart's Switcher. It's very helpful if you're looking for alternating between themes. :)
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
can i know how to work with sitemap path in asp.net is possible examle please.
ASP.NET Site Maps
The simplest way to create a site map
is to create an XML file named
Web.sitemap that organizes the pages
in the site hierarchically. This site
map is automatically picked up by the
default site-map provider for ASP.NET.