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:652066
More Search Options
RSS Available
Matching Posts
Re: After adding transaction to the WCF Service I get errors
In the case of TransactionFlowOption.Mandatory you must configure the binding on the client application to use a transaction-aware channel binding; otherwise you would get a message that the channel's binding is not configured with a TransactionFlowBindingElement. The client app raises this ServiceActivationException because it cannot activate the service. For example you need to add the following to the client application configuration file: <system.serviceModel> <bindings> <wsHttpBinding>
Posted to
WCF REST Starter Kit
(Forum)
by
webswapp
on 8/23/2009
Re: Deleting from two MS SQL database records at once
This function is typically coded in the table definition to let the SQL server database engine manage the integrity of the data. You do that by using the TSQL command ALTER TABLE … ON DELETE CASCADE http://msdn.microsoft.com/en-us/library/ms174123.aspx
Posted to
Data Presentation Controls
(Forum)
by
webswapp
on 8/14/2009
Re: Databinding methods such as Eval(), XPath(), and Bind() can only be used in controls contained in a page.
Before you call the databind on the ListView add it to the controls collection of your form, e.g. form1.Controls.Add(lv);
Posted to
Data Presentation Controls
(Forum)
by
webswapp
on 2/27/2009
Re: Dynamically assigning Master Pages to a common child page based upon selections made on homepage
1- Enable the profile on the website to store the user preference for the industry. You can see how to enable the profile on this link: http://msdn.microsoft.com/en-us/library/2y3fs9xs.aspx 2- Retrieve the user profile upon next visit and load the appropriate Master page during the page.PreInit event handling. You may learn how to do that in this article http://msdn.microsoft.com/en-us/library/c8y19k6h.aspx
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
webswapp
on 2/21/2009
Re: Managing Entire Domains thru REST
Have you looked at the benefits of using the URITemplate to find out if it satisfies your requirements http://msdn.microsoft.com/en-us/library/system.uritemplate.aspx http://msdn.microsoft.com/en-us/library/bb675245.aspx
Posted to
WCF REST Starter Kit
(Forum)
by
webswapp
on 2/21/2009
Re: Problems getting records into gridview from a decimal field in a database
Try turning the htmlencode to false. http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.boundfield.htmlencode.aspx
Posted to
Data Presentation Controls
(Forum)
by
webswapp
on 2/19/2009
Re: drop down list + AppendDataBoundItems="true"
You can handle the DropDownlist_DataBound event to add an item on top: System.Web.UI.WebControls. ListItem li = new System.Web.UI.WebControls. ListItem ( "Create" , "-999" ); ddl.Items.Insert(0, li); I do the same in this demo: http://webswapp.com/categories/ASPNET2/CascadingLists/Default.aspx
Posted to
Data Presentation Controls
(Forum)
by
webswapp
on 2/18/2009
Re: Sorting a formview
The MultiView control renders only the content of the active view. If you perform an operation on the active view that you expect to affect one of the non-active view then you may need to force the rendering of that change in the View.Load event. You can see this demo for a similar scenario as yours: http://web-sw-apps.com/categories/ASPNET2/MultiView/Default.aspx
Posted to
Data Presentation Controls
(Forum)
by
webswapp
on 2/18/2009
Re: dataformatstring doesn't seem to be working
Yes there is a setting that you need to add to the databound control named htmlencode. Here is a complete description of how it works on msdn: http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.boundfield.htmlencode.aspx Here is a demo that uses in a GridView http://www.webswapp.com/categories/ASPNET2/NestedGridViews/Default.aspx
Posted to
Web Forms
(Forum)
by
webswapp
on 2/17/2009
Re: Handling database contraints to prevent run-time errors
What I do is to handle the ItemInserted event which would provide an explanation of the exception thrown by a violation to the database constraint. You may look for a demo on this link: http://www.webswapp.com/categories/ASPNET2/CascadingLists/DetailsView.aspx
Posted to
Data Presentation Controls
(Forum)
by
webswapp
on 2/17/2009
Page 1 of 33 (321 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
Debugging Crash Dumps with Visual Studio 2010
WindowsClient:
Debugging Crash Dumps with Visual Studio 2010
Channel 9:
Channel 9 Live at PDC09 Kurt DelBene
Channel 9:
Channel 9 Live at PDC09 Mike Anguilo
Channel 9:
Channel 9 Live at PDC09: Dean Hachamovitch
Channel 9:
Channel 9 Live at PDC09: Gary Flake
Channel 9:
Channel 9 Live at PDC09: Mark Russinovich and Patrick Dussud
Channel 9:
Ping 40: Black screen claims- retracted, Windows 7, Bing Maps, Office 2010
WindowsClient:
WPF Touch Basics
WindowsClient:
WPF Touch Basics
TechNet Edge:
AlignIT IT Manager Podcast #32: Agile Application Lifecycle Management
Channel 9:
Bharat Shah: Microsoft Online Services Overview
WindowsClient:
Holland America adds Surface to several ships in it’s new Mix lounge
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online