Search

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

Matching Posts

  • layout problem in firefox on default.aspx

    Hi, I am sure that someon asked this before, but advanced search doesn't work (ASP.net forum search that is) so I have to ask. The problem is that sometimes when I refresh default.aspx in Firefox, the whole right side goes down below the level of the left side. This is some kind of css problem I assume. I would be greatfull if someone can help me fix this. I am using Red theme if it makes any difference. Thanks. T
    Posted to Classifieds Starter Kit (Forum) by tomehhh on 6/29/2009
  • hosting on dedicated virtual web server - email question

    Hi, I am plannig to buy dedicated virtual web server on godaddy and I would like to know what should I install on server in order to use email features in classifieds applications? SMTP service on IIS or should I just change web.config like this: <smtp from=" admin@mysite.com "> <network host="localhost" port="25" defaultCredentials="true"></network> Also, I would like to test this locally. What should I change? Only web.config or something
    Posted to Classifieds Starter Kit (Forum) by tomehhh on 5/29/2009
  • Re: Setting up testing environment - error

    Problem solved. I feel very stupid. I changed databases in connection string. T
    Posted to Classifieds Starter Kit (Forum) by tomehhh on 5/29/2009
  • Re: Setting up testing environment - error

    Hi, It displays as dbo.GetAdsByRandomOrder, something else is wrrong. As I understand this application correctly, I should create 2 databases, one for members and other for ads, then I should use sql scripts to populate ads database. Application should automaticaly populate members database. I have modified web.config and using sa to make sure permissions are correct but it still does not work. Any help would be appriciated. Thanks. T
    Posted to Classifieds Starter Kit (Forum) by tomehhh on 5/29/2009
  • Setting up testing environment - error

    I have installed virtual (Virtual PC) Windows 2003 Server with SQL Server 2005 Standard installed. I have manually created 2 databases on SQL Server called ASPNETDB and CLASSIFIEDSDB After that I have loaded classifieds-add.sql and classifieds-categories.sql Here is my connection string: <connectionStrings> <add name="classifiedsConnection" connectionString="Data Source=tomeh2003; Initial Catalog=ASPNETDB; User ID=sa; Password='xxxx';" /> <remove name="LocalSqlServer"
    Posted to Classifieds Starter Kit (Forum) by tomehhh on 5/28/2009
  • Re: restricting number of ads by user

    Hi, 1) I would like to limit the number of ads which may be posted by single user with Guest role status to 2. 2) I have created another role called Premium for members who should be able to post up to 20 ads. When I upgrade users from Guest role to Premium role they should be able to post and manage up to 20 ads. If you are savvy in asp.net and c# it should not be the problem. I am not. So I am willing to pay a small amount to someone who helps me. Contact me privately. Thanks. T
    Posted to Classifieds Starter Kit (Forum) by tomehhh on 5/26/2009
  • Re: adding Comment field to Register.aspx and to MyProfile.aspx page

    Hi, In aspnet_Membership table there is already a field named Comment - I would like to use that field. I have modified the stored procedure aspnet_Membership_CreateUser and here is the error I get: Procedure or function 'aspnet_Membership_CreateUser' expects parameter '@Comment' , which was not supplied. Here is the stored procedure: (I have modified order of fields in aspnet_Membership table so Comment field comes after PasswordAnswer): ALTER PROCEDURE dbo.aspnet_Membership_CreateUser
    Posted to Classifieds Starter Kit (Forum) by tomehhh on 5/26/2009
  • adding Comment field to Register.aspx and to MyProfile.aspx page

    Hi, I would like to add Comment field to Register.aspx page, I tried to change aspnet_Membership_CreateUser Stored Procedure but it does not work. Any help? Thanks. T
    Posted to Classifieds Starter Kit (Forum) by tomehhh on 5/25/2009
  • Re: restricting number of ads by user

    Hi, I would like to limit the number of ads which may be posted by single user with guest status for example to 2. I would like to create another role for members who should be able to post for example up to 10 ads. How do I do that? I will appriciate any suggestions and c# source code if possible. Thanks. T
    Posted to Classifieds Starter Kit (Forum) by tomehhh on 5/22/2009
  • restricting number of ads by user

    Hi, Has someone implemented a solution which restricts number of ads by user? I would be greatfull for some tips or source code in c#. Thanks T
    Posted to Classifieds Starter Kit (Forum) by tomehhh on 5/22/2009
Page 1 of 2 (14 items) 1 2 Next >