Icon For Web Applications?

May 7, 2010

I'm looking for nice icons for my webapplications. Some of these applications are commercial applications. I want to polish them up by using nice looking icons, but where do I find specific icons/grafics?Does anybody know a icon shop, that allows me to buy single icons for commercial use?

View 7 Replies


Similar Messages:

Web Forms :: How To Take Application Near Clock Icon,near Local Area Connection Icon In Running Mode

Jul 8, 2010

i am develpping a alarm application when user minimized this it should be minimized appear near the system clock,local area connection icon(as hidden icon).

View 3 Replies

Web Forms :: Icon For Browser Icon Shows Through Image On The Screen?

Feb 22, 2011

i assigning an imagebutton to an image url in css causes my image to still show, but also the icon for an image if there isn't an image. If I declare it in the html instead, it shows fine, only when I try to use CSS for the referene to the image url.I use the following syntax for the image in css

background-image: url(image1.jpg);

Again, it is finding and showing the image, but it is also showing the windows image icon.

View 2 Replies

AJAX :: Accordian Inside Nested Gridview, Change "plus" Icon To "minus" Icon

Apr 9, 2010

Using ASP.Net/VB.Net 2005.

I have an accordian inside a nested gridview that is controlled by an imagebutton. The Imagebutton is a plus sign "+" and the expand/collapse functionality is working great.

What I need to do is when the user expands the accordian is to change the plus ("+") sign to a minus ("-") image. I am trying to do this with javascript but its not working.

View 2 Replies

Web Forms :: After Added Already Existing Project The Solution Icon Vanished By Showing The Icon Of Recently Added Project?

Feb 1, 2010

I have the following list of projects WebUI (WebSite) , DataAccess (ClassLibrary) , LogicLayer(ClassLibrary). Those of the project are purposively crated separately.But my scenario is, need to create only one solution file, then add all of the above projects under this solution file. So that i can be easiy interacted and changes can be made by opening solution file only instead of opening each project individually.

Simply all of the layer projects are under one roof means one solution. I tried it by adding solution first, then i added already existed project into this. But once after added already existing project the solution icon vanished by showing the icon of recently added project. By this way I could not add another project into this section too.Hope this is the way the basic real-time projects are created; to achieve the centralized control over architecture based projects.

View 4 Replies

WCF / ASMX :: Building Services To Work With Web Applications And Console Applications?

Jun 7, 2010

I've been worked with web services so far, and I'm interested in expanding my services to console applications as well so I started digging up with WCF but I'm conserned that I won't be able to use the HttpContext collection that I've been used to do with web services one important thing which is to generate a random value from HttpContext.Current.Request.ServerVariables["ALL_HTTP"] that I need to reckon if it's the same or at least near what machine that is calling my service. How can I overcome this problem?

I need to know what machine is calling to count the number of attempts to login into my system for example. So must do it inside of the svc code otherwise if I let the client inform what ip address or what computer he is using, anyone could forge this argument and surpass by another machine. May be I'm approaching this matter wrongly. And I should count the number of attempts per state session, but how is it done?

View 1 Replies

Configuration :: Deploying Web Applications With Sub Web Applications?

Apr 22, 2010

Our corporate intranet is designed so that each web application is a child application in the primary application.. Everything has worked fine with Visual Studio 2008 and even in 2010 running the website locally works great, the output directory for the child apps is ..in and the ProjectName.dll copies to that directory.. When I do a publish however it does not and I have to manually copy the dll from the bin folder in the project folder to the parent bin folder, this isn't hard of course but more of a pain in the butt each time I need to publish something. I made sure the output directory is correct for both debug and release yet on publish is just copies it to the child bin and not the parent bin as needed.

View 2 Replies

Web Forms :: How To Get Title Icon

Apr 25, 2010

how to get icon in the top near to title.

View 2 Replies

Solution Explorer Icon Changes?

Mar 18, 2010

When one creates a new Web Form, Solution Explorer reflects it by adding it to the list, correct? Okay, let me describe this the only way I know how, seeing how I'm a noob and all.The icon representing the item is colorful, with certain features on it with a little bit of yellow at the bottom part of thebackground. While executing my application I notice that certain functionality has ceased to work, when I had made no changes to it, or so I think. I look over at my Solution Explorer and notice that the icon has changed. Now it looks like a simple blank piece of paper. Also, when I highlight the item in Solution Explorer, the Properties window is now missing two attributes: 'Build Action' and 'Copy to Output Directory'.

View 2 Replies

MVC :: How To Set Icon For Html.activelink

Mar 19, 2010

how can we set icon instead text for Html.ActiveLink

View 1 Replies

Make Validation Icon Appear Beside Asp?

Jan 23, 2010

Using this code, I can get a very cheesy red lettered message.

<form id="frmValidator" action="required.aspx" method="post" runat="server">
Enter Your Name:
<asp:TextBox id="txtName" runat="server" />
<asp:RequiredFieldValidator id="valTxtName" ControlToValidate="txtName" ErrorMessage="enter your name!" runat="server" />
<br />
<asp:button id="btnSubmit" text="Submit" runat="server" />
</form>

Is there some way for me to have a green icon (I have that image so I imagine I just have to reference it) sort of fade into existence beside the control?

View 2 Replies

Showing Icon Conditionally In C#?

Feb 11, 2010

I am having trouble with my GridView in ASP.NET, which is listing a few rows of documents. Some of the rows (i.e. documents) are unpaid and need a shopping icon, which takes the clicker to another page completely. Other rows need no icon since they are paid.

