Hello Gurus,
I am new to asp.net. I created a datagrid with a sql statement and i could able to fill the values in the grid properly. Also in the same page I have fel dropdown list like state name and manager name. I am hard coding the drop down list. Also I have a button called go.
Once the page is loaded the datagrid is populated with values from the database. The datagrid contains multiple columns including state and manager name.
I want to perform the following two actions.
1)If the user selects any state and clicks go then I want the same datagrid to populate values with the selected state only or if the uesr selects a manager name then the datagrid should be populated with all the values with that selected managers name.
2)Also I have a link field called propID in the datagrid. Once the user clicks the link I want to select all the values for that PropId and populate in next page with the values.
Can you guys have any solutions for this?
Advance Thanks.
Pal
I am new to asp.net. I created a datagrid with a sql statement and i could able to fill the values in the grid properly. Also in the same page I have fel dropdown list like state name and manager name. I am hard coding the drop down list. Also I have a button called go.
Once the page is loaded the datagrid is populated with values from the database. The datagrid contains multiple columns including state and manager name.
I want to perform the following two actions.
1)If the user selects any state and clicks go then I want the same datagrid to populate values with the selected state only or if the uesr selects a manager name then the datagrid should be populated with all the values with that selected managers name.
2)Also I have a link field called propID in the datagrid. Once the user clicks the link I want to select all the values for that PropId and populate in next page with the values.
Can you guys have any solutions for this?
Advance Thanks.
Pal