Browse by Tags

Related Posts

  • Response.Redirect doesn't work with UpdatePanel in Beta 1

    I have a page with an update panel that contains a few buttons that need to be able to redirect to another page. The script manager is located on a master page. Every time one of those buttons are clicked, i get one of two errors: If the button is inside of a gridview, i get this error: Sys.WebForms...
    Posted to AJAX Discussion and Suggestions (Forum) by TheKyle27 on 10-24-2006, 12:00 AM
    Filed under: updatepanel, postback, Bug, button, response.redirect, error, GridView, beta 1
  • Help - Object reference not set to an instance of an object??

    I'm having an bit of a problem here. I'm using Web Developer 2005. All I want to do is have an invisible object become visible when I click a button. Pretty simple I'm sure. Now, I can do this as long as the object is NOT in a gridview where I'm editing a template, case in point: -------------- 1) Button1...
    Posted to Web Forms (Forum) by rednelo on 11-09-2006, 12:00 AM
    Filed under: button, ASP.NET 2.0, calendar, gridview, View, hidden field, ASP.NET 2.0 VB.NET, DetailsView
  • Selecting records in GRIDVIEW without SELECT button ??

    Hi , i was wondering, how to make the SELECT link button that comes along with the GRIDVIEW when we enable SELECTION , disappear and make the records selectable ?, so that insted of CLICKING on the SELECT button for selecting the records , i could directly select the records !. Now i get somthing like...
    Posted to Data Presentation Controls (Forum) by ashutosh508 on 09-17-2007, 12:00 AM
    Filed under: GridView, SELECT, button, without
  • DetailsView and GridView for Beginners

    I have a SqlDataSource attached to both views, and am trying to select one row with GridView, and then edit it in DetailsView. I have the proper buttons in place, but the select buttons are only sticking with the first row, therefore only allowing the first row to be edited. I am also trying to find...
    Posted to Getting Started (Forum) by thasard on 10-18-2007, 12:00 AM
    Filed under: help, SQL, Beginner Book, gridview, C#, help me, beginner, sqldataSource, Detailsview, button, C# 2.0, grid view
  • Update button don't postback in gridview inside Tab Container

    Hi, I'm having a strange problem, I have a Tab Container control with two tabs, In tab1 there is a gridview. In tab2 there is a formview with a RequiredFieldValidator. When I remove the validator everything goes correclty. The problem accures when I add the validator in the formview in tab2, the...
    Posted to Data Presentation Controls (Forum) by jocker_wow on 12-10-2007, 12:00 AM
    Filed under: GridView, FormView, postback, UPDATE, requiredfieldvalidator, button, tab container
  • 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
  • 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: GridView, button
  • 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: GridView, button, Data Presentation Controls, data bind
  • 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: GridView, button, Data Presentation Controls, data bind
  • Re: Bind Gridview to another control

    I managed to find the bug. Thanks. Here's the correct code where the error appears: String update_col1 = (row.FindControl( "txtX" ) as TextBox).Text; col1 = int .Parse(update_col1); I should reference to the TextBox ID not the Literal ID.
    Posted to Data Presentation Controls (Forum) by chip_munk on 01-25-2008, 12:00 AM
    Filed under: GridView, button, Data Presentation Controls, data bind
Page 1 of 2 (11 items) 1 2 Next >