Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:550485
More Search Options
RSS Available
Matching Posts
Re: Problem in reading Arabic from xml File
Make sure the encoding of the xml file is UTF-8 (you can check by opening the file in notepad and do a save as, this will allow you to select the encoding, and it defaults to the current encoding of the file)
Posted to
Localization
(Forum)
by
ErikVB
on 6/13/2007
Re: Backup on Local/Network drive using Maintenance Plan
you have to make sure that the user used to run the maintanence task has sufficient rights on the network share. Alternatively, you could copy the backup files with a scheduled copy command in windows.. that way, you'll only have to do the backup once in SQL (during backups, your server may suffer a performance hit)
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
ErikVB
on 5/27/2007
Re: Enable Find/Replace Button in the Source View of FCKEditor
I think you should ask this question on the fck support forums: http://sourceforge.net/forum/?group_id=75348
Posted to
Component Discussions
(Forum)
by
ErikVB
on 5/26/2007
Re: standard imports in web.config
hmm... not sure why that doesnt work.. maybe you should ask this question in the vs2005 forum?
Posted to
Configuration and Deployment
(Forum)
by
ErikVB
on 5/26/2007
Re: How to display two or more pages on one page wihout frames or masterpage?
AFAIK you can set the width and height of the IFrame also relatively, using percentages, eg. if you use 100% for both, it will just fill the containing control displaying menu's in combination with frames is not easy (how did you do that when using frames?), i've seen some dhtml menu implementations that can display the submenu in the frame, but that would not work if the source of the frame is a remote site.
Posted to
Getting Started
(Forum)
by
ErikVB
on 5/26/2007
Re: SQL Server 2005 - Windows application and Website
I've used red-gate tools for that in the past ( www.red-gate.com ). check out this one: http://www.red-gate.com/products/SQL_Toolkit/index.htm , you can use that to automate/schedule synchronisations
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
ErikVB
on 5/25/2007
Re: standard imports in web.config
you can use the namespaces element for that: http://msdn2.microsoft.com/en-us/library/ms164642.aspx
Posted to
Configuration and Deployment
(Forum)
by
ErikVB
on 5/25/2007
Re: How to display two or more pages on one page wihout frames or masterpage?
you can set the width and height of an IFrame by using CSS (either by using a CSS class, or by using inline styling). eg something like this: < iframe id ="iframe1" runat ="server" style ="width: 800px; height: 600px" src ="http://www.asp.net"></ iframe >
Posted to
Getting Started
(Forum)
by
ErikVB
on 5/25/2007
Re: SEO localization problems?! .NET + SEO not possible?
to answer your other question: the typical way to do SEO language differentation is to include a language parameter in the URL eg, in DotNetNuke we use this in our pageBase class: preferredLocale = HttpContext.Current.Request( "language" ) the nice thing about this is that you can pass the language with any of this methods: querystring param, form field, or cookie.
Posted to
Localization
(Forum)
by
ErikVB
on 5/25/2007
Filed under: localization
Re: French website on a English server
you might try this: System.Threading.Thread.CurrentThread.CurrentCulture = new CultureInfo("fr-FR") System.Threading.Thread.CurrentThread.CurrentUICulture = new CultureInfo("fr-FR") Also: please check that the culture is not also set in the page properties, as this overrides the setting in web.config
Posted to
Localization
(Forum)
by
ErikVB
on 5/25/2007
Filed under: localization
Page 1 of 143 (1429 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
ASP.NET:
T4MVC now has a real home and a dedicated forum!
TechNet Edge:
Windows Server 2008 R2 : New Power Management Features
ASP.NET:
Web Deployment Painkillers: VS 2010 & MS Deploy
WindowsClient:
Application Accessibility Testing
WindowsClient:
Prism & WCF RIA Services
Channel 9:
Sharepoint 2010 and Claims-Based Identity
WindowsClient:
IRhetoric Ported To BlogEngine.NET
WindowsClient:
PDC Recap and More
Channel 9:
Reactive Extensions API in depth: Primitives
WindowsClient:
New WPF Features: MultiTouch
WindowsClient:
codeplex.com/testapi v 0.4 available
Channel 9:
The Visual Studio Documentary - Alan Cooper, the Father of Visual Basic
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online