Web Forms :: Website With Custom Font Not Looking Good On Other Machines?
Jun 21, 2013
i made website on c# and font used is "Myriad Web Pro", On my system it looks fine. but when i browse my website on another machine its font changed and looks different, how to sort this problem.
View 1 Replies
Similar Messages:
Jan 24, 2016
I wanna use font in my vb.net website but i found difficulties.
View 1 Replies
Mar 9, 2013
I have hosted my website in iis in windows xp.
When i entered the ip address in my system, it works fine but when i tried it in other machine, it is not working. It leaves me Connection Time Out Error.
View 1 Replies
Mar 4, 2010
i'd like to be able to toggle font size between normal to large(size) accross a whole existing website
how would i go about doing this ?
View 1 Replies
Aug 9, 2012
I use this class for my DropDownList
.DPCDDL {
float:left;
width:200px;
height:20px;
margin-top:1px;
font:bold 12px Tahoma;
}
In my dropdownlist just selected item font be (bold 12px)
I want that all item that are in my dropdownlist font be bold 12px how i can do it?
View 1 Replies
Mar 9, 2011
I looked at Google's, but my boss shot it down because it involves adding a script to every page you want to track. I keep searching the web, but the stuff I am finding seems to be crap or not work all together. This is mainly for internal sites, not external. Seems liek a lot of the stuff I am finding want to give me remote statistics to a publically available site.
View 3 Replies
Oct 6, 2010
I want to learn ASP.NET 4 and C# from scratch to intermediate at least. I want to follow videos. Do you know any good website even if it is paid, I have found this[URL] but I am not sure about it,
View 4 Replies
Jan 10, 2011
I have the following list of fonts:I have no issues with using them vianew Font("XXXX Sans", 21, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel)However, what do i do when i need to use a non-standard font style like light? All that is provided is an enumeration and that is not suitable.
View 1 Replies
Mar 26, 2010
I'm using a special font in my website i wanna know how to show it to users or dowload it to user fonts in page load
View 12 Replies
Jan 6, 2010
Is it possible to change the font and font size of the data in the dropdown of a Combobox?
I've tried;
.CustomComboBoxStyle .ajax__combobox_itemlist li {
width: 150px;
font-family:Verdana;
font-size:smaller;
}
and setting the CssClass to it, but doesn't affect the font. I can adjust the width of the dropdown object, but I need to change that gawd awful font.
View 7 Replies
Jun 24, 2010
Just upgraded from SSRS 2005 to 2008 (on a test server). I have a report with a list and in this list are about a dozen fields in textboxes whose fonts are all set to Verdana 8pt. When I run the report from the Report Manager, one of the 12 fields is displaying in a serif font (like Times New Roman) at around 12pt. When I preview the report in Visual Studio every field looks fine and when I run the same report in SSRS 2005 every field looks fine. Has to be a SSRS 2008 bug!
View 3 Replies
Feb 2, 2011
there is two properties under font area for web control What is use of Names as Name set the value of font.
View 2 Replies
May 11, 2010
point me to information regarding getting font metrics from a true type font in C#? I need to split some text from an RSS feed for a given box height and width.
I've checked System.Drawing.Font and GetHeight is there but how do I get the width of a character?
I understand each character is rendered as a glyph but not sure which class will get the width of the character?
View 2 Replies
May 7, 2010
i have a forms application which pings all the network machines. this works fine and also returns the status of each machine i.e. sucess, timeout etc. however i also want to get the name of the remote machines so i use this code:
[Code]....
the above code works fine however any exception is given when the remote machine is a mac. the exception is:
[Code]....
how can i counter the exception so that it simply ignores the exception and carries on the for loop for the other machines.
View 3 Replies
Jul 23, 2010
I have tweaked some button colors on a webform after updating those pages on server where iis is.From my local machine i can see the updated colors of button.But in some of the other users machines they still see the old webform.even though they refresh there IE.but when they use firefox they can see the new changes.What is wrong with IE, even after deleting cache still it is showing old webform.
View 3 Replies
Jun 6, 2013
I am developing a web application in vs.net 2010 using asp.net 4.0 in c# and using IIS. Application is running success fully in local host and server. when run application without IIS in local host then I get all printer name ( installed and also not installed).
but the problem is that when I run application with IIS in server then application running successfully but I am not able to add printer name in drop down list of client computer.
View 1 Replies
Jul 19, 2012
How can I access the web application from paticular client machine based on ip address of client Machilne.
View 1 Replies
Nov 5, 2010
I get an error when trying to compile this simple website:
[Code]....
The error message is:
x is not a member of ASP.default3_aspx
The meaning of the error message is clear to me, and adding Me..Button1.Attributes.Add("onclick", "x.doMethod();") in codebehind works, but as you can imagine, that is not really what I want. How can I achieve my initial goal?
View 2 Replies
Feb 22, 2011
I have been asked to build an ASP.Net website that has a custom search, when the page is loaded it displays a gridview with a list of data, then when a button is pressed it takes the value from the text box and runs a stored procedure using the value, the gridview then databinds successfully displaying the new data. But the select button does not take the rows data it takes the data from the row corresponding to the data when the page is loaded, not from the search button.
The code for the search is below.
[Code]....
View 3 Replies
Apr 22, 2010
I have a problem, its completely i dont why this happening.say i have site its workign most of places.but when i'm check some place its going to custom error pagei'm using url rewriting handler, is it may be?
View 1 Replies
Mar 30, 2011
I have application..its runnning on my localhost.. i need one more machine to access that application.. but when in tht link i type my IP address instead of localhost.. it showing cannot find server.. in orderr to access appplication to other machine.. as such there is no UAT server as of now...
View 2 Replies
Mar 31, 2011
I'm having a problem when I deploy my web application in different servers. There seems to be an inconsistency in some DateTimeFormat patterns, like ShortDatePattern, using the same culture (pt-BR).
In my development machine (Windows 7, .NET 4 installed, application targeting .NET 3.5) and a Windows Server 2008 R2 (with the application targeting .NET 4) server the ShortDatePattern is "dd/MM/yyyy" - which is the correct, I guess.
In the production server (Windows Server 2003, using .NET 3.5) it is "d/M/yyyy". It is causing me tons of trouble.
I could solve the issue by setting the patterns by hand, but I'd really like to avoid doing this every time I need to output a date. Specially since this will be non-trivial in many places (like where I use MVC's Html.TextBoxFor) and will require a good amount of rewriting.
If there's a way of changing the patterns for the entire web application in one place it would be great. I've tried the following approach in the Global.asax.cs file, with no success:
CultureInfo info = new CultureInfo(System.Threading.Thread.CurrentThread.CurrentCulture.ToString());
info.DateTimeFormat.ShortDatePattern = "dd/MM/yyyy";
System.Threading.Thread.CurrentThread.CurrentCulture = info;
View 2 Replies
Nov 25, 2010
How to get IP list of a client machines in a network
View 1 Replies
Dec 9, 2010
I have a website that uses the ajax control toolkit targeting 3.5. We use tabs control on a few pages. On some client computers the tab control is not displayed. It doesn't collapse the are like it has a placeholder for the control but nothing shows up. No error message is given. Has anyone experienced similar problems.
View 2 Replies
Nov 12, 2010
I have a .net web app hosting in IIS6 with Windows Authentication and anonymous access disabled. The web app is making connection to a SQL Server that is in the same domain, but on a different machine.
I want to have the IIS Worker process acount I_USR_... to be granted access to the SQL Server.
Will this work ?
(Is there a one to one trust ? Or should I make some extra effort to make the trust work ?)
(edit) On this page I read:
IUSR_ must be in the domain, and given proper access to the SQL Server; or, you must disable anonymous access on the site / application - which will allow IIS to pass the users' credentials to SQL Server. Not doing either of these things will result in an error.
View 5 Replies