Search results for query: *

  1. R

    SetData method

    Hi all, I have a treenode, or listitem, in a modular object variable. I'm trying to set the object variable as the event's "dropdata" in the dragdrop event procedure. I'm calling the setdata method, but it keeps telling me that "Object reference not set to an instance..." When the event is...
  2. R

    Insert picture into the database.

    http://www.vbdotnetheaven.com/Code/Sept2003/2175.asp
  3. R

    email

    http://www.aspheute.com/english/20000918.asp http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwebmailmailmessageclasstopic.asp
  4. R

    Insert picture into the database.

    The command has to be executed non-query, not reader. Eg. dr = cmd.ExecuteNonQuery() Only the filename will be stored, not the image. dr must be declared as int32, as a non-query return the amount of affected records. Hope it helps.
  5. R

    email

    ... & "<br> link:<a href=www.soccernet.com> soccernet link </a>" The link is part of the string that will become the body, so it has to be enclosed in the quotes. I didn't test it, but it should work. Hope it helps.
  6. R

    asp.net Treeview

    Hi, We downloaded the additional web-controls, including the tree-view, and have implemented it without many problems. The treeview is in the left frame of a 3-frame frameset, and updates the contents of the main page. Now we are having problems with the resize of the forms. The size of the...
  7. R

    Crystal Report Viewer

    Hi all, I've written an ASP.NET application that uses Crystal Reports for reporting purposes. Up to now I've used the web-based visual studio crystal report viewer to show the reports and it works fine. The only problem is that the viewer doesn't look very professional. I've just found a...
Back
Top