Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
L

laddie 0

@laddie 0
About
Posts
66
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Database and SQL
    L laddie 0

    You cannot directly create a text file from the database text.You will have to read it and right it to the file.(Of course you can use things like DTS package to export values to text file directly)

    C# database sales question

  • Trial version of vs2005...,
    L laddie 0

    Hi Magi, I would suggest you to install professional version as it contains everything you require to do the development.The team edition is more for large projects which also includes lots of testing tools. You can get more information of the same in the same site where they have given shot description of what each edition have.And download the best that suits you. Please let me know if you have nay further queries laddie

    ASP.NET visual-studio tutorial announcement

  • session problem
    L laddie 0

    What is the error / message / output you are getting when running that command ?

    ASP.NET help tutorial

  • Trial version of vs2005...,
    L laddie 0

    No installing VS2005 will not spoil your VS2003 programs.Both can be run parallel in the same system.

    ASP.NET visual-studio tutorial announcement

  • Trial version of vs2005...,
    L laddie 0

    VS 2003 ans 2005 can be run in parallel.

    ASP.NET visual-studio tutorial announcement

  • Open New Window
    L laddie 0

    window.open(url);

    ASP.NET

  • ASP.Net Trusted IP
    L laddie 0

    Why not try reinstalling the IIS :confused:

    Web Development question csharp asp-net sysadmin workspace

  • Trial version of vs2005...,
    L laddie 0

    http://msdn2.microsoft.com/en-us/evalcenter/bb188238.aspx

    ASP.NET visual-studio tutorial announcement

  • Send a message to a control
    L laddie 0

    http://msdn2.microsoft.com/en-us/library/ms171548.aspx

    C# csharp question

  • Send a message to a control
    L laddie 0

    have a look in to this http://msdn2.microsoft.com/en-us/library/ms171548.aspx

    C# csharp question

  • To search and copy from server
    L laddie 0

    You can search for a file.using Directory.GetFiles(FileName,SearchPattern); And copy to local system using ftp request and response classes in System.Net. Mean while what is your application is a client server apps or a web applicaiton ?

    C# sysadmin question

  • ASP.Net Trusted IP
    L laddie 0

    That is strange?. Which OS does your WS run ?.Is your account part of any domain ?

    Web Development question csharp asp-net sysadmin workspace

  • SQL Server 2000 database 'bit' type problem. [modified]
    L laddie 0

    Just check if there are any triggers defined for that table that set the value to be 1

    ASP.NET database help sql-server design sysadmin

  • Windows Vista
    L laddie 0

    Sure it does.

    ASP.NET csharp question

  • Combo Box
    L laddie 0

    SqlCommand cmd = new SqlCommand("SELECT [field] FROM table",connection); SqlDataReader dataReader = cmd.ExecuteDataReader(); while(dataReader.Read()) { comboBox1.Items.Add(new llistItem(dataRead[0],dataRead[0]); } dataRead.Close(); Hope this helps

    C# tutorial

  • Newsletter
    L laddie 0

    Just have a look in to this. http://www.codeproject.com/useritems/Send\_Inline\_Image\_Email.asp Laddie

    Web Development html com sales help question

  • Delete Data
    L laddie 0

    It should look something like this. SqlConnection con = new SqlConnection(connecitonstring); SqlCommand cmd = new SqlCommand("delete from table where year = @year",con); cmd.Parameters.Add("@year",SqlDbType.Int).Value = int.Parse(TextBox1.Text); if(cmd.ExecuteNonQuery() > 0) { Console.WriteLine("Record deleted successfully"); } else { Console.WriteLine("No data found"); }

    C# question help

  • ASP.Net Trusted IP
    L laddie 0

    Sure you can. If you are using IIS 1) Go to the IIS 2) Select and do right click on the file 3) Select properties. 4) Go to file security Tab 6) In that the second group : Ip address and domain name restriction. 7) Click Edit 8) Click add and add the ip address you want to deny/grant access. Hope this helps laddie

    Web Development question csharp asp-net sysadmin workspace

  • datagridview new rows added
    L laddie 0

    Also you can set the column of the data grid's datatable which need to be unique to be true.

    C# database tutorial question

  • Regarding Telnet
    L laddie 0

    Hope you google before you post question next time :-)

    C# csharp help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups