Search

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

Matching Posts

  • Re: Why did my post get deleted

    [quote user="TheDiddy"]How would I get the list of users on a network domain? Trying to make a log in application that would allow a buddy list of which will only all users on the domain already[/quote] Have a look at the FAQ on other forums at http://forums.asp.net/p/1337412/2699239.aspx#2699239 , besides the free for all section, you could ask the question at: Windows Forms http://windowsclient.net/ MSDN http://social.msdn.microsoft.com/Forums/en-US/category/windowsforms/
    Posted to Feedback on this website (Forum) by TATWORTH on 11/26/2009
  • Re: How to pass back exceptions from the WS back to the ASP.NET client

    I suggest that you use a serialisable class such as the web service return class in the CommonData project at http://CommonData.CodePlex.Com This can be understood by non-windows web service consumers.
    Posted to Client Side Web Development (Forum) by TATWORTH on 11/26/2009
  • Re: Function to check consecutive 5 same letter or digits

    Are you looking a function that returns true if an input string contains 5 consecutive characters the same or a functions that returns the first 5-characters-the-same string it finds? Do you want it in VB.NET or C#? You state "letter or digit" is it just A-Z, a-z and 0-9 you are interested in?
    Posted to Visual Basic .NET (Forum) by TATWORTH on 11/26/2009
  • Re: Suggestions for an effective approach to use for designing a form

    [quote user="groverg"]Now this config could contain names of all the controls that could be displayed as nodes, with attributes which define whether it is visible or not, and what regex to use for validations and what and also row and column positions for the layout.[/quote] I suggest you look at some of the CMS systems like Umbraco.
    Posted to Web Forms (Forum) by TATWORTH on 11/25/2009
  • Re: Stacked column charts in asp.net

    Questions on the Microsoft Charting Control can also be asked at http://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/threads/
    Posted to Data Presentation Controls (Forum) by TATWORTH on 11/25/2009
  • Re: Replication between SQL Server 2005 and SQL Server 2008

    As this is a specialist SQL question, please ask at: SQL Server Team http://www.sqlteam.com/forums/ SQL Server Central http://www.sqlservercentral.com/ SQL Server at MSDN http://forums.microsoft.com/MSDN/default.aspx?ForumGroupID=19&SiteID=1 SQL at TEk-TIPS http://tek-tips.com/threadminder.cfm?pid=183&page=1
  • Re: Extracting data from dynamic array in c# & .net

    If the textboxes are just for display, then you can generate the HTML for them yourself and inject it into the InnerHtml property of a span of table cell. The common data solution has an example where such HTML is generated and injected. Such html can contain hyperlinks but otherwise has to be static.
    Posted to Getting Started (Forum) by TATWORTH on 11/24/2009
  • Re: Erro Creating Control - Content

    For help on BlogEngine.NET, please see: http://www.blogengineforum.net/ http://www.codeplex.com/blogengine/Thread/List.aspx Please let me know how you get on with these as I will have to update the other forums FAQ with some links for the BlogEngine.NET
    Posted to Getting Started (Forum) by TATWORTH on 11/24/2009
  • Re: Share authentication from ASP.Net to PHP.

    This is an intriging question! You would possibly need to use a custom authentication on the ASP.NET side. One possible idea is to have a common web service site that both the ASP.NET and PHP sites call to authenticate a user. To pass users across from one to the other would be to create a transfer URL that encrypts the users session and timestamp of transfer so that the link expires within minutes of being created. Which version of ASP.NET are you targeting? What backend database are you using?
    Posted to Security (Forum) by TATWORTH on 11/24/2009
  • Re: Login control FAQ :

    [quote user="guenavan"]I could not understand: - why through making change in the database? - why subdirectory web.config?[/quote] There are periods of operation when only administrators should have access to the site. At the end of this period, normal operation needs to be restored without making any change other than the in the database.
Page 1 of 1185 (11850 items) 1 2 3 4 5 Next > ... Last »