User Profile

Collapse

Profile Sidebar

Collapse
victorantos
victorantos
Last Activity: Dec 24 '07, 09:32 PM
Joined: Dec 24 '07
Location: Romania
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • You should better use new reportform control from .net
    you don't need to install anything reporting services or crystal reports it just works
    See more | Go to post

    Leave a comment:


  • victorantos
    replied to DotNetNuke
    in .NET
    what do you mean by APIs?
    are you refering to dnn modules?
    See more | Go to post

    Leave a comment:


  • victorantos
    replied to help me
    in .NET
    do a search on google for sqldataadapter

    To execute an sql command just do this:

    SqlConnection conn = new SqlConnection(" my conn string");
    SqlCommand comm = new SqlCommand (conn);
    comm.CommandTex t("Update mytable set WebSiteName = 'csstemplatesfo rfree.com'");
    conn.Open();
    comm.ExecuteNon Query();
    conn.Close()
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...