Browse by Tags

Related Posts

  • AutoPostback doesn't occur on insert

    Hi, I have a DetailsView set to default to insert and a GridView under it to show all the inserted items. They are both connected to the same datasource. When the datasource is empty the first time, the GridView is not visible since there's no data to display. But the problem is when I insert the...
    Posted to Data Presentation Controls (Forum) by bduris on 10-11-2006, 12:00 AM
    Filed under: GridView, DetailsView, postback
  • 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
  • DropshadowExtender disappear on gridview selected index changes

    Hello, I have a gridview inside a panel wich is inside an updatepanel. My problem is when I click on my gridview and I select a row the shado and the rounded corners of the panel around the gridview disappear. I can see the dropshadowextender, only on the first page load, after it disappears. I can't...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by yamefa on 11-21-2006, 12:00 AM
    Filed under: UpdatePanel CollapsiblePanelExtender, UpdatePanel, GridView, AJAX Control Toolkit, Postback, rounded corners extender, SelectedValue, disappears, dropshadow
  • CookieParameter/SQLDataSource driving GridView load out of sync

    I have been fighting this for an embarrasing amount of time and need some help. Here is the scenario: I have two dropdowns and a Gridview embedded inside a Panel. I want updates to be chained. In other words... 1. Select Item from dropdown#1 (w/AutoPostBack), then inside "SelectedIndexChanged" event...
    Posted to Data Presentation Controls (Forum) by Woodman on 02-13-2007, 12:00 AM
    Filed under: GridView, postback, GridView asp.net, selectedindexchanged gridview, parameter, GridView FilterExpression Date Values
  • setting label to visible with button click

    Hi, I'm having some problems with using a label to display a message "No Records Found" when the user clicks a Search button. What I want it to do is to check if there are any results from a database that get displayed on a GridView. I have the following method so far: ------------------------------...
    Posted to Data Presentation Controls (Forum) by tomosap on 02-27-2007, 12:00 AM
    Filed under: GridView, postback, Client, database, paging, DropDownList, asp.net 2.0, label, rows, records, If Statement, Visible, data access layer, table adapter, databinding, codebehind, data, databind, VB, textbox, ADO.NET, access database, asp.net 2.0 GridView databound ItemTemplate
  • Gridview paging problem

    Hello Everybody! I am facing a problem in my asp.net 2.0 application. The problems is related to paging in gridview control. In my application I have several forms each for inquiring(viewing) a different type of record. For users' convinience, i have given a browse button on my asp.net form just adjacent...
    Posted to Data Presentation Controls (Forum) by Dhuka on 04-02-2007, 12:00 AM
    Filed under: GridView, postback, paging, Paging and Display GridView in second page, asp.net 2.0, gridview "custom paging" refresh insert, GridView asp.net, ModalDialog, ASP.NET
  • Iterating through GridView on PostBack

    I have a GridView with, let's say, 9 rows. When the user presses the print button a pdf is created. The pdf can only have 8 records on one page. The next 8 will be created on another page and concatenated to the first. So I'm trying to get a specific row in the GridView instead of using the foreach method...
    Posted to Data Presentation Controls (Forum) by jlweand on 05-02-2007, 12:00 AM
    Filed under: postback, gridview, pdf file
  • GridView DataBind Postback and Viewstate - Accessing rows after postback and before bind

    Scenario: Custom collection of business objects with public properties Bound directly to an asp.net 2.0 GridView Columns declared as a mix of BoundFields and TemplateFields A TemplateField with an asp.net control in the ItemTemplate is included Form postback button after the gridview posts it back to...
    Posted to Data Presentation Controls (Forum) by craigrowe on 06-04-2007, 12:00 AM
    Filed under: GridView, postback, GridView DataBinding Template Field, ItemTemplate
  • Disappearing GridViews

    Ok, I have a problem that I'm sure has been solved a thousand times on this site, but there are just too many posts to search through for the answer. I have a page with multiple GridView controls on it. Each GridView is bound to its own ObjectDataSource control. When I sort the columns for one of...
    Posted to Data Presentation Controls (Forum) by cnobles on 06-07-2007, 12:00 AM
    Filed under: GridView, postback
  • Multiple PostBack in GridView? How come?

    Hi Guys, I'm facing a problem when using CommandFields in GridView. When I code the event (Edit, Delete, Select) of a GridView CommandField almost all the time when the code is done, when user clicks on the button on the grid, the ASP .NET fires more than once PostBack. I tried some solutions to...
    Posted to Web Forms (Forum) by ramonjosesilva@gmail.com on 05-17-2007, 12:00 AM
    Filed under: Web Controls, gridview, Web Forms, PostBack, Asp .net
Page 1 of 2 (18 items) 1 2 Next >