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:677950
More Search Options
RSS Available
Matching Posts
Re: The request for security token could not be satisfied because authentication failed.
I got this error: The remote server returned an error: (401) Unauthorized.
Posted to
XML Web Services
(Forum)
by
davidanderson
on 10/24/2008
The request for security token could not be satisfied because authentication failed.
I have moved a WCF service from one machine (where it works) to a production machine (where it does not work). On the production machine, IIS is set for both anonymous authentication and Windows Integrated (because I need the identity of the user). Even though I use this same scheme successfully on the development machine, it is failing in production. I have attached pertainent parts of both web.config files below. Client configuration: < system.serviceModel > < client > < endpoint
Posted to
XML Web Services
(Forum)
by
davidanderson
on 10/24/2008
Column Chart Subtype Plain Problem with Thick Bars
I have a column chart with 4 columns of data. Its subtype is set to Plain. The columns are so thick that they butt up against each other. I cannot find a setting to get a little separation between them. All suggestions are welcome!
Posted to
SQL Server Reporting Services
(Forum)
by
davidanderson
on 8/11/2008
X-Axis Not Appearing in Columm Chart
I have simple column chart and am unable to get the x-axis to show anything. I have checked the "Show Labels" checkbox on the X-Axis tab but no go.
Posted to
SQL Server Reporting Services
(Forum)
by
davidanderson
on 8/11/2008
Re: ModalPopupExtender and DynamicControlID
No, I never resolved it. I had to write my code an entirely different way. Sorry.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
davidanderson
on 5/20/2008
Re: ListView SelectedItemTemplate Not Working from Code-Behind
The post above was certainly part of the answer. If it's not a postback, don't bind. However, I also had to wire up the SelectedIndexChanging event as follows. It wasn't until I did that that the selected item template started to work. protected void lvFeatured_SelectedIndexChanging( object sender, ListViewSelectEventArgs e) { lvFeatured.SelectedIndex = e.NewSelectedIndex; dsEvents = ( DataSet )ViewState[ "dsEvents" ]; lvFeatured.DataSource = dsEvents; lvFeatured.DataBind();
Posted to
Data Presentation Controls
(Forum)
by
davidanderson
on 4/25/2008
Re: Problem with SelectedItemTemplate and user control!
Did you ever find a solution to this? I'm having the same problem.
Posted to
Data Presentation Controls
(Forum)
by
davidanderson
on 4/18/2008
ListView SelectedItemTemplate Not Working from Code-Behind
I have bound data to a ListView in my code-behind and it is working. The ListView contains a SelectedItemTemplate that should display when a Select button is clicked on the ItemTemplate. However, the SelectedItemTemplate never appears when that button is clicked. I'm wondering if something else needs to be done in the code-behind in the SelectedIndexChanging or SelectedIndexChanged event. Here is the code for the button in the ItemTemplate: < ItemTemplate > < tr id ="Tr1" runat
Posted to
Data Presentation Controls
(Forum)
by
davidanderson
on 4/18/2008
Re: Returning Generic List from Web Service
Here's what I tried: WebService. SmartStartServiceWse ws = new WebService. SmartStartServiceWse (); WebService. FormHistory [] fhtemp = ws.GetStatusList(profile_id); FormHistoryList fhl = new FormHistoryList (); fhl.AddRange(fhtemp); I receive two errors: 1) The best overloaded method match for 'System.Collections.Generic.List<FormHistory>.AddRange(System.Collections.Generic.IEnumerable<FormHistory>)' has some invalid arguments 2) Argument '1': cannot convert from
Posted to
XML Web Services
(Forum)
by
davidanderson
on 4/7/2008
Returning Generic List from Web Service
I have a web method that returns a generic list as follows: [WebMethod(Description = "Gets form status for a specific profile_id." )] [XmlInclude( typeof (FormHistoryList))] public FormHistoryList GetStatusList( int profile_id) { FormHistoryList fhl = null ; SqlCommand cmd = SqlCnn.CreateCommand(); cmd.CommandType = CommandType.Text; cmd.CommandText = "SELECT the data" ; cmd.Parameters.Add( "@profile_id" , SqlDbType.Int); cmd.Parameters[ "@profile_id" ].Value
Posted to
XML Web Services
(Forum)
by
davidanderson
on 4/7/2008
Page 1 of 10 (91 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