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:642866
More Search Options
RSS Available
Matching Posts
Re: AJAX Version
Check the version of the System.Web.Extension assembly
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
idof
on 7/26/2008
Deserializing json dates created by Sys.Serialization.JavaScriptSerializer.Serialize with DataContractJsonSerializer
I'm using the Sys.Serialization.JavaScriptSerializer client class to serialize an object to json and transfer it to a service where I deserialize it to an object using DataContractJsonSerializer. I've noticed that dates are serialized on the client without the time zone (extra 4 digits after the 13 digits of the ticks), thus making the DataContractJsonSerializer deserialize dates to UTC kind instead of Local kind. Is there a way to make the client javascript serializer serialize dates with
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
idof
on 7/8/2008
Re: usage of iframe
Example when to use an IFrame - let's say you have a page, with a grid with a lot of data and by pressing the grid you get detailed information of the selected row (master-detail view). When selecting a row from the grid, every asp.net technique will require lot's of data transfer : 1. posting the page - horrific, will cause the entire form to be passed to the server and back again with the new details 2. using asp.net ajax UpdatePanel - still, the entire form will be sent to the server
Posted to
Client Side Web Development
(Forum)
by
idof
on 6/20/2008
Re: update panel sending whole page back
Ajax's updatePanel enables partial rendering, not partial postbacks. everytime you "postback", the whole form is sent to the server. If you need precise data transfer, try using the ajax framework's web service connection or page method
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
idof
on 5/5/2008
Re: Passing a reference of a function
I'm not sure your architecture is correct, if you want we can discuss it later on. As for your question- google the "delegate" mechanism of .net
Posted to
Web Forms
(Forum)
by
idof
on 4/15/2008
Re: SOAP 1.1 vs 1.2, which should I use?
read here: http://www.codeproject.com/KB/XML/soap12inNet20.aspx
Posted to
XML Web Services
(Forum)
by
idof
on 3/31/2008
Re: SOAP 1.1 vs 1.2, which should I use?
read here: http://www.codeproject.com/KB/XML/soap12inNet20.aspx
Posted to
XML Web Services
(Forum)
by
idof
on 3/31/2008
Re: SOAP 1.1 vs 1.2, which should I use?
Since you don't have to do anything in order to implement each, just allow both. That way, client's that know 1.2 will use 1.2 and client's that know only 1.1 (such as .net 1.1) will use the old version. ASP.NET WS support both by default - just look at the generated WSDL file.
Posted to
XML Web Services
(Forum)
by
idof
on 3/31/2008
Re: JavaScript function in ASP.NET 2.0
I see 2 problems : 1. To refer to a rendered control use document.getElementById("<%=control.ClientID%>") 2. Say you got the control into an object (var combo). The object you got is an HTML element (has the properties and capabilities of a html control). what is the FixUp function you refer to ? and the InputDomElement property ? you cannot refer to c# code from javascript
Posted to
Getting Started
(Forum)
by
idof
on 3/31/2008
Re: Bind image in database to image control
Familiary yourself first with the .ashx file type (http handler). write a http handler (ashx) that : 1. receives the key of the id by query string 2. loads the blob from the db according to the id 3. sets the content-type to the correct image format (tif/gif/jpg/bmp...) 3. response.binarywrite the blob to the stream then change your client code to refer to the ashx file as a source of the image (either put an IMG tag, an IFRAME or just direct to another page with the ashx's url). Best of luck
Posted to
Data Presentation Controls
(Forum)
by
idof
on 3/31/2008
Page 1 of 10 (96 items) 1
2
3
4
5
Next >
...
Last »
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
Channel 9:
Marty O'Donnell - The man behind the Halo Music
Channel 10:
Twitter App for Zune Launches
WindowsClient:
Rotate your text in the WPF DataGrid Column Headers
WindowsClient:
New gameplay video with D&D on Surface
WindowsClient:
ViewModel Pattern and Speech as UI. Help me Obi Wan, where’s the View?
Channel 9:
Karsten Januszewski and Tim Aidlin: Introducing Incarnate
Channel 9:
Reactive Extensions API in depth: Retry
Channel 10:
iBing uBing: Bing iPhone App Arrives
WindowsClient:
Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010
Channel 10:
A Look Behind Mouse 2.0
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online