Search

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

Matching Posts

  • Time Picker Control

    Hi Guys, I recently could not find a free time-picker control and had to write one from scratch. I thought I'd post it here to maybe help someone later. The control returns a string, which was good for my needs, but the main thing was deciding on the UI implementation. Feel free to use / alter / comment! Thanks, Buck Time Picker Control ASP CODE <% @ Control Language ="C#" AutoEventWireup ="true" CodeFile ="Time-Picker.ascx.cs" Inherits ="UserControls_Time_Picker"
    Posted to Tips & Tricks (Forum) by buckdossey on 4/25/2009
    Filed under: time picker
  • Re: how to Get Value of Gridview SelectedDataKey

    I know I'm late on the response, but here is a solution which worked for me: 1.) Set a public int property in the code behind: public int RowCount = 0; 2.) Increment that property during each row as the command argument: <asp:ImageButton runat="server" ID="btnEdit" ToolTip="Edit this Article" ImageUrl="~/Images/EditContact.gif" CommandName="Edit" CommandArgument='<%# RowCount++ %>' /> 3.) Capture the argument in the GridView
    Posted to Data Presentation Controls (Forum) by buckdossey on 4/15/2009
Page 1 of 1 (2 items)