Search results for query: *

  • Users: softwarevj
  • Content: Threads
  • Order by date
  1. S

    Insertion, Updation , Deletion

    Hi fnds, Although i have started doing things the VB.NET way, but the method i use to insert, update or delete a record is the same as VB. I have not been able to make full use of the datasets and dataadapters to do everything in a disconnected mode. Can anybody give me a smal example of how...
  2. S

    Typed Datasets (Urgent)

    Hi frnds, I want to know how can i create typed datasets and how to use them. I will be highly thankful if you guys can respond at an earliest. Thanks again in advance, Software VJ
  3. S

    Gac

    Hi frnds, I have a problem working with GAC. I have developed a DLL file. Have put it in the GAC. Now I want to use it within all the new projects i am doing. I can use this file if I add the reference in my project using Add Reference. That way I am including the reference of file into my...
  4. S

    VB.NET Deployment

    Hi, How do I make a setup in VB 2005 and what do i have to do to run the setup on machines where VS has not been loaded
  5. S

    Problem Accessing Data

    Hi, I am getting a strange kind of error whenever i traverse through different records within a datagrid. The message I get is "A connection was successfully established with the server, but then an error occurred during the login process. (provider: TCP Provider, error: 0 - The specified...
  6. S

    Sending Mail

    Hi frnds, Can anybody tell me how can i send mail using VB.NET, not ASP.NET Thanks Vijay
  7. S

    Datasets across procedures

    Hi friends, I have a very simple problem. Since being new to VB.NET, i have got fixed up in datasets. I want to know if I can do the following. dim z as new dataset() //declared in the construstor Private sub x() da.Fill(z,"Tablename") end sub Private sub y() dim x as...
Back
Top