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
C

Coding C

@Coding C
About
Posts
157
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Compatibility View in IE8
    C Coding C

    Add this tag before head tag in the page html. HTH

    Coding C# ExciteTemplate

    ASP.NET csharp asp-net

  • problem occurred while establishing a connection to SQL Server
    C Coding C

    Have you enabled Client Protocol > Named Pipes ?

    Coding C# ExciteTemplate

    Database help sysadmin database sql-server

  • problem occurred while establishing a connection to SQL Server
    C Coding C

    Restart your pc or restart the SQL services. Control Panel > Administrative Tools > Services

    Coding C# ExciteTemplate

    Database help sysadmin database sql-server

  • problem occurred while establishing a connection to SQL Server
    C Coding C

    Data Source=./SQLEXPRESS ./SQLEXPRESS This is instance name. Check in your management studio if this is correct. HTH

    Coding C# ExciteTemplate

    Database help sysadmin database sql-server

  • problem occurred while establishing a connection to SQL Server
    C Coding C

    Check the above reply.

    Coding C# ExciteTemplate

    Database help sysadmin database sql-server

  • problem occurred while establishing a connection to SQL Server
    C Coding C

    You are missing DATABASE name in connection string.

    Coding C# ExciteTemplate

    Database help sysadmin database sql-server

  • problem occurred while establishing a connection to SQL Server
    C Coding C

    http://www.connectionstrings.com/ This shall help you!!

    Coding C# ExciteTemplate

    Database help sysadmin database sql-server

  • problem occurred while establishing a connection to SQL Server
    C Coding C

    Is your connection string correct? Post it

    Coding C# ExciteTemplate

    Database help sysadmin database sql-server

  • problem occurred while establishing a connection to SQL Server
    C Coding C

    Is Remote Connection enabled for your SQL server instance? Goto Configuration Tools >> SQL SErver Surface Area Configuration >> Surface area configuration for services and connections Enable the remote connection by selecting local and remote connection (using both TCP/IP and named pipes) HTH

    Coding C# ExciteTemplate

    Database help sysadmin database sql-server

  • scroll bar for gridview
    C Coding C

    Put your gridview inside div and set the overflow property of the div, also set height and width properties of the div. HTH

    Coding C# ExciteTemplate

    ASP.NET help

  • Passing value to other form
    C Coding C

    nagendrathecoder wrote:

    [Instead call javascript function on onClick of link

    function OpenWindow()
    {
    var txtValue=document.getElementByID('textboxid').value;
    window.open('SearchBOM.aspx&searchvalue=' + txtValue,'myWin','scrollbars=yes,width=500,height=500,resizable=no');

    }

    HTH](javascript:;)

    [Coding C#](javascript:;) ExciteTemplate

    ASP.NET question javascript

  • Enum Problem
    C Coding C

    You cannot! How you think you will make 5 into 4 and 1??? It could either be 2 and 3!! Save comma separated values like 1,4 in database and then fetch, split and use them. HTH

    Coding C# ExciteTemplate

    ASP.NET question csharp asp-net database help

  • remote desktop viewer
    C Coding C

    Ask your question in pure English so that everybody can understand.

    Coding C# ExciteTemplate

    .NET (Core and Framework) help

  • adding image in side a project folder
    C Coding C

    Save it in that folder using FileUpload control method. Google on FileUpload control usage.

    Coding C# ExciteTemplate

    ASP.NET question

  • update database
    C Coding C

    Why you are repeating the post?? This should be your answer http://www.codeproject.com/Messages/3179523/access.aspx

    Coding C# ExciteTemplate

    ASP.NET database help tutorial announcement

  • access
    C Coding C

    mylogics wrote:

    PID:Autonumber

    mylogics wrote:

    string str1 = "Select MAX(PID) From Product"; OleDbCommand cmd = new OleDbCommand(str1, conn); OleDbDataReader dr = null; conn.Open(); string max = cmd.ExecuteScalar().ToString(); if (max != "") { max = "PID" + max; } else { max = "PID" + 1; }

    You have set the PID:Autonumber in database? If yes then no need to include it in insert/update query. It will be automatically created by database. Just include the other fields in insert/update query except PID. HTH

    Coding C# ExciteTemplate

    ASP.NET database help tutorial announcement

  • Using Text Files
    C Coding C

    Yes - Its possible :)

    Coding C# ExciteTemplate

    C# data-structures question

  • Custom validator
    C Coding C

    Why do you want a custom validator even? You can just check the value of textbox before your processing begins and if its empty just display error message (whatever you want). For example on button click event you can check the value of textbox and avoid further action if its empty. HTH

    Coding C# ExciteTemplate

    ASP.NET help

  • How can we add dynamic control to Data table
    C Coding C

    That event calendar control should have some databinding event? You can handle that event and then use it to add controls to it. HTH

    Coding C# ExciteTemplate

    ASP.NET design question

  • How can we add dynamic control to Data table
    C Coding C

    I haven't tried but don't this is possible. What you want to achieve? And we normally add controls to the page.

    Coding C# ExciteTemplate

    ASP.NET design question
  • Login

  • Don't have an account? Register

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