This is what I have so far, although HyperLink is throwing an error saying that it cannot cast a HyperLinkField to a HyperLink. Is it better to create an object of the HyperLinkField through C# instead of ASP for example?

protected void getImages(Object src, GridViewRowEventArgs e)
{
if (e.Row.RowType == DataControlRowType.DataRow)
{
BusinessClasses.BusinessEntities.DocumentEntity dataRow =

[Code]....

View 4 Replies

Create A Shortcut With Same Icon For App

Jul 15, 2011

At begining after releasing a new asp.net app, I just tell users to create a shortcut to point the URL.

For example, one shortcut for http://webserver/order/, another for http://webserver/finance/...

Since more and more apps were released, I want to create a easy way for user to create a shortcut with different icon file.

Doing so user can create a shortcut with the same icon.

Which way is the best to do it, batch file, asp.net installation?

View 1 Replies

GridView Delete Icon Not Performing

Apr 21, 2010

I made a GridView application and adds a Delete icon into the GridView. When i compiled a code, it shows the GridView properly, but as i clicked on the Delete icon, it shows the following error: Deleting is not supported by data source 'SqlDataSource1' unless DeleteCommand is specified.

View 3 Replies

Web Forms :: Add Icon On Window Form?

Dec 23, 2010

how I can add icon on window left top corner. i m using this code.

private void Form1_Load(object sender, EventArgs e)

View 3 Replies

Crystal Reports :: No Icon On Toolbar Only X

Jun 22, 2010

I have a problem with Crystal Report, to be exact in correct showing of the toolbar in internet explorer:

1.I can see the toolbar but no icons only X- which means that there is no picture or the action is not active.
2.On the server on which this application stands - we have VS 2010 i CR(4_0_30319) installed
3.In the earlier versions CR was simple because I had catalog: /aspnet_client/System_Web/2_0_50727/I , here all the files and everything else worked correctly
4.and now by VS 2010 and new CR i have /aspnet_client/System_Web/4_0_30319/ and its empty.

View 1 Replies

C# - Display Icon With Respective File

Jan 12, 2010

I have a gridview control which is displaying the files and directory names in one column. Now i want to display the file icon of that particular file in the other column... eg test.txt will have a different icon form image1.jpg and here.xsl i have found two examples but don't kno if they will work or not. [URL] or [URL]
how to incorporate this with my gridview..?

View 2 Replies

Javascript - Change Mouse Icon?

May 27, 2010

I am using asp.net 3.5 and C#.I want to change my mouse cursor similar to this site[URL]

View 3 Replies

Open A Form On Fav-icon Click?

Feb 27, 2010

I want to pop up or open new form on the click of fav-icon.....

View 2 Replies

AJAX :: Getting Rid Of The Missing Loading Icon?

Dec 2, 2010

I am using the following syntax for my loading icon

[Code]....

however once the page loads fully, I have a missing icon image showing up and I dont know why....how do get rid of it

View 2 Replies

SQL Reporting :: Print Icon Does Not Work?

Jan 24, 2011

I run SQL Reporting Service 2000 with his service pack, our application is under VS 2003. When we generate a report the print icon does not work, so we hace to export to PDF format in order to print it. How to solve this problem?

View 1 Replies

AJAX :: How To Activate The Same Progress Icon From Two Buttons

Jun 15, 2010

I am able to update two panels from one button click, Added updateprogress on both panels and on button click it shows the "Loading" icon. But how if I want to icon to show up if user clicks another button which is not part of updatepanel?

I am attaching the code.. in the code I have a button "Show CD Info". When user clicks this button, I load a GridView on the left (Grid Panel) and a simple labels on the right (View Panel) that shows the first record. During the load, user see the Loading icon.

Also, user can click "Refresh Grid" button to refresh ONLY the grid. "Clear" button to clear the labels on the View panel on the right. To accomplish this I have added triggers on Grid Panel

[Code]....

and on View Panel

[Code]....

This code ajaxify my requirement but how to show the progress icon when I click Refresh or Clear buttons?

Here is the code (.aspx):

[Code]....

and (code behind .c#)

[Code]....

let me know how to activate the same progress icon from two buttons?

View 8 Replies

C# - Display File Type Icon In Silverlight?

Mar 29, 2011

I have this situation where I need to display a bunch of files pulled from a Sharepoint site in a Silverlight application. I use a WCF service to get the data from the Sharepoint site.

So what I have is file names with their corresponding extensions. What I need to do is, display the files in the Silverlight application with their corresponding file type icon and file name. The following is the Heirarchical data template I use to display the files in the Silverlight application.

<sdk:HierarchicalDataTemplate x:Key="FileTemplate">
<StackPanel Orientation="Vertical">
<Image x:Name="imgFile" Source="{Binding FileImage}" Height="35" ></Image>
<TextBlock x:Name="txtFile" Text="{Binding FileName}"></TextBlock>
</StackPanel>
</sdk:HierarchicalDataTemplate>

Where FileImage and FileName are strings.

PS: The reason I don't have file type and size is because I using Sharepoint web services and XMLReader to get the information about the files.

View 1 Replies

C# - How To Display Size And Icon For Pdf And Word Docs

Oct 13, 2010

I have webpages that contain links to word documents and pdf files. For each link I want to display the file size and an icon showing what the file type is.

I'm thinking the best way to do this would be with CSS? Can anybody give me an example of how to do this?

View 1 Replies

AJAX :: How To Change Message Icon Using Scriptmanager

Aug 26, 2010

I'm trying to change message icon running using ScriptManager - RegisterStartupScriptIs anyone know how to change icon using ScriptManager ?

View 6 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved