How to make the property having listview type
-
Hi All, I have a made the user control in C#,now i have faced the problem that i want to make the property in user control that pick up the data from database and display it in the list..... Ex. ID Name 1 A 2 B 3 C How is it possible in windows application... Please help its urgent... Thanks, Lalit Narayan
-
Hi All, I have a made the user control in C#,now i have faced the problem that i want to make the property in user control that pick up the data from database and display it in the list..... Ex. ID Name 1 A 2 B 3 C How is it possible in windows application... Please help its urgent... Thanks, Lalit Narayan
lnmca wrote:
lease help its urgent...
No, it's not at all. I asked everyone in the office, and they all agreed. Is this homework, or paid work ? If the former, talk to your teacher so he knows how lost you are. If the latter, you're stealing from your clients. Getting data from a DB, and using it with databound controls is probably one of the most widely discussed things, in books and online. You don't go into enough detail to really know how to give an exact answer, but select * from myTable and myGrid.DataSource = myDataSet, is really all you should need to do.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
lnmca wrote:
lease help its urgent...
No, it's not at all. I asked everyone in the office, and they all agreed. Is this homework, or paid work ? If the former, talk to your teacher so he knows how lost you are. If the latter, you're stealing from your clients. Getting data from a DB, and using it with databound controls is probably one of the most widely discussed things, in books and online. You don't go into enough detail to really know how to give an exact answer, but select * from myTable and myGrid.DataSource = myDataSet, is really all you should need to do.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
Actually, the answer is in there, you just need to be able to read, and to know something about programming. I can't write copy and paste code based on what you told us, nor would I do that for someone unwilling to learn.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
lnmca wrote:
lease help its urgent...
No, it's not at all. I asked everyone in the office, and they all agreed. Is this homework, or paid work ? If the former, talk to your teacher so he knows how lost you are. If the latter, you're stealing from your clients. Getting data from a DB, and using it with databound controls is probably one of the most widely discussed things, in books and online. You don't go into enough detail to really know how to give an exact answer, but select * from myTable and myGrid.DataSource = myDataSet, is really all you should need to do.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
Christian Graus wrote:
No, it's not at all. I asked everyone in the office, and they all agreed.
:laugh:
-
Christian Graus wrote:
No, it's not at all. I asked everyone in the office, and they all agreed.
:laugh:
-
Not by you, apparently.... Seriously, is google broken where you live ? Can you not read ? What I told you, IS the answer.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )