Search

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

Matching Posts

  • Using ASP.NET Enterprise Manager

    Can someone how effectively he/she has used ASP.NET Enterprise Manager. I have been trying to run this script from the environment.: CREATE TABLE [tblUsers]( [userid] [int] IDENTITY(100,1) NOT NULL, [firstname] [varchar](100) NULL, [surname] [varchar](100) NULL, [aspnetusername] [varchar](200) NULL, [questionId] [int] NULL, [answer] [varchar](200) NULL, [dateregistered] [datetime] NULL, CONSTRAINT [PK_tblUsers] PRIMARY KEY CLUSTERED ( [userid] ASC )WITH (PAD_INDEX = OFF, IGNORE_DUP_KEY = OFF) ON
    Posted to Configuration and Deployment (Forum) by Contributor on 7/9/2009
    Filed under: ASP.NET "shared hosting", "asp.net" "web application" "asp.net deployment" "visual studio 2008" TFS MSBUILD, database integration.
  • Running .NET Application Services from ASP.NET Enterprise Manager

    It has been a week ago I have been loooking for the order at which one can run the .net 2.0 application services from online - asp.net enterprise manager since I cannot have access to the command-lineor run it from command-line for online set-up. Please I need to set-up this database and its services - role management, membership and profiles. It has been causing sleepiless night and can somebody direct me to any online manual for help or way to carry it out. Moreso I discover that any script I generate
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by Contributor on 7/9/2009
    Filed under: .NET TSQL SQL 2000 T-SQL, .net 2.0 ASPX
  • Re: Payment Gateway Processor

    I really appreciate that. Meanwhile I just want to know whether it is possible to have a sole right of being a gateway service provider. How does one acquire this? I have read the article, but I am still interested in having that authority of being a gateway service provider. can anyone let me know how to go about this? Does it mean there is a body that guides this service? what is tyhere coverage? Just like the right Interswitch in NIgeria have. If familiar to Interswitch service system in NIgeria
    Posted to Getting Started (Forum) by Contributor on 1/18/2009
  • Payment Gateway Processor

    I have been searching internet now for a while. I am thinking there should be a programming book that deal with development of portal services like payment processor and how it is done. Can anyone please help me out. which technology is best suited for it? Kayode Banjo
    Posted to Getting Started (Forum) by Contributor on 1/17/2009
    Filed under: asp .net 2.0
  • Using Asp.Net Ajax Control toolkit 3.5 in visual studio 2005 problem

    I want to use AjaxControlToolkit for the visual studio 2005 with .net framework 2.0, I was unable to use the current version with it. I want to know if there is a way to download a version that could work with it or is there any setting i need to carry out before i can incorporate the new version into .net framework 2.0 (visual studio 2005). Please it is urgent. Any advice or suggestion is welcome This is the error throws: error loading ajaxcontroltoolkit-framework3.5SPI-NoSource\SampleWebSite\Bin
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Contributor on 10/4/2008
    Filed under: "AJAX .NET 2.0", "AJAX .NET 2.0" " "Ajax Control Toolkit" not displayed.
  • Cannot connect to SQL Server Express Edition using its Management Studio

    Please, I use tyhe Visual Studion 2005 SQL Server Express Edition Management Studio (SMSE) to create the backend database and trying to set the connectionstring from the web config file, but what I continue to get as an error is that "<computername>/ASPNET" login failed for that user, cannot login to the Management Studio. This is my expression from the web config file <connectionStrings> <clear /> <add name="LocalSqlServer" connectionString="Data Source
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by Contributor on 3/17/2008
    Filed under: SQL Server 2005, ASP .NET 2005
  • Re: Trying to configure SQL query

    Since what the developer want to retrieve is the list of all the footballer's favorites that belong to a particular user, I think of trying this may be it could help: SELECT F.FOOTBALL_ID, F.FOOTBALLER_NAME FROM FAVORITE_FOOTBALLER FB (NOLOCK) INNER JOIN FOOTERBALLER F (NOLOCK) ON F.FOOTBALL_ID = FB.FOOTBALL_ID where FB.USER_ID = @USERID I hope this help Kayode Banjo UnicornDivine Technologies Ltd Programmer
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by Contributor on 3/13/2008
    Filed under: SQL SERVER 2000 2005
  • Running membership query using SQL Express in Visual Studio

    I am used to run SQL server 2005 RDBMS with Visual studio 205 for development. recently, i wanted to try it with the inbuilt sql server express and being able to run the membership query / membership functionality. the proble is that i couldn't run the query using 'aspnet_regsql' from command prompt. It always throw error. please, can anybody help me out. Any suggestion will be highly appreciated and welcome. Kayode Banjo
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by Contributor on 3/11/2008
    Filed under: SQL SERVER 2000 2005, ASP .NET 2.NET
  • Re: Imports of yahoo, gmail, hotmail addresses and names using ASP.NET

    No, the idea here is that in my present project, I want the user to be able to enter their username and password and access the address lists and can easily use that to send an automated email to their colleagues. So, if you have any idea or a way out how to do this, I will appreciate it. Though I was able to get one code, when I tried it, it could only retrieve some of my friends email addresses, that means that it has not yet done what expected. May be there is a place i get something wrong, this
    Posted to Getting Started (Forum) by Contributor on 11/21/2007
  • Imports of yahoo, gmail, hotmail addresses and names using ASP.NET

    I have trying to search for a way to retrieve a list of addresses and names from a particular site like yahoo, gmail, hotmail et.c by providing the username and password. I am yet to get the source code samples. Please, do anybody knows about it. Please, help me out. or if there is any article i could read to get this done, please, hesitate not to direct me. Any suggestion, idea is welcome. Thanks Banjo Kayode S www.legwork.com.ng
    Posted to Getting Started (Forum) by Contributor on 11/20/2007
    Filed under: vb.net, ADO.NET 2.0, ASP.NET, C# 2005
Page 1 of 4 (32 items) 1 2 3 4 Next >