Browse by Tags

Related Posts

  • Button in gridview to open new window

    I have a grid view where one column is a button that will open the url stored. RIght now I just have it redirecting to the page but I would like to have it open in a new window. I have been able to do this with javascript for a hyperlink but I am having trouble with the button. Here is my code protected...
    Posted to Web Forms (Forum) by bdog17 on 04-30-2009, 12:00 AM
    Filed under: new window, button, gridview
  • How to assign a URL to a GridView Button?

    Hello! I have a GridView and and i have insert a "Templated Field". Inside the "Templated Field" and inside the "Item Template", i have insert an ASP Button. All i want is, on GridView1.RowDataBound to assign a different URL to every button of all rows. For example, i want...
    Posted to Data Presentation Controls (Forum) by MinimalTech on 03-23-2009, 12:00 AM
    Filed under: url, assign, button, GridView
  • button and gridview ?

    hello i have gridview1 and button of per row for gridview1.. it is below.. When i click this button, i want to label1.text= productL... productL is a label name in gridview1. visible = false... how can i do this ? i have below codes < ItemTemplate > < asp : Button ID ="buttonL" runat...
    Posted to Data Presentation Controls (Forum) by oguzkaygun on 01-08-2009, 12:00 AM
    Filed under: button, GridView
  • OnBubbleEvent with Button (child control) in GridView (parent control)

    I have a button (created at runtime) inside the gridview. I'm having a hard time telling the grid view that row 1 (the row which was selected when the button is clicked) is selected. Here's my code so far: protected void ContentsGrid_RowCreated( object sender, GridViewRowEventArgs e) { if (e...
    Posted to Data Presentation Controls (Forum) by Musikero11 on 09-18-2008, 12:00 AM
    Filed under: OnBubbleEvent, bubbling, Button, c#, GridView, ASP.net 3.5 Control
  • Open multiple URLs (in AJAX Tabs with iFrames) based on gridview data

    Hello all - hopefully someone has some insight on the code behind for doing this; The basic setup for this is as follows; Based on gridview data I generate a unique URL which goes to a proxy server (after first passing the data to a server side page) that returns images into an iFrame area of the page...
    Posted to Data Presentation Controls (Forum) by TimTheWizard on 09-05-2008, 12:00 AM
    Filed under: TemplateField, URL Request, button, c#, GridView
  • hi checkboxes in gridview1 ?

    hi friends i have gridview1 and my records seem in gridview1 in page1.aspx..(i have productnumber, product and price as coulumname for gridview1).. i want to use checkbox for per row.. and when i checked checkboxes and click button1, my website should go page2.aspx.. and we should see checked checkboxex...
    Posted to Data Presentation Controls (Forum) by oguzkaygun on 07-18-2008, 12:00 AM
    Filed under: button, checkbox, gridview
  • Re: Bind Gridview to another control

    I managed to get the gridview working with my button click event. However, another problem arises with the Update. I get this error message when I clicked to Update: 'Unable to cast object of type 'System.Web.UI.LiteralControl' to type 'System.Web.UI.WebControls.TextBox'. Here's...
    Posted to Data Presentation Controls (Forum) by chip_munk on 01-25-2008, 12:00 AM
    Filed under: button, data bind, Data Presentation Controls, GridView
  • Bind Gridview to another control

    Hi guys, I want to bind my gridview to another button control. The scenario is when a user enters an 'ID' into the textbox and click on button 'Submit', the data will be displayed in the gridview. The user should be able to edit the information or add a new row. How do I go about doing...
    Posted to Data Presentation Controls (Forum) by chip_munk on 01-24-2008, 12:00 AM
    Filed under: button, data bind, Data Presentation Controls, GridView
  • Re: Linking a Button in Gridview to Codebehind

    datagrid - The LinkButton control isn't really what I was going for. Thank you tho! mosessaur - That's the idea that I'm after, however, I need to work the codebehind in VB. I'm afraid I'm not that fluent in java. Do you know how it would translate to VB? Thanks! -S
    Posted to Data Presentation Controls (Forum) by FZero on 01-15-2008, 12:00 AM
    Filed under: button, GridView
  • Linking a Button in Gridview to Codebehind

    I have a gridview setup with a link, which performs as it should. I would like perform the same functionallity with a button. Here's what I have so far (SOURCE- Link code is at the bottom which works correctly): < asp : GridView BorderWidth ="0px" Width ="650px" ID ="GridView2"...
    Posted to Data Presentation Controls (Forum) by FZero on 01-14-2008, 12:00 AM
    Filed under: button, GridView
Page 1 of 2 (17 items) 1 2 Next >