Search

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

Matching Posts

  • Re: Search Hyperlink - Need an Image Button

    fadil, After carefully reading your message again I realize that it's not exactly what I was looking for subtitution of standard hyperlinks with and Image hyperlink is very common. I'm interested in the replacement of DNN controls, specifically the SEARCH, LOGIN,. REGISTRATION my customer doesn't want Hyperlinks he'd like images to click on which would send the user to the search results page with the resulting query based on the search text the user happens to type in. My apologies for not taking
    Posted to Web Forms (Forum) by BadMonkey on 7/28/2005
  • Re: Search Hyperlink - Need an Image Button

    Thanks for the speedy response. This is exactly what I was looking for. Then the next logical question to ask while on the "Search" subject, I am assuming that a simple Javascript script could be used to send the search text the user has typed in and send them to the search results page? If so would it be to much trouble to see a snippet? Nelson fadil1977 wrote: visit my website ... you can see on the top left and write clickable images and they are basically links .... i think this is what you up
    Posted to Web Forms (Forum) by BadMonkey on 7/28/2005
  • Search Hyperlink - Need an Image Button

    Hi, I've scoured the forums for this but have come up empty. Perhaps it's classified differently, anyway my question is simple. I've created a custom skin that uses a search tag [SEARCH] on the top of the page, I'd like to replace this with a ImageButton. I can't seem to figure out how to do this. Meaning I want to replace the Hyperlink with an image instead. Thanks
    Posted to Web Forms (Forum) by BadMonkey on 7/27/2005
  • Re: Loading Pages from an EditUrl(Key) Command

    Yeap I tried that as well with no luck. In fact I traced the EditUrl() method down to it's primary call and it uses NavigateURL().. Doh!! If there was a way to swap out Controls dynamically on a certain Request/QueryString like a page controller of sorts. Hmmmm I'll think about it this weekend. Maybe I might create one. make it generic enough where peeps can use it. codegalaxy wrote: I have tried that in the past but came up with the smae problems - you might want to view this thread http://forums
    Posted to Custom Modules (Forum) by BadMonkey on 7/19/2005
  • Re: Loading Pages from an EditUrl(Key) Command

    Ah... I thought as much, what a shame. Thanks for the prompt reply. codegalaxy wrote: nope, so far a few of us have failed to do it the way you are trying - my workaround is to use panels and hide or show them but there is a solution to inject ascx into a moduel based on querysting params - you might look for that
    Posted to Custom Modules (Forum) by BadMonkey on 7/19/2005
  • Loading Pages from an EditUrl(Key) Command

    Hi all, I've got the think there has got to be a way to load a Page/Module without having to switch to admin skin. I tired doing a search for Pg Load I can't seem to find anything that talks about how to solve this, perhaps I'm missing the point here. Here what I got: Page 1: Publications (Custom Module) - Looks like Documents Module but with more function' Added Module (Publications) with ModuleActionCollection property I've added two Menu Items Audience and Publishers action = new DotNetNuke.Entities
    Posted to Custom Modules (Forum) by BadMonkey on 7/19/2005
  • Re: Help!?! - ImageModule and URLControl

    A crude solution I found that worked was something like this: string [] strArr = UrlControlObject.Url.Split('='); nFileID = int .Parse(strArr[1].ToString()); This is in CSharp. He he :) Two line solution for folks that are a bit squeamish about modifying all that goodness inside the DotNetNuke framework, he he.
    Posted to DotNetNuke (Forum) by BadMonkey on 7/13/2005
  • Re: Label Control - Mayhem!

    Toddhd, Thanks! After playing around with it a little more I poked into an existing Module and figured it out. I simply copied the App_LocalResources folder and renamed the RESX files to match my own, added some control name,value pairs and Wham-O!!! He he. Thanks again.
    Posted to DotNetNuke (Forum) by BadMonkey on 7/12/2005
  • Label Control - Mayhem!

    Hi all, Thus far I've been really impressed with the framework and looking forward to many new Modules that I can think of. Although I'm having a bit of a problem with "DotNetNuke.UI.UserControls.LableControl" I used the _WrokSheet in the DotNetNuke Web Application project to get the control placed, then I dragged it over to my new Web User Control project that I've setup. Copy the header derective line: <%@Register Tagprefix='uc1' TagName='LabelControl' src='~/controls/LabelControl.ascx' %>
    Posted to DotNetNuke (Forum) by BadMonkey on 7/12/2005
  • Wonky DotNetNuke Label Control Text

    I'm displaying some wonky text for my DotNetNuke.UI.UserControls.LabelControl I've placed in my page. RESX:lblSearchBy.Text In code behind I'm declaring the Label of course and in Page_Load event I'm setting the .Text property. and still I get the error above. I've also tried using DotNetNuke's new App_LocalResources convention by adding the control name value pair with the resource file and still the same text appears. It looks like it's having trouble with the resources but I've checked it's all
    Posted to Custom Modules (Forum) by BadMonkey on 7/8/2005
Page 1 of 1 (10 items)