Search

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

Matching Posts

  • Nesting divs?

    Hi guys, I'm working on a website the basis of which uses the starterkit TheBeerhouse. One of the things I'm working at now is extending the functionality of the forums that were supplied with the original book/framework code. I'm wondering if there is a way to nest divs in one another, without it being visible. Let me try and explain what I mean with a drawing (fear my l337 MSPaint skills): The title is in place, and made up by using a div. However, I'd really like to be able to
    Posted to Client Side Web Development (Forum) by ViagraFalls on 10/31/2007
  • Re: Need expert help! - ASP.NET Membership

    You're most welcome. I ran into the same problem, which made me think your problem might be similar. Glad you managed to solve the problem :) Cheers, Peter
    Posted to Security (Forum) by ViagraFalls on 10/29/2007
  • Re: I want to put a Blog and a forum on website?

    The starter kit "TheBeerHouse" allows you to do this. There's a very basic forum included, and you can use the functionality of the "articles" for blogging. There's a seperate forum on ASP.NET for these kits. Alternatively, you can find more information on the site of Wrox, which publishes the book ASP.NET - problem, design, solution, which describes the details of building the whole site. HTH. Peter
    Posted to Getting Started (Forum) by ViagraFalls on 10/29/2007
  • Re: How to change the attribut name?

    Hi abdul, The safest way to do so is using the following: /* To prevent any potential data loss issues, you should review this script in detail before running it outside the context of the database designer.*/ BEGIN TRANSACTION SET QUOTED_IDENTIFIER ON SET ARITHABORT ON SET NUMERIC_ROUNDABORT OFF SET CONCAT_NULL_YIELDS_NULL ON SET ANSI_NULLS ON SET ANSI_PADDING ON SET ANSI_WARNINGS ON COMMIT BEGIN TRANSACTION GO EXECUTE sp_rename N'dbo.Customer.cust_no', N'Tmp_cust_number', 'COLUMN'
  • Re: Need expert help! - ASP.NET Membership

    You can most likely find more information by using the ASP.NET configuration file. Pay attention in particular to the "Application" settings. See this article for more information: http://weblogs.asp.net/scottgu/archive/2006/04/22/Always-set-the-_2200_applicationName_2200_-property-when-configuring-ASP.NET-2.0-Membership-and-other-Providers.aspx HTH. Peter
    Posted to Security (Forum) by ViagraFalls on 10/29/2007
  • Re: Transition from Access DB to mysql

    Hi, This article shows two possible ways to create a connection to a mySQL database. I'm guessing the trouble you're experiencing is due to the usage of the old System.Data.IDbConnection. http://www.codeproject.com/cs/database/ConnectMySQL.asp HTH. Peter
    Posted to Getting Started (Forum) by ViagraFalls on 10/29/2007
  • Re: MS Access DAL

    The purpose of a DAL is abstraction. DAL = Data Access Layer. Its purpose is to provide access to data, so the next person (the BLL or UI guy) doesn't have to bother with that sort of stuff. If you are using Access, chances are your application will be quite simple, and for a single user only. In cases like that, adding a DAL might be overkill. However,since you obviously chose a certain starterkit to provide the framework for you, the DAL will be an integrated part of the rest of the site, and
    Posted to Time Tracker Starter Kit (Forum) by ViagraFalls on 10/26/2007
  • Re: Transition from Access DB to mysql

    Hi, First of all, I would suggest you immediately remove the username and password from the connectionstring you posted. That's the kind of stuff that might lose you your job. Second, I'm not sure I understand your problem? Are you asking where your query should be implemented? As you can see, in the old code, you build a querystring, and supply the dbCommand object with that query as a commandtext.. In the new code, you already have a command. So you just do the exact same thing there, fire
    Posted to Getting Started (Forum) by ViagraFalls on 10/26/2007
  • Re: Renaming a user control in a subfolder

    Just got back home, didn't change a thing, and the problem seems to have solved itself. I closed and opened the class definition (which I also had done this morning before leaving for work), and suddenly it's all working. Very weird. Thanks for your suggestions, rasesh :) I'm actually glad I don't have to copy/paste. Somehow it'd be unnerving knowing things wouldn't be solvable other than by copy/paste. I've even tried playing around a bit to recreate the error, but currently
    Posted to Getting Started (Forum) by ViagraFalls on 10/18/2007
  • Re: Problems with Gridview

    Hi Michel, If you find any specific questions after reading the basics, please let me/us know. If you're more comfortable in Dutch (as your code hints you're Dutch), chuck me a PM. Cheers, Peter
    Posted to Data Presentation Controls (Forum) by ViagraFalls on 10/18/2007
Page 1 of 6 (56 items) 1 2 3 4 5 Next > ... Last ยป