Exemplo n.º 1
0
 void dbgDataSource_Selecting(object sender, System.Web.UI.WebControls.SqlDataSourceSelectingEventArgs e)
 {
     if (_canTrace)
     {
         this.dbgDataSourceLog(otDSCommand.Select, e.Command.CommandText, true);
     }
 }
Exemplo n.º 2
0
        protected void SqlDatSeries_Selecting(object sender, System.Web.UI.WebControls.SqlDataSourceSelectingEventArgs e)
        {
            //series filer changed
            txtFind01.Text = String.Empty;
            txtFind02.Text = String.Empty;

            GridView1.DataSourceID = "SqlDataSource2";
            //GridView1.DataBind();
        }
Exemplo n.º 3
0
 protected void SqlDataSource1_Selecting(object sender, System.Web.UI.WebControls.SqlDataSourceSelectingEventArgs e)
 {
 }