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:701223
More Search Options
RSS Available
Matching Posts
Re: Scheduling a method or WS call
Use the scheduler to schedule a cosole app to be run. Within the console app, call the service. WebRequest req = WebRequest.Create("sevice url"); WebResponse res = req.GetResponse();
Posted to
Architecture
(Forum)
by
HeartattacK
on 12/6/2009
Re: Manipulate Url without redirect
Reponse.Redirect causes a redirect response, that'll cause a round trip to the client. Server.Transfer will cause the response to be sent from another url on the same server without the round trip.
Posted to
Web Forms
(Forum)
by
HeartattacK
on 12/6/2009
Re: anyone help me in string variable
string str = @" http://anirudhagupta.blogspot.com/2009/11/hurray-vs-2010-launched-on-22-march.html"; Uri uri = new Uri(str); Console.WriteLine(@"http://" + uri.Host + "/");
Posted to
Getting Started
(Forum)
by
HeartattacK
on 12/4/2009
Re: FileUpload in .NET MVC 1.0
Use an <input type='file'> tag.
Posted to
ASP.NET MVC
(Forum)
by
HeartattacK
on 12/2/2009
Re: Downlaod AJAX ControlToolKit Version 3.5.0.0
www.codeplex.com Search for the Ajax control toolkit.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
HeartattacK
on 12/1/2009
Re: Downlaod AJAX ControlToolKit Version 3.5.0.0
Yes. 3.0.30930 is the build number of the toolkiit and targets .net 3.5 sp1.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
HeartattacK
on 12/1/2009
Re: GENERAL ASP.NET QUESTION
Asp is as much related to asp.net as Bill Gates is related to Vladimir Putin! Asp was nothing like asp.net, and asp.net 2.0 was a major MAJOR overhaul from asp.net 1.1. Since then, asp.net 3.5, 3.5 sp1 use the same runtime as asp.net 2.0 and follows pretty much the same ideals. If you learn asp.net 3.5, you'll be picking up asp.net 2.0 automatically, perhaps without some dated concepts. The best way to learn is to go here: www.asp.net/learn Watch the basic videos, read the basic tutorials and
Posted to
Getting Started
(Forum)
by
HeartattacK
on 12/1/2009
Re: Passing Object or Value
As much as possible, you should target sub1(string value). The reason is that using sub1(cls2 obj), you would be tightly coupling cls1 to cls2. You'd need cls2 to be able to use cls1. And tight coupling is bad for code maintainability. If you have to access a few properties on the object, then you can pass in the object - but in that case, it'd be better to pass in an abstraction (i.e. interface of cls2) rather than cls2. This would still keep it loosely coupled, but you wouldn't have
Posted to
C#
(Forum)
by
HeartattacK
on 12/1/2009
Re: Forever in GoDaddy Purgatory
Or wait till January 1 and target azure. You can be sure you won't have as much trouble with Microsoft
Posted to
Getting Started
(Forum)
by
HeartattacK
on 12/1/2009
Re: Forever in GoDaddy Purgatory
customErrors mode= "Off" That'd show you the errors. Also, set <compilation debug='true'> As for godaddy...I know what you mean. There're plenty of other hosts. I've like www.planetsmb.com so far. Cheap, good feature set, stays fairly up to date and support is quick and helpful. Not affiliated, but am using them and some of my clients have too.
Posted to
Getting Started
(Forum)
by
HeartattacK
on 12/1/2009
Page 1 of 308 (3078 items) 1
2
3
4
5
Next >
...
Last »
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
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online