Search

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

Matching Posts

  • Re: cant post ads after changing authentication type to windows

    In that case I don't have any suggestions, other than just use Forms instead of windows, and of course they would just need to register/login seperately. You might want to try posting in one of the more advanced forums. Might get some ideas that way. Good Luck
    Posted to Classifieds Starter Kit (Forum) by darkknight187 on 11/19/2009
  • Re: advanced search url path?

    I did just that. I simply copied the code for category on the search.aspx.vb page And you can pull the url like so: www.mysite.com/Search.aspx?location=SomeCity&c=5 Really it's very easy. Good Luck
    Posted to Classifieds Starter Kit (Forum) by darkknight187 on 11/19/2009
  • Re: advanced search url path?

    Did you try just typing the url into your browser, not using the sitemap? If there's still an issue, lets see your code from search.aspx.vb (or .cs)
    Posted to Classifieds Starter Kit (Forum) by darkknight187 on 11/19/2009
  • Re: advanced search url path?

    I'm not seeing where you were adding to it, but it's all in the pageload section. To start with there's a fix that you haven't done yet. (Still in page load) Original ' carry over just search term as regular search in category SearchTermTextBox.Text = advParameters.SearchTerm SetCurrentCategory(AdvancedSearch.CategoryId) SetSearchMessage(1) ViewState( "advancedSearchInEffect") = False The fix ' carry over just search term as regular search in category AdvancedSearch
    Posted to Classifieds Starter Kit (Forum) by darkknight187 on 11/19/2009
  • Re: advanced search url path?

    I wrote the code assuming that you wanted the city to show in the searchtextbox. I use the categorydropdown for my states, and the search textbox for my cities. It sounds like it's not working from both trying to use the same spot. Or how do you do it?
    Posted to Classifieds Starter Kit (Forum) by darkknight187 on 11/19/2009
  • Re: cant post ads after changing authentication type to windows

    A quick and dirty way would be to set a default memberid if none is present, to "0" The complete way, I'm guessing is to go through site, stored Procedures and all, and remove all references to MemberId. Don't forget to check the database triggers. It might have references in there too. And of course make a complete backup before you start, just in case. Good Luck -Daniel
    Posted to Classifieds Starter Kit (Forum) by darkknight187 on 11/17/2009
  • I need help how to block a robot that trys to use my site's email function.

    I have been dealing with this jerk for a while now. So far he is unsuccessfull, but it's just because my scripts don't allow html to be sent in the message. Basically this robot hits my site, and trys to use my contact user forms and feedback forms to send spam email. This all started before I had Captcha running, so I tryed that and he still got through. So I changed the form names, textbox names. I would still get the error notifications indicating they came from the old no longer used
    Posted to Security (Forum) by darkknight187 on 11/15/2009
  • Re: Dynamic Meta Description on ShowAd Page?

    You were on the right track, but you messed up adding the quotes. This "ad.Title" makes it write whatever is between the quotes. This ad.Title with no quotes tells it to get the the actual Title for your add. And another useful thing at times is to do both. ad.Title + ", Some static code here. " + ad.Description Good Luck -Daniel
    Posted to Classifieds Starter Kit (Forum) by darkknight187 on 11/13/2009
  • Re: Need help with Show Ad

    Just for the record, I agree with racer. If User.Identity.IsAuthenticated Then SetActivePanel(ResponsePanel) Else FormsAuthentication.RedirectToLoginPage() End If Is a much better way to do it. Or you can use the same if statement to set the panel visibility to true only when the user is authenticated. Good Luck
    Posted to Classifieds Starter Kit (Forum) by darkknight187 on 11/10/2009
  • Re: ObjectDataSource AdDataSource Could not find a nongeneric method error

    Yes, You added or removed one of the columns. For example, by default there's no column for Phone Number, and if you added it to all update sections but one, it will error like that. The sections are: Stored procedure UpdateAd, App_Code/DLL/Ads.xsd (I like to do it manually, by right clicking and choosing view code) There's two updateAd sections. App_Code/BLL/Ads.vb again UpdateAd Section. And the editAd.aspx page, needs the textbox, or whatever you used for the new column. It also needs
    Posted to Classifieds Starter Kit (Forum) by darkknight187 on 11/1/2009
Page 1 of 101 (1004 items) 1 2 3 4 5 Next > ... Last »