1
Answer

Design DataGridView using windows application

narasiman rao

narasiman rao

12y
2.3k
1
i am developing a application using data grid view in windows application using c sharp.

in the data   grid view rows and columns are there. that is filled in the data grid view no problem.


in the data  grid view i am using combo box when i click the combo box and select the particular item that item is displayed in the cell.


similarly using that  the same combo box when i select the any  item  that item to be displayed  in  the   any rows  in that data grid view.

how to do.please send the code.


Regards,
Rao.






Answers (1)
0
Chintan Rathod

Chintan Rathod

NA 5.5k 1.9m 13y
<script src="../helloworld.js">
</script>

Now, whenever the page is loaded, the browser also puts the script
"helloworld.js" in the page. Note that you do not see the script in
your source code, you just see the include tag.

By including the above reference, your browser will now download
the code stored inside "helloworld.js" and run it as if it was physically
typed onto the page.