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:746741
More Search Options
RSS Available
Matching Posts
Re: VS 2008 SP 2 exists?
No just SP1 and there won't be an SP2
Posted to
Visual Studio 2008
(Forum)
by
yassir.2
on 9/28/2009
Re: ASP.NET MVC Multiple Models for 1 view
You can't have two models ! try using the ViewData
Posted to
ASP.NET MVC
(Forum)
by
yassir.2
on 9/25/2009
Re: Regarding Asp.net Mvc Help
Try this : routes.MapRoute( "CityRout", "CityName/{action}", new { controller = "Account", action = "action" } );
Posted to
ASP.NET MVC
(Forum)
by
yassir.2
on 9/23/2009
Re: linq bll syntax
the select new {e.Column1, e.Column2} will return an IQueryable of an anonymous type
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
yassir.2
on 9/15/2009
Re: linq bll syntax
Well the query won't be executed until it is needed (until you call ToList() , Count() , Single() ...)
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
yassir.2
on 9/14/2009
Re: Membership on a hosted environment
have you changed the connection string to meet the new environment ?
Posted to
Security
(Forum)
by
yassir.2
on 9/14/2009
Re: coding asp.net on windows xp home
If you use visual studio 2005 or 2008 you don't have to use IIS (it has a built in web server to test your web applications)
Posted to
Getting Started
(Forum)
by
yassir.2
on 9/13/2009
Re: numbers
a byte is an 8-bit unsigned integer that means it stores values from 0 to 255 and you trying to put in 300 !! use a short or an int
Posted to
C#
(Forum)
by
yassir.2
on 9/12/2009
Re: numbers
I can't explain why the compiler allow the first one and doesn't allow the second to compile but i can explain why "100 + 200 = 44" 200 in binary is 11001000 and 100 is 01100100 if you add 11001000 to 01100100 the result is 100101100 ( 9 bits ) but a byte is only 8bits long so it just get 00101100 wich is 44
Posted to
C#
(Forum)
by
yassir.2
on 9/12/2009
Re: json_encode
System.Web.Script.Serialization.JavaScriptSerializer serializer = new System.Web.Script.Serialization.JavaScriptSerializer(); string jsonresult = serializer.Serialize(/*object to serialize*/);
Posted to
Migrating from PHP to ASP.NET
(Forum)
by
yassir.2
on 9/12/2009
Page 1 of 35 (341 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