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:829030
More Search Options
RSS Available
Matching Posts
get xml node
I have an xml that is in the form of below -- how do i search for the project node that has inner node name of company 1? <projects> <project> <name>company 1</name> </project> <project> <name>company 2</name> </project> </projects>
Posted to
XML and XmlDataSource Control
(Forum)
by
tpiazza55
on 11/30/2009
Re: get xml node
thanks for the reply -- actually its one more element deep -- how do i grab the project level where company = comapny 1 <projects> <project> <name> <company>company 1</company> </name> </project> </projects>
Posted to
XML and XmlDataSource Control
(Forum)
by
tpiazza55
on 11/30/2009
get cell index by columnname in gridview
how do i get the cell index by columnname in a gridveiw. All the fields are templatefields
Posted to
Getting Started
(Forum)
by
tpiazza55
on 8/25/2009
Re: gridview will sort only once
thanks for the help -- in my datatabvle sort i had them both set to asc
Posted to
Data Presentation Controls
(Forum)
by
tpiazza55
on 7/17/2009
search xml for two attributes
how do i search for two element attributes SelectSingleNode( "node[@field = '" + feild + "']" ) as XmlElement ; -- how do you do two?
Posted to
XML and XmlDataSource Control
(Forum)
by
tpiazza55
on 7/17/2009
Re: Add sorting to dynamically generated gridview
so i added a link button as a header vs a label field and that lets me sort by asc only. click it again and it passes asc. i never get a desc
Posted to
Data Presentation Controls
(Forum)
by
tpiazza55
on 7/14/2009
Re: Add sorting to dynamically generated gridview
i saw most of those looking for a solution -- i made the header text a link button which gives with a command name called sort -- it will grab my gridview sorting event but only gives me sort by ASC. I never get a DESC when i click it again
Posted to
Data Presentation Controls
(Forum)
by
tpiazza55
on 7/14/2009
Re: Add sorting to dynamically generated gridview
this builds the template public class GridViewTemplateData : ITemplate { private DataControlRowType templateType; private string columnName; public GridViewTemplateData(DataControlRowType type, string colname) { templateType = type; columnName = colname; } public void InstantiateIn(System.Web.UI.Control container) { switch (templateType) { case DataControlRowType.Header: LinkButton linkHeader = new LinkButton(); linkHeader.Text = columnName; linkHeader.ID = columnName; linkHeader.CommandName = "Sort";
Posted to
Data Presentation Controls
(Forum)
by
tpiazza55
on 7/14/2009
Re: Add sorting to dynamically generated gridview
i got it -- had to manually make it sort protected void GVDecision_Sorting(object sender, GridViewSortEventArgs e) { string sortExpression = e.SortExpression; if (GridViewSortDirection == SortDirection.Ascending) { GridViewSortDirection = SortDirection.Descending; dtXML.DefaultView.Sort = "[ID] ASC,[" + e.SortExpression + "] DESC"; } else { GridViewSortDirection = SortDirection.Ascending; dtXML.DefaultView.Sort = "[ID] ASC,[" + e.SortExpression + "] ASC";
Posted to
Data Presentation Controls
(Forum)
by
tpiazza55
on 7/14/2009
gridview will sort only once
I am creating a gridview dynamically -- when i click on the column header it sort asc. if i click again it comes back as asc vs desc. basically it will sort once and thats it any suggestions on what this can be
Posted to
Data Presentation Controls
(Forum)
by
tpiazza55
on 7/14/2009
Page 1 of 8 (80 items) 1
2
3
4
5
Next >
...
Last »
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
Channel 10:
Bing Gets a New Toolbar
ASP.NET:
More on medium trust: what permission are you missing?
Channel 9:
Channel 9 Live at PDC09: Bob Muglia
WindowsClient:
Adventures With Windows Azure Diagnostics
Mix Online:
Adventures With Windows Azure Diagnostics
Channel 9:
Channel 9 Live at PDC09: Ray Ozzie
Channel 9:
Coding4Fun: DrinkTendr
Channel 9:
TWC9: Scott Hanselman, John Galloway, Bing, parallel unit tests, more
TechNet Edge:
ISA to TMG Migration Guidance
Channel 9:
Life at Microsoft: Episode 3
TechNet Edge:
Microsoft Windows Server 2008 to AITP
ASP.NET:
How important is medium trust to you?
WindowsClient:
Microsoft Web Platform & You
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online