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
V

VenkataRamesh

@VenkataRamesh
About
Posts
5
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Help me with this Pl/Sql procedure (ORACLE 9i) call from asp.net
    V VenkataRamesh

    check out this link ..hope it will help u... http://aspnet.4guysfromrolla.com/articles/062905-1.aspx regards Ramesh

    ASP.NET database csharp asp-net oracle help

  • How can I use a connection string stored in the web.config file
    V VenkataRamesh

    how r u connecting to sqlserver? windows authentication.... just paste the connection string and ur code.. i will let u know any prob's in that..

    ASP.NET question database sql-server sysadmin

  • How can I use a connection string stored in the web.config file
    V VenkataRamesh

    are you running on a sql Server? If so shouldn't you do any authentication? User Id=;Password=; check out the connection string in web.config

    ASP.NET question database sql-server sysadmin

  • How can I use a connection string stored in the web.config file
    V VenkataRamesh

    Dim sConn As String sConn = ConfigurationSettings.AppSettings("SQLConString") Dim con As New System.Data.SqlClient.SqlConnection(sConn) Dim selectCMD As SqlCommand = New SqlCommand("SELECT * FROM Customers", con) selectCMD.CommandTimeout = 30 Dim custDA As SqlDataAdapter = New SqlDataAdapter custDA.SelectCommand = selectCMD con.Open() Dim custDT As DataTable = New DataTable custDA.Fill(custDT, "Customers") con.Close() Now u have customers table in custDT .. Regards, Ramesh.

    ASP.NET question database sql-server sysadmin

  • Clearing textbox on focus
    V VenkataRamesh

    Hi Look at this link.. http://weblogs.asp.net/dburke/archive/2003/10/01/29959.aspx Hope it will work for u Bye...

    ASP.NET javascript help
  • Login

  • Don't have an account? Register

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