Search

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

Matching Posts

  • Re: Improving on the default Classifieds site

    Hi darkknight, I have benefited a lot from your postings. Keep up the goodwork. I don't know C#, but your help through the postings helped me a lot in learning it slowly. Would you mind giving the above code in C# to check how to send a mail if it will expire. Regarding the answer for 1,2 & 3, you have said put an IF statement to tell what it should do. But, where and how will you store whether the user is a premium, free or silver user. Please forgive me as I am a novice and learning now
    Posted to Classifieds Starter Kit (Forum) by ansii on 5/15/2009
  • Re: How do you manage members once your site is hosted?

    It did help and the page is loading. But, the page is cluttered. The query box of search ads comes above the specific ad of that user. Can anybody help? My ads.aspx looks like below: <%@ Page Language="C#" MasterPageFile="~/MasterPage.master" CodeFile="Ads.aspx.cs" Inherits="Ads_aspx" Title="Ads and Features - Site Administration" %> <%@ Register TagPrefix="uc1" TagName="CategoryPath" src="../Controls/CategoryPath
    Posted to Classifieds Starter Kit (Forum) by ansii on 5/14/2009
  • Re: Final Version of Classified StarterKit

    [quote user="spinz2112"] Kris, here is the rapidshare link with the final version, Thanks to commandrix and darkknight187. http://rapidshare.com/files/229959951/class.vsi.html [/quote] Does anybody know what are the additional features that this starter kit has?? Is this different from the one available in Microsoft site?? Please confirm.
    Posted to Classifieds Starter Kit (Forum) by ansii on 5/13/2009
  • Re: How do you manage members once your site is hosted?

    I am getting error after conversion. Please help. Protected void // ERROR: Handles clauses are not supported in C# Page_Load(object sender, System.EventArgs e) { if (!Page.IsPostBack) { if (!(Page.PreviousPage == null)) { TextBox CommonSearchTextBox = (TextBox)Util.FindControlRecursively("CommonSearchTextBox", Page.PreviousPage.Controls); DropDownList CommonWhatsNewRangeList = (DropDownList)Util.FindControlRecursively("CommonWhatsNewRangeList", Page.PreviousPage.Controls); if
    Posted to Classifieds Starter Kit (Forum) by ansii on 5/13/2009
  • Re: How do you manage members once your site is hosted?

    Sorry, forgot to paste the below code and where to put it in the Ads.aspx file. I am a novice. Please help. Protected Sub Page_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Load If Not Page.IsPostBack Then If Not (Page.PreviousPage Is Nothing ) Then Dim CommonSearchTextBox As TextBox = CType (Util.FindControlRecursively( "CommonSearchTextBox" , Page.PreviousPage.Controls), TextBox) Dim CommonWhatsNewRangeList As DropDownList = CType (Util.FindControlRecursively
    Posted to Classifieds Starter Kit (Forum) by ansii on 5/13/2009
  • Re: How do you manage members once your site is hosted?

    Do you have the above code in C#??
    Posted to Classifieds Starter Kit (Forum) by ansii on 5/13/2009
Page 1 of 1 (6 items)