Forum: VB.NET Sep 1st, 2008 |
| Replies: 5 Views: 546 Specify the problem clearly so i can help you out
Basically we are using the data adapter dataset and datatable to collect the values from the database and then we bind the control with the... |
Forum: VB.NET Sep 1st, 2008 |
| Replies: 8 Views: 696 |
Forum: VB.NET Sep 1st, 2008 |
| Replies: 8 Views: 696 If ur using vb.net 2003 you can create object of the form two
consider the name of second form is form2
private sub button1_click
dim f as new form2
f.show()
end sub
If ur using vb.net... |
Forum: IT Professionals' Lounge Sep 1st, 2008 |
| Replies: 1 Views: 1,216 Re install your dot net application |
Forum: Web Development Job Offers Aug 25th, 2008 |
| Replies: 36 Views: 21,213 Hi This is nileshsarode . Can i get the jobs at home. I have a team of 3 members and we are looking for project development job from home. Kindly send me the details and process for applying ... |
Forum: ASP.NET Aug 13th, 2008 |
| Replies: 2 Views: 473 if u are using 2005 Then dont worry because you just have to press the F5
if u are using 2003 then you require first IIS server to be installed on machine |
Forum: Visual Basic 4 / 5 / 6 Apr 9th, 2008 |
| Replies: 7 Views: 885 As u required a sql connectivity you can select the SQL SERVER
Specify the name and the description that should be identifier
Next Specify the server name on which the sql is installed
... |
Forum: Visual Basic 4 / 5 / 6 Apr 9th, 2008 |
| Replies: 13 Views: 3,613 Hello
if you are not familier to connectivity then directly use the oledb provider
Steps to create the udl file
1. create the blank notepad file ( do not entere anything and save it with... |
Forum: VB.NET Apr 9th, 2008 |
| Replies: 6 Views: 1,663 if u want particular control should be inherited in different forms then you have to use it with the help of UserControl
if u wnat that form should get inherited then you have the option ... |
Forum: VB.NET Apr 9th, 2008 |
| Replies: 16 Views: 3,767 First of all never use keywords like classlibrary or assembly Specify it like classlibrary1 or asembly1 .
Second thing you have written the function
Public Function add(ByVal x As Integer,... |