Forum: VB.NET Sep 19th, 2008 |
| Replies: 1 Views: 639 Guys I know there is a way of only writting 2 lines of code in VB.Net when Connecting to a database that are DataAdapter.fill(Dataset, "Tablename") and then u can have all the buttons required such... |
Forum: VB.NET Apr 22nd, 2008 |
| Replies: 1 Views: 395 Try this maybe it will help
Imports RustemSoft.ExportToTXT
Dim ExportToTXTobject As New RustemSoft.ExportToTXT.Export
ExportToTXTobject.SourceType = SourceTypes.DataTable... |
Forum: VB.NET Apr 22nd, 2008 |
| Replies: 4 Views: 798 If possible you could post your piece of code that is dealing with those textbox and lists maybe people could possible help you |