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:705791
More Search Options
RSS Available
Matching Posts
Re: Could not find default endpoint element that references contract 'CurrencyProxy.CurrencyServiceSoap' in the ServiceModel client configuration section
In the config where is says... contract="CurrencyProxy.CurrencyServiceSoap" You need to fully qualify this... contract="MyNameSpace.CurrencyProxy.CurrencyServiceSoap" (for example)
Posted to
XML Web Services
(Forum)
by
Sohnee
on 2/26/2009
Re: Title missed by search tools
It's perfectly valid to have an attribute of id on the head tag. Search engines, such as Google, Live etc will have no problems reading your website title. I imagine the page comparison tool is using a basic string-search, and they haven't considered a head tag with attributes.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
Sohnee
on 10/9/2008
Re: How to set font and its size of Server controls using CSS external sheets
Hi Tomy, Labels render as a <span> textbox as <input> (or <textarea> if multi-line is enabled) and tables render as <table> Your tags ought to be lower case, but it may be easier for you to assign a class to deal with styles. For example <asp:label ... CssClass="main" .../> then in your CSS .main { font-family: Arial, Helvetica, Sans-serif; font-size: 10px; }
Posted to
Client Side Web Development
(Forum)
by
Sohnee
on 2/13/2008
Re: prevent access to html pages in IIS
There's more on it here: http://www.4guysfromrolla.com/webtech/070601-1.shtml Essentially, you read in the static file and display it within your page, rather than loading the file in a frame.
Posted to
Security
(Forum)
by
Sohnee
on 2/8/2008
Re: prevent access to html pages in IIS
There's an 'industry fix' to this kind of issue, whereby you stick a bit of javascript on those HTML pages that checks for the parent. If it has no parent, it redirects to the .aspx page. An alternative would be for your aspx page to pick up those HTML files, scrape the contents server-side and stuff them into <div> divisions on your page. Then those pages are never made known to anyone in the first place.
Posted to
Security
(Forum)
by
Sohnee
on 2/6/2008
Re: how to get top scroll position of window
The following will get you the current scrolled position: document.body.scrollTop
Posted to
Client Side Web Development
(Forum)
by
Sohnee
on 1/30/2008
Re: Session hijack
Are you clicking on the firefox "desktop icon" or spawning a new window from withing firefox? If you are spawning, you are probably still within the same session.
Posted to
State Management
(Forum)
by
Sohnee
on 1/30/2008
Re: Help:Browser Compatibility
Try: childNodes = document.getElementById(" ScreenNames ").getChildNodes() Which you access individual elements using item: childNodes.item(0) Here are some more you might get use from - I think they are well named, but let me know if you want an explanation: getFirstChild() getNextSibling() getNodeType() getNodeName()
Posted to
Client Side Web Development
(Forum)
by
Sohnee
on 1/18/2008
Re: Help:Browser Compatibility
It depends what you are doing. If you are using a specific implementation, it will only work where that implementation is supported. This is apparent in everyday use when using AJAX as you need to use different calls depending on browser/version. Post a working example to get a more specific answer.
Posted to
Client Side Web Development
(Forum)
by
Sohnee
on 1/11/2008
Re: client machine number information
From a web page, you can only access the information made available to you in the HTTP headers. This means you won't be able to get the machine number for security reasons.
Posted to
Client Side Web Development
(Forum)
by
Sohnee
on 1/11/2008
Page 1 of 50 (492 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
AlignIT IT Manager Podcast #32: Agile Application Lifecycle Management
Channel 9:
Bharat Shah: Microsoft Online Services Overview
ASP.NET:
RIA Services Link Listing #1
Channel 9:
Reactive Extensions API in depth: Merge
TechNet Edge:
Forefront Protection for Exchange customer story
WindowsClient:
Windows Client Developer Roundup for 12/7/2009
WindowsClient:
Introducing the new Bing Maps beta
ASP.NET:
My Presentations in Europe (December 2009)
Channel 9:
Channel 9 Live at PDC09: Dr Jeff Norris, NASA
Channel 10:
Flickr Drive Integrates Flickr into Windows Explorer
Channel 10:
Playfire: A Growing Network for Gamers
Channel 10:
Find the Top iPhone Apps with Bing (Yes, Really!)
Channel 10:
Xbox to Become Emergency Alert System
Channel 10:
Progression of the Iconic Background
WindowsClient:
ASP.NET AJAX 4.0 Data Binding on MSDN Magazine
WindowsClient:
Don’t miss out..
TechNet Edge:
Improving Collaboration with SharePoint - Tech Focus December 2009 Part 1
Channel 9:
Channel 9 Live at PDC09: Scott Guthrie
Channel 10:
Get Discounted Concert Tickets at the New Windows Section 7
Channel 10:
Get Bing Wallpapers on the iPhone
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online