Search results for query: *

  • Users: arjmand
  • Content: Threads
  • Order by date
  1. arjmand

    System.Net.Mail

    Hi Friends, Guys i want help about three things pertaining to System.Net.Mail namespace. 1.) I think the above namespace cannot read email, so what is the other option i can use to read the email? 2.) How is the delivery method SpecifiedPickupDirectory different from PickFromIIS? 3.) How can...
  2. arjmand

    problem in Email sending

    Hi and thank u in advance, Friends am Using System.Net.Mail to send email, I did it sucessfully on smtp.gmail.com, but our company owns its own smtp server, when i am trying to send the email to it, I get the following exception: I tried everything the authentication and credentials, but result...
  3. arjmand

    How can i make dataupdation faster?

    Hi friends, I have a problem with the amount of time my application is taking to update the database under the following case: I have to fetch more than 2500 records from a database table and then update other database table with the fetched records, I have done both the things successfully...
  4. arjmand

    get to edit cell datagridview

    Hi all, please help me to place the pointer on a specific row programatically, Note that the datagrid is binded to a data source. Currently I can select a row but to enter the data on that row I have to click the row, but I want that to happen programmatically. Please tell me which property of...
  5. arjmand

    I want to create a simple dll

    I am very new to vb.net and seek your help, here is my problem. I want to create a dll in vb.net that could first search for a specified access database automatically, if it finds one(specified) then ok, else it should create the database dynamically and the tables in the database should be as...
Back
Top