Forum: VB.NET Jun 23rd, 2008 |
| Replies: 7 Views: 6,393 Hi, In the TRY .....CATCH block,
u have written some thing like...
[ litMsg.text ] what is this ? is it textbox or anything?? |
Forum: VB.NET Jun 14th, 2008 |
| Replies: 7 Views: 6,393 Hi,
First of all thanks. the Insert command is working. but if i want to insert at run time, how can i give the coding?
But the delete command is not working.
[ Dim sSql as String... |
Forum: VB.NET Jun 14th, 2008 |
| Replies: 2 Views: 4,109 Hi,
In .NET i used the follwing codings for the Next and Previous buttons for Navigating the records. but it showed error. In NextButton_Click...
[dim Rec_count = 0] -> this is globally... |
Forum: VB.NET Jun 11th, 2008 |
| Replies: 2 Views: 1,197 hi,
Actually i'am new to VB.NET. i started learning. but when i run a small application in console. i cant see the result. the screen just blinks and vanishes. my code is
[ imports System... |
Forum: VB.NET Jun 11th, 2008 |
| Replies: 17 Views: 3,661 hi,
I cannot understand.
you are declaring a global variable Row_count and given its value as 0. see i have 4 buttons namely FIRST,NEXT,PREVIOUS and LAST.
in the first button, we are... |
Forum: VB.NET Jun 9th, 2008 |
| Replies: 7 Views: 6,393 Hello,
In .NET im using the backend as SQL Server. but when i write codings for all insert,update and delete in .NET and run the form, the error it shows like
"Oledb exception was... |
Forum: VB.NET Jun 7th, 2008 |
| Replies: 1 Views: 1,500 Hi any one get me the coding of Record navigation in VB.NET? |