Hi
the code below i have use the class called fireDatatable, but what i am looking for is to dont use the func and marrige the code and the func in one code in one page so please could you help me with updating the code and how it should be after marrige in
one code. In other way i want to bind the listview not through func but from inside the code below
protected void Sortcarbtn_Click(object sender, EventArgs e)
{
using (SqlConnection carcon = new SqlConnection(ConfigurationManager.ConnectionStrings["BeravaConnectionString"].ConnectionString))
if (Session["location"] != null)
{
string CarSQLST = " Select * from ads Where 1=1";
string condition = "";
if (barndcardrlst.SelectedValue != "")
{
condition + ...
Go to the complete details ...