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:79005
More Search Options
RSS Available
Matching Posts
Re: Failed to execute request because the App-Domain could not be created. Error: 0x80070005 Access is denied.
Maybe .net didn't register properly. Try using iisreg with the -i option. http://msdn.microsoft.com/en-us/library/k6h9cz8h%28VS.80%29.aspx
Posted to
Configuration and Deployment
(Forum)
by
auschucky
on 12/2/2009
Pagination on the .net side or the sql side??
Hi, In your opinion, should pagination be performed on the .net side or the sql side and why? If you need further information to clarify what is the best scenario feel free to ask. Thanks, auschucky
Posted to
Data Presentation Controls
(Forum)
by
auschucky
on 9/1/2009
How to serialize an emum to it's member value using DataContractJsonSerializer
Hi, I'm trying to serialize (and deserialize) an enum to it's member value, not an integer. This technique is mentioned in this microsoft article http://msdn.microsoft.com/en-us/library/aa347875.aspx but it dosen't work. Does anyone know how to do it? Here is some sample code [DataContract] public class Car { [DataMember] public string model; [DataMember] public CarConditionEnum condition; } [DataContract(Name = "CarCondition")] public enum CarConditionEnum { [EnumMember] New
Posted to
XML Web Services
(Forum)
by
auschucky
on 7/1/2009
Using svcutil on XSD to create a datacontract returns classes with generic XMLNode properties not strong types
Hi, I've been trying to generate a KML data contract class for .net so that I can deserialise XML into the KML format. Originally I used xsd.exe to generate the class but it appears that this form of serialization does not support some of the structures in the KML XSD, so I proceeded to generate the class using a data contract and svcutil. The end result was not good. The XSD tool generated this for a polygon type: public partial class PolygonType : AbstractGeometryType { private bool extrudeField;
Posted to
Getting Started
(Forum)
by
auschucky
on 6/22/2009
Dynamically setting the src of an iframe without URL encoding
Hi, I have a simple web page that has an iframe that runs on the server side. When I try to add an attribute to the iframe such as the src, .net automatically URL encodes the attribute. Since the URL has parameters at the end this is a bad thing. Is there a way to set the src without it being encoded? and also without using javascript of any kind? Thanks Auschucky
Posted to
Web Forms
(Forum)
by
auschucky
on 6/4/2009
DataContractJsonSerializer serialize strangeness
Hi, I've been using the DataContractJsonSerializer and found that if the class you're serializing has the [Serializable] tag then it will serialize the private members of the class, while if you don't have the tag then it will serialize the public members. For example using this code: [Serializable] public class Person { private string _password = "topsecret" ; private string _name; public string Name { get { return _name; } set { _name = value ; } } } public static class JSONSample
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
auschucky
on 3/22/2009
Filed under: DataContractJsonSerializer serialize private field public field
Re: JSON Date Serialization fails
I've posted a solution to this problem at http://forums.asp.net/t/1388935.aspx
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
auschucky
on 3/4/2009
Re: Serializing a javascript date to be read in with .net using json2.js and System.Runtime.Serialization.Json
Also here's a reference post for transforming the other way (i.e. a .Net serialized date into a javascript date) normally you would just do results = JSON.parse(data); but this results in datefields being represented as a string i.e. alert(result.dateField); would result in something like /date(00000003434+1100)/ to overcome this use this neat little javascript function: function MicrosoftJSONSerializationFix(key, value) { if (typeof value === 'string') { var isDate = /Date\(([-+]?\d
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
auschucky
on 3/4/2009
Filed under: javascript json serialization client side datetime date()
Serializing a javascript date to be read in with .net using json2.js and System.Runtime.Serialization.Json
Hi, This is more a reference post .. I had problems figuring out how to get a javascript date on the client side browser to be serialized in the correct format for .Net to deserialize it using System.Runtime.Serialization.Json. I think the solution I came up with is fairly elegant and easy to use. We are aiming for the javascript to serialize the Date and end up with a format of: "/Date(946645200000+1100)/" To do this, i'm using the json2.js script available from http://www.json.org
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
auschucky
on 2/23/2009
Filed under: serialization deserialization json javascript json2.js System.Runtime.Serialization.Json datetime format date
Re: Restrict user to 1 login on clustered website
Hi Matt, Thanks for your reply. The site does not have problems because of this, the introduction of one login per user is to restrict the sharing of username and passwords so that only one user can have an active login on the site at once. Yes, I understand the sharing of session in an sql server. I think the issue is not so much that the same client logs in more than once - we hide the login form if they've already logged in, it's more that if another client trys to login as the same user
Posted to
Security
(Forum)
by
auschucky
on 2/13/2009
Page 1 of 13 (129 items) 1
2
3
4
5
Next >
...
Last »
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
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 1
Channel 9:
Francesco Logozzo - Static Checking with Code Contracts for .NET
Channel 9:
Channel 9 Live at PDC09: Doug McCuistion, NASA
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 3: Configuration
Channel 9:
Reading Debate with Bill Buxton
Channel 10:
Reading Debate with Bill Buxton
WindowsClient:
Build WPF Data Controls for Outlook Addins Easily with VS2010
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 2
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 1
Channel 9:
Channel 9 Live at PDC09: Wei Zhu (Facebook)
WindowsClient:
WPF Manipulation Basics
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online