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:452986
More Search Options
RSS Available
Matching Posts
Re: JSON Serializer / How to?
Check out Json.NET. The serializer in it is much more flexible than the .NET one and it is open source. You can jump into the C# and change it if you need to. http://james.newtonking.com/projects/json-net.aspx
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
James Newton-King
on 9/27/2008
Filed under: JSON Serialization
Making health monitoring request error event more detailed
Is there a way to make the web request error event more detailed without creating a new event of my own? Currently the web request error event only supplies some basic information about the request such as the request url. I'd like it also to give request information about cookies, form variables, server variables etc.
Posted to
Configuration and Deployment
(Forum)
by
James Newton-King
on 6/24/2006
Re: Why new .DLL in \Bin kills performance?
If the contents of the /bin directory change then the ASP.NET application will restart.
Posted to
Configuration and Deployment
(Forum)
by
James Newton-King
on 6/24/2006
Re: Msgbox alternative?
JavaScript has a confirm method that displays a question and Ok/Cancel buttons. http://www.javascripter.net/faq/confirm.htm
Posted to
Client Side Web Development
(Forum)
by
James Newton-King
on 5/13/2006
Re: Notify client to refresh...
You can't push data from the server onto the page. The client makes a request and the server gives a response. Like XIII said, If you want to server to be able to communicate with the page you'll have to poll the it using JavaScript and AJAX.
Posted to
Client Side Web Development
(Forum)
by
James Newton-King
on 5/10/2006
Re: getElementById
By the way, the difference between visibility = 'hidden' and display = 'none' is that visibility will just make the element invisible but still leave a gap, while display will completely remove all trace.
Posted to
Client Side Web Development
(Forum)
by
James Newton-King
on 5/8/2006
Re: Question:Popup second window
Using "_blank" as the window name is simpler and achieves the same effect. http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/open_0.asp
Posted to
Client Side Web Development
(Forum)
by
James Newton-King
on 5/8/2006
Logging JavaScript Errors to ASP.NET
I've written an article demonstrating how to log JavaScript errors thrown on the browser to the server. It includes a download for the source code and binaries. http://www.newtonsoft.com/blog/archive/2006/05/02/98.aspx It is easy to use. Just add the control to your webpage: <% @ Register TagPrefix ="ncl" Namespace ="Newtonsoft.ClientLogger" Assembly ="Newtonsoft.ClientLogger" %> < ncl : ClientLogger runat ="server" /> And register the HttpHandler in your web.config: < add verb =
Posted to
Tips & Tricks
(Forum)
by
James Newton-King
on 5/7/2006
Re: Draggable "window" control
That is pretty good. I made my own dialog control that also allows resizing as well as a number of other features. http://www.newtonsoft.com/products/webdialog/
Posted to
Tips & Tricks
(Forum)
by
James Newton-King
on 5/7/2006
Re: Executing inline JavaScript on load
Luis Abreu: hello. James Newton-King: If I did that then I'd be dependant upon Atlas and have to include it's dll with my installer and output all it's JavaScript to the page which I don't want to do. hum...i'm following you...you say that you don't want to be dependant upon atlas ( i think you're talking about the server side dll?)...but you also say that you have the control placed inside an updatepanel. the only way you'll use a panel is if you add the atlas dll to your app! one more thing: if
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
James Newton-King
on 4/24/2006
Page 1 of 4 (40 items) 1
2
3
4
Next >
ASP.NET:
Visual Studio 2010 and .NET 4 Update
WindowsClient:
Microsoft’s product placements in The Big Bang Theory
Channel 9:
Channel 9 Live at PDC09: Martin Cron
Channel 9:
Channel 9 Live at PDC09: Erik Meijer and Thomas Lewis
WindowsClient:
Download Data Services Update for .NET 3.5 SP1
Silverlight:
Extending the SMF for the HVP
Silverlight:
Extending the SMF for the HVP
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 12 of 13
Channel 10:
Bing Maps Update: Map Embeds and Draggable Routes
WindowsClient:
New WPF Showcase: WEB Touch
ASP.NET:
ASP.NET MVC 2 RC Released
WindowsClient:
Very exciting Microsoft Pivot from Live Labs
WindowsClient:
XAML for UI & .rc files
TechNet Edge:
DNS Security (DNSSec) Overview
Silverlight:
Silverlight 4 demos from my PDC Keynote now available
Channel 9:
Channel 9 Live at PDC09: Dave Campbell
Channel 9:
Channel 9 Live at PDC09: Yousef Khalidi
Channel 9:
Twitter App for Zune Launches
WindowsClient:
Incarnate
WindowsClient:
Track Fedex packages with Bing
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online