Search

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

Matching Posts

  • Re: ID (Primary Key) Value to a Second Field on Insert

    I've been trying to make it work following suggestion above, but could not get it. Probably my lack of programming skill rather than faulty advice, but either way, still not resolved.
    Posted to Data Presentation Controls (Forum) by ChibiNopo on 11/29/2008
  • ID (Primary Key) Value to a Second Field on Insert

    I am using an Access Database, FormView, and ObjectDataSource in C#. I insert records that have an ID (Primary Key - AutoNumber), PhotoName, Description and SortOrder. Currently the SortOrder has a default value of 1, but that is causing all kinds of headaches with AJAX ReOrderList. Same for leaving the field blank. I think inserting that ID value into the SortOrder field will solve the problem, although I am not sure. My guess is that as long as the numbers are all different the ReOrderList will
    Posted to Data Presentation Controls (Forum) by ChibiNopo on 11/11/2008
  • Re: "Add" and "Add Another" LinkButtons with a PostBackURL and a Redirect

    Thanks for the reply Steve. I'm still not getting it. I see the concept but don't seem to be able to get it working. I've added code similar to your example in the codebehind. I added an OnClick to the LinkButton and an OnItemInserted to the FormView. The record is being added, but I am still returned to the Insert Template of the FormView. I also thought maybe the Response.Redirect should be inside the "if" statement because it should only occur when that particular button
    Posted to Web Forms (Forum) by ChibiNopo on 9/15/2008
  • "Add" and "Add Another" LinkButtons with a PostBackURL and a Redirect

    I have a page that allows a user to add a record. It is a FormView and it has 3 LinkButtons at the bottom. I would like the "Add" LinkButton to add the record and redirect to a list of records page. I would like the "Add Another" LinkButton to add the record and stay on the same insert a record page so the user can add another record. I would like the "Cancel" LinkButton to send the user back to the list of records page. I have the "Cancel" working using a
    Posted to Web Forms (Forum) by ChibiNopo on 9/15/2008
  • Re: Images should move automatically from a folder using c#

    Use a Slide Show. Ajax Slide Show from the Tool Kit maybe? Obout makes a free one that works well.
    Posted to Getting Started (Forum) by ChibiNopo on 9/14/2008
  • Re: Getting started?

    Master Pages will not give you the same result as an iFrame. They will give you a consistent look, but they will refresh along with the content. I don't generally use absolute positioning so I cannot address how it will work with a Master Page. If you want functionallity similar to iFrames you will need to use something like an Update Panel with Partial Page Updating. Look into the Update Panel and you will learn to refresh only a portion of the page rather than the whole page. As for where to
  • Re: Menu does not render correctly when used on a master page

    I have duplicated your issue and I am going to guess that you have used CSS Friendly Adapters. If you are not sure, check in the Bin folder for a file called CSSFriendly.dll. The adapter is affecting the menu. Three possible solutions: You can remove the CSSFriendly.dll from the Bin folder and the CSSFriendlyAdapters.browser file from the App_Browsers folder You can remove the menu item from the CSSFriendlyAdapters.browser file (in the App_Browsers folder) You can style the menu using CSS (remove
  • Re: Gap between masterpage and content in content holder

    Any number of reasons are possible. Are you using divs and css to hold and lay out everything? Check the height of the header div vs. the height of the image. Are you using tables for layout? ( And if you are, why!?!?) Then check the padding and spacing because the default probably puts 2 pixels in each. Set them to zero. If you post some code, someone will come up with an answer, I am sure.
  • Re: Set Label Text in Master Page using Command Argument in Content Page

    Of course it doesn't work! The label would need to be updated somehow, right? Full or partial page refresh I guess. I still cannot get it to work, but this post is no longer needed.
    Posted to Web Forms (Forum) by ChibiNopo on 8/23/2008
  • Set Label Text in Master Page using Command Argument in Content Page

    I've got a Label control on my Master Page. When a user clicks a menu item, the Label.Text is set during "ItemDataBound" for the Repeater holding the page's content. I figured out how to access the Label in the Master Page to make this change. Using the same code to try to change the Label.Text in an OnCommand event and using Command Arguments doesn't work. I've got a Repeater full of thumbnails that change a picture. I want the Label.Text to change to one of the Command
    Posted to Web Forms (Forum) by ChibiNopo on 8/22/2008
Page 1 of 18 (174 items) 1 2 3 4 5 Next > ... Last »