Search

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

Matching Posts

  • Re: Get the Index of a selected Item in ListView using DataKeyName

    Thanks, but that's not really what I am wanting to do. I will be passing in an int in a query string. This int will correspond to an the datakeyname of some item in the listview. I need to be able to find that item and have it "pre-selected" on page load.
  • Get the Index of a selected Item in ListView using DataKeyName

    Howdy, Scenario: I need to set the selected index of a ListView when the page loads. The issue is that I will be passing in a query string which is the Data Key Name and I'm not sure how to find the index of the ListView item with that particular DataKeyName. Here's the code: 1 <asp:ListView runat="server" GroupItemCount="4" ID="ImageListView" DataKeyNames="ID" 2 DataSourceID="LinqDataSource1"> 3 < LayoutTemplate > 4 < table
  • Implementing a daily "whatever"

    Howdy, I am just looking for some good articles, tips or best practices here, but feel free to share some code if you got it... You know how some sties will have a "Featured Product" or a "Daily Photo" or just anything that displays a distinct item every 24 hours? What's the most common way of doing this? Is the some sort of a "time trigger" firing on the server to update that item every 24 hours? How is the item ID or whatever being stored so that all users see
    Posted to Getting Started (Forum) by codysechelski on 3/15/2009
  • Re: TinyMCE / Ajax Postback Problem

    Wow, I was "this close" to giving up and ditching the whole astnc piece on this project til I found this post. Thanks steho706 ! I di have to make on minor twaek. When I tried to call tinyMCE.saveTrigger(false, true); I got an error saing that the method does not support that property. and it was not sending the text back to the text area I popedopen the tinyMCE script file and dida search for that method but couldn't find it. I'm guessing that it's just a newer version of tinyMCE
  • Re: alert value not changing.

    [quote user="A1ien51"] [quote user="ravishon"] Thanks a lot! What do those do? How is CTRL+F5 different to f5? [/quote] It adds items to the header request to force the browser to fetch the content. IE adds: Cache-Control: max-age=0 With Firefox you use Shift+Refresh and it send up these headers: Pragma: no-cache Cache-Control: no-cache [/quote] Awesome! Learn something new everyday!
  • Re: Gridview inside nested DIV

    Not sure what the cause may be, but it could be inheriting a style from a parent node. You might try being very explicit in your css seletor and see if that fixes it. Then work backwards from there: .gridview1 table tr td, .gridview1 table tr td a, .gridview1 table tr td a:hover { font-size : medium ; }
  • Help with Linq query using a mapping table

    I guess this is the right forum. I didn't see anything specific to LINQ. Here is my issue. I am just learning to use LINQ and I need help with this query. Here is the data model I'm working with: As you can see I'm using a mapping table to manage the many-to-many relationship between Posts and PostTags. I am using the following query to return a set of unfiltered results and it's working perfectly: 1 protected void GetPosts() 2 { 3 DatabaseDataContext db = new DatabaseDataContext
    Posted to C# (Forum) by codysechelski on 3/11/2009
  • Re: Video Suggestion

    [quote user="vinz"] What about this? http://www.asp.net/learn/3.5-videos/video-231.aspx [/quote] Thanks, must have missed it. ps - tried to mark it as answered but getting a JS error on the page. I'll try again later.
    Posted to Feedback on this website (Forum) by codysechelski on 10/9/2008
  • Video Suggestion

    How about some videos on creating and connecting to web services?
    Posted to Feedback on this website (Forum) by codysechelski on 10/9/2008
Page 1 of 9 (88 items) 1 2 3 4 5 Next > ... Last »