problem in datagrid
-
hi I like to know two thing 1st i have created page in asp.net with C# where the user selects the data from the backend using listbox,radiobuttonlist and clicks get button to retrieve the data in the datagrid in the same page now i want the same action to taken place ie when the user selects the data clikcs get button it should go to the next page shows the data in the datagrid . How I can achieve this any idea or good websites for this 2nd in my page i want to have three data using joins from two tables in the radiobuttonlist only one column is used for selecting purpose and rest of the columns gets displayed as it is called like id,name,age along with id name and age is also called and when id is selected the rest two gets selected How i can achieve this any opinion kal13na13
-
hi I like to know two thing 1st i have created page in asp.net with C# where the user selects the data from the backend using listbox,radiobuttonlist and clicks get button to retrieve the data in the datagrid in the same page now i want the same action to taken place ie when the user selects the data clikcs get button it should go to the next page shows the data in the datagrid . How I can achieve this any idea or good websites for this 2nd in my page i want to have three data using joins from two tables in the radiobuttonlist only one column is used for selecting purpose and rest of the columns gets displayed as it is called like id,name,age along with id name and age is also called and when id is selected the rest two gets selected How i can achieve this any opinion kal13na13
1. Use querystring option 2. use Table or datagrid or repeater with first column as radiobutton Regards R.Arockiapathinathan