Search

You searched for the word(s): userid:494338

Matching Posts

  • Re: Linq relationships/associations not working

    Just an update guys - still no joy, it's broken again :( I've raised this as a bug with Microsoft now. https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=360788
  • Re: Linq relationships/associations not working

    Hi guys, I've just managed to get the code working on the first machine I noticed the failure on by databinding to a var in codebehind, instead of using a LinqDataSource. I'll do some more testing, but is this perhaps an oddity in the LinqDataSource? If so, why should it only happen on one server? I hope I'm not the only person who thinks this makes no sense! Best Regards
    Posted to Data Presentation Controls (Forum) by danielarkley on 7/16/2008
  • Re: Linq relationships/associations not working

    Hi guys, Just an update - I've tried running the same code on a second Windows 2003 machine, and it has exactly the same issue as the first. I'm going to try using <%= ((Announcement)Container.DataItem).Author.FullName %> on my PC and on the servers, and see if I can get anywhere, but anyones help would be appreciated! Best Regards
    Posted to Data Presentation Controls (Forum) by danielarkley on 7/15/2008
  • Re: Linq relationships/associations not working

    Hi Jeev, Thanks for your response - unfortunately, I don't want to put the "FullName" field into my SQL database, because I am already storing Forename and Surname - FullName is just duplication. Additionally, the code seems to work fine on my PC, and my PC and our test server are running against the same database, on the same version of code. It's very strange! Best Regards
    Posted to Data Presentation Controls (Forum) by danielarkley on 7/10/2008
  • Linq relationships/associations not working

    Hi all, I've been developing our new company intranet using ASP.NET, AJAX and Linq and I'm really happy with how easy the development process is using Linq instead of SqlDataSource or ObjectDataSources before the Linq days. I've created a DBML file and defined a few relationships between different tables, one example being that an "Announcement" can be published by an "Employee". The relationship between these two entities is that the Announcement table has a field
    Posted to Data Presentation Controls (Forum) by danielarkley on 7/10/2008
  • Re: Active Directory AND Sql Membership?

    Hello. Sorry for the late response. You are partly right, I do indeed want to use mixed-mode authentication. The plan is that our customers will log in to our CRM system from across the internet, providing their credentials in forms authentication which will be checked against a username and password held in our SQL database. Additionally, our staff will use Windows authentication to log in across our internal network authenticated against our Active Directory, without typing their credentials. I
    Posted to Security (Forum) by danielarkley on 4/10/2008
  • Active Directory AND Sql Membership?

    Hi all, I am working on a scenario whereby I need to implement the following features: - Users inside my business can log on to our CRM from inside our network using NTLM (i.e. no typing of usernames and passwords, authenticating against Active Directory). - Users outside my business can log on to the same CRM from outside our network using Forms authentication, authenticated against SQL Server (using the ASP.NET SQL Membership features). - I need to be able to use a unique key in entities such as
    Posted to Security (Forum) by danielarkley on 2/1/2008
  • UpdatePanel, ModalPopupExtender and Timer

    Hi guys, I am writing a page which requires the use of a Timer to keep a GridView's data up to date, but also requires the use of a ModalPopupExtender. I have the page working almost correctly, except for one major flaw in the UI. One of the capabilities of the page allows the user to "reset" a row in the GridView (by setting a DateTime to null in my backend) which I require the user to confirm before actioning. I am rendering the confirmation link inside a Panel extended with the ModalPopupExtender
  • Regular Expressions

    Hi all, I am trying to write a regular expression that only matches text that meets the following crtieria: The line begins with a < character. The line contains only letters, numbers and the symbols , . : ? ! < > [ ] The line ends with a > character. I am using the rule to ensure that lines in an XML log file do not contain any characters which could not be read in as an XML document. Your help in creating such an expression, or indeed suggesting another method of finding such characters
    Posted to Getting Started (Forum) by danielarkley on 1/29/2007
  • Re: Memory Leak in Timer?

    I am experiencing a similar problem, using AJAX.NET not Atlas though. The application I'm writing requires downloading a .NET DataRow and presenting it's contents, checking for a change every second. In a days worth of running the application (it's an electronic noticeboard system), I can have 200MB RAM in use by Internet Explorer. I had to set up a scheduled task to pskill and relaunch IE at 8am every day ! Interested to see if there is a solution :)
Page 1 of 3 (25 items) 1 2 3 Next >