I have two ways in the same class and want to find out how to use the first method in the second method. / P>
// first method
public static zero refreshgrid view (GridView GridView1) {GridView1.DataBind (); } // second way
public static zero AssignDefaultUserNameLetter (Little CDID, ObjectDataSource ObjectDataSource1) {// filter query string string userFirstLetter = variable for HttpContext Announce .Current.Request.QueryString ["az"]; // Check for Category ID if (String.IsNullOrEmptEt (userFirstLetter)) // // Display Default Category userFirstLetter = "%"; } // Display category requested categoryID.Text = string.Format ("... ({0})", userFirstLetter; // db Search ObjectDataSource1 Specify the filter for. Selection Containers ["User Name"]. DefaultValue = userFirstLetter + "%"; // here is what I am "t know! // squaws line refreshgrid view (grid vi1);} Please pay attention to the capital letters above. This is where I The first way I am trying to call is but the red graph is being done. Can anyone help? Thank you.
The method is marked still but GridView1 looks like it is a frequency variable.
Change the method Mr. requires that AssignDefaultUserNameLetter is not stable or Gridwu is passed as a parameter, such as is used in any other way.
Comments
Post a Comment