Forum: ASP.NET Sep 20th, 2008 |
| Replies: 4 Views: 13,680 check the follwing link
http://vb.net-informations.com/framework/what_is_net_framework.htm
thanks. |
Forum: ASP.NET Sep 15th, 2008 |
| Replies: 1 Views: 1,379 read the data to a gridview and write it to the excel table.
http://vb.net-informations.com/excel-2007/vb.net_export_from_database_to_excel.htm
it may help u. |
Forum: VB.NET Sep 15th, 2008 |
| Replies: 5 Views: 20,054 go through the following link about connect excel file through vb.net.
http://vb.net-informations.com/excel-2007/vb.net_excel_2007_open_file.htm
thanks. |
Forum: VB.NET Aug 1st, 2008 |
| Replies: 5 Views: 2,778 you can use if statements.
If [your condition here]
Your code here
ElseIf [your condition here]
Your code here
ElseIf [your condition here]
Your code here
Else
Your code Here |
Forum: VB.NET Jul 31st, 2008 |
| Replies: 1 Views: 2,479 didnt find any mistakes in ur code
u just try this code
Dim CrFormatTypeOptions As New ExcelFormatOptions
CrDiskFileDestinationOptions.DiskFileName = _
... |
Forum: VB.NET Jul 20th, 2008 |
| Replies: 3 Views: 1,314 It may be with your connection problem.
check this.
http://vb.net-informations.com/crystal-report/vb.net_crystal_reports_tutorials.htm
carlos |
Forum: VB.NET Jun 24th, 2008 |
| Replies: 2 Views: 4,271 Option Strict is prevents program from automatic variable conversions, that is implicit data type conversions
http://vb.net-informations.com/language/vb.net_option_strict.htm
... |