Browse by Tags

Related Posts

  • Re: Bind Variable to DetailView on Insert

    Okay, I think I figured part of it out: Protected Sub dvRSVP_ItemInserting( ByVal sender As Object , ByVal e As System.Web.UI.WebControls.DetailsViewInsertEventArgs) Handles dvRSVP.ItemInserting Dim userName As String = User.Identity.Name.ToString e.Values( "userID" ) = userName End Sub But...
    Posted to Data Presentation Controls (Forum) by mahalie on 10-18-2006, 12:00 AM
    Filed under: GridView, datatype, error
  • regarding data grid

    what datafield shoud i put in my database if its a checkbox option? coz in my datagrid i added a checkedbox so that i can easily manipulate it.but when i run it. it produces error. and doesnt recognize the checkbox column. it said that there none in the datasource.but i dont know what should i put in...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by natasha_arriell on 10-23-2006, 12:00 AM
    Filed under: Error, gridview, ASP.NET
  • 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
  • Gridview not working when trying to use Select Parameters and a Master page

    Hi, I am trying to to use a gridview that is sorted by a DropDownList. Everything works 100% until I take all of my code (the DropDown List, Gridview, and related ObjectDataSources) and place it in a container to be used in conjunction with a Master page. At this time the gridview will no longer sort...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by wmolde on 11-03-2006, 12:00 AM
    Filed under: asp.NET GridView, DropDownList, bug, DataBind DataBinding, BoundField, Master Pages, ASP.NET 2.0, gridview, error, MasterPages
  • Problem when adding paging to gridview

    Hi I have a gridview that is bound to an ObjectDataSource that displays a varying amount of rows depending on some parameters passed to the Objectdatasource. On certain rows I am performing actions on the gridview_rowdatabound event - things like changing the tooltip for a cell depending on data etc...
    Posted to Data Presentation Controls (Forum) by pete_l on 04-13-2007, 12:00 AM
    Filed under: Error, gridview, data source, ASP.NET, Visual Web Developer Express
  • Error Meassage

    i make abussines class and then i try to use object data sourse to view data in data in grid view hi gave me this error meassage idont know what to do? Server EROOR Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.
    Posted to Data Access and ObjectDataSource Control (Forum) by semsem0 on 04-19-2007, 12:00 AM
    Filed under: Error, Gridview, object data source, business Objects
Page 1 of 1 (6 items)