Search

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

Matching Posts

  • Re: Updating DataSet object with a GridView

    I got the cause it does not function !!!! I wrote this code with one failure in it: If Not Page.IsPostBack Then Dim strsql As String = " Select * from Auftrag" Dim conn As New SqlClient.SqlConnection(ConfigurationManager.ConnectionStrings.Item("CoexDBConnectionString").ToString) Dim da As New SqlDataAdapter(strsql, conn) Dim ds As New DataSet da.Fill(ds, "Auftrag") da.MissingSchemaAction = MissingSchemaAction.AddWithKey Session ("ds") = ds gv.DataSource = ds gv.DataBind() Else gv.DataSource = CType
    Posted to Data Presentation Controls (Forum) by kita on 3/23/2006
  • How to make rows unvisible in DetailsView?

    HI ! I would like a certain row to disappear programmatically. I tried this but it doesn't work: GridView1.Rows(0).Visible = False It should be unvisible in itemMode (I know how to do it in insertMode via the control!), depending on which role a user belongs to.
    Posted to Data Presentation Controls (Forum) by kita on 2/28/2006
Page 1 of 1 (2 items)