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:730532
More Search Options
RSS Available
Matching Posts
Re: The SiteMapProvider 'Web.sitemap' cannot be found
If you don't specify SiteMapProvider, the SiteMapDataSource uses the default SiteMapProvider. You have to understand how works the siteMap section in web.config. By default, one siteMap exists : its name is AspNetXmlSiteMapProvider, it is a XmlSiteMapProvider whose sitemap file is Web.sitemap, at the root of the application. If you want to use another SiteMapProvider, and use its name for the SiteMapProvider property of the SiteMapDataSource : < siteMap enabled = " true " defaultProvider
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
agriffard
on 5/2/2008
Re: DateFormatting in GridView
Try {0:hh} with the 'h' in lower case or see thhis page : http://msdn2.microsoft.com/en-us/library/97x6twsz.aspx
Posted to
Data Presentation Controls
(Forum)
by
agriffard
on 3/19/2008
Re: Image button to edit inside a gridview
Write CommandName="Edit" for lnkEdit and not CommandArgument="Edit" as you wrote it.
Posted to
Data Presentation Controls
(Forum)
by
agriffard
on 3/4/2008
Re: DropDownList Master/Detail with LINQ: How to handle the "ALL" option in the DDL?
1) the categories DropDownList is bound to a ldsCategories, a LinqDataSource that retrieve the categories. Don't forget AppendDataBoundItems="true" to keep the All item and AutoPostBack="true" if you want that the gridView refresh automatically. <asp:DropDownList ID="ddlCategories" runat="server" AutoPostBack="true" DataSourceID="ldsCategories" DataTextField="CategoryName" DataValueField="Id" AppendDataBoundItems
Posted to
Data Presentation Controls
(Forum)
by
agriffard
on 3/4/2008
Re: Linqdatasource bug. Can not modify select parameters programatically.
Use the AutoGenerateWhereClause ="true" property without the Where property or write Where ="(Int32) CustomerID == @ CustomerID " http://forums.asp.net/p/1212013/2147672.aspx
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
agriffard
on 2/1/2008
Re: Linq datasource and master detail view
Add ConvertEmptyStringToNull="True" in your ControlParameter < asp : ControlParameter Name ="EmailListId" ControlID ="EmailListsView" PropertyName ="SelectedValue" Type ="Int32" ConvertEmptyStringToNull="True" />
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
agriffard
on 2/1/2008
Re: DropDownList inside the GridView
Write the event handler in your code behind : Protected Sub ddl_SelectedIndexChanged( ByVal sender As Object , ByVal e As System.EventArgs) dim ddl as DropDownList = CType(sender, DropDownList) .... End Sub And add it to the dropDownList declaratively : < asp : DropDownList ID ="ddl" runat ="server" OnSelectedIndexChanged ="ddl_SelectedIndexChanged"/>
Posted to
Data Presentation Controls
(Forum)
by
agriffard
on 1/29/2008
Re: Linq datasource and master detail view
Use the AutoGenerateWhereClause ="true" property without the Where property or write Where ="(Int32)EmailListId == @EmailListId"
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
agriffard
on 1/29/2008
Re: Import Contacts from Gmail, Yahoo, etc
https://sourceforge.net/projects/opencontactsnet/
Posted to
XML Web Services
(Forum)
by
agriffard
on 1/16/2008
Re: Sitemap and custom attributes
SiteMap menu with icons : http://weblogs.asp.net/bleroy/archive/2006/01/24/436350.aspx
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
agriffard
on 1/16/2008
Page 1 of 8 (72 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
Reading Debate with Bill Buxton
Channel 10:
Reading Debate with Bill Buxton
WindowsClient:
Build WPF Data Controls for Outlook Addins Easily with VS2010
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 2
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 1
Channel 9:
Channel 9 Live at PDC09: Wei Zhu (Facebook)
WindowsClient:
WPF Manipulation Basics
ASP.NET:
High CPU in .NET app using a static Generic.Dictionary
TechNet Edge:
Deploying Silverlight - Why and How
WindowsClient:
Windows Client Developer Roundup for 12/21/2009
Silverlight:
4 Calendars & Plans for 2010 / 5770
ASP.NET:
ASP.NET MVC 2 and Visual Studio 2010
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Channel 9:
TWC9: 2009 - The Year in Review
ASP.NET:
Tip#100: Did you know… How to view ASP.NET trace information?
ASP.NET:
Passing anonymous objects to MVC views and accessing them using dynamic
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Channel 9:
Channel 9 Live at PDC09: Stephen Toub
WindowsClient:
Mouse Gestures for Internet Explorer
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online