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:804009
More Search Options
RSS Available
Matching Posts
Re: Visual improvements
General tools or features of Dreamweaver?
Posted to
Getting Started
(Forum)
by
mitschie
on 6/29/2008
Re: Visual improvements
Visual Web Developer 2008 has better tools than 2005 for improving the look of your site. Dreamweaver has a bit more advantages, but it's not integrated. Take a look at this video tutorial: http://www.asp.net/learn/3.5-videos/video-230.aspx
Posted to
Getting Started
(Forum)
by
mitschie
on 6/29/2008
Re: Future of ASP.Net
@jammycakes Ruby and also ruby on rails is more as a trend in japan. It's one of most popular programming language there.
Posted to
Migrating from PHP to ASP.NET
(Forum)
by
mitschie
on 6/29/2008
Re: Report Tool for Delphi .NET 2007
Sorry ... don't know a solution or other products.
Posted to
Other
(Forum)
by
mitschie
on 6/9/2008
Re: what is different between sqldatasource and objectdatasource ? i want to learn about it :)
Maybe this article makes this clear for you. http://weblogs.asp.net/despos/archive/2007/09/24/linqdatasource-vs-objectdatasource-vs-sqldatasource.aspx
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
mitschie
on 6/7/2008
Re: Report Tool for Delphi .NET 2007
Did you took a look at List & Label? http://www.combit.net/en
Posted to
Other
(Forum)
by
mitschie
on 6/6/2008
Re: Help me out
please mark my third code example as the answer. so everyone knows which code example works. and please set the topic to "resolved" thanks
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
mitschie
on 6/6/2008
Re: Help me out
var query = from Network in db.rm_Networks join User in db.rm_UsersInNetworks on Network.NetworkID equals User.NetworkID into Users orderby Users.Count() descending select new { Network.Name, UserCount = Users.Count() };
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
mitschie
on 6/6/2008
Re: Help me out
I built a database on my computer at home depending on your information. The following code is fully functional and tested on my machine: Put this code into the page_load event of your aspx-page: DataClasses1DataContext db = new DataClasses1DataContext(); var query = from Network in db.rm_Networks join User in db.rm_UsersInNetworks on Network.NetworkID equals User.NetworkID into Users select new { Network.Name, UserCount = Users.Count() }; foreach (var Network in query) { Response.Write(Network.ToString
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
mitschie
on 6/6/2008
Re: Help me out
Could you please give me your table definitions?
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
mitschie
on 6/6/2008
Page 1 of 4 (35 items) 1
2
3
4
Next >
WindowsClient:
Windows Client Developer Roundup for 12/28/2009
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online