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
P

pankajgarg12

@pankajgarg12
About
Posts
94
Topics
77
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • access password protected database connection string
    P pankajgarg12

    Sir/madam, I am using access database.I have applied password to the database.Now , I wanted to make the connection string.Presently , i am using the .udl file to make the connection string and in the udl file , in the case of choosing the provider, i am using Microsoft Jet 4.0 OLE DB Provider.and after then i am comming to the connection tab.There i am facing the following error after typing the password and clicking the test connection button. Test connection failed because of an error in initializing the provider.Cannot start ur application.The workgroup information file is mising or opened exclusively by another user. But , I have closed the database and even i have restarted my machine.But i am encountering the same problem. Please help in making the connection string when i have applied the password. Thanks and Regards Pankaj

    Visual Basic help database com

  • autogenerate column in datagridview in vb.net 2005
    P pankajgarg12

    Sir/Madam, I have a table , having two fields , first for name and second for roll number.I don't have serial number field in that table.Can , I display Serial number field in the datagridview , with those two fields. I mean if i have ten records in the table. Then datagrid should display record no for each row, like for first row it should display 1 , and for second row , there should display 2 and so on.This should happen in the extra column in the datagridview.Is it possible. Please help. Thanks and regards Pankaj

    Visual Basic csharp help

  • crystal reports using vb.net 2005
    P pankajgarg12

    Sir/madam, I am facing problem in the crystal reports.Now , Suppose I have 20 records into the database(each record contain one field for name).I am able to display them in the reports in the vertical order , to get the print outs .But the problem is , I am not able to display these 20 records in two column.Two columns means , First column has ten records and second column has 10 records.Actually , the purpose of using two columns is , I want to save the page . I want to put the names on the envelope , after getting the print out , I will cut those names from page and finally will be pasted on the envelope.Is there any option to do this task.Hope , I am trying to make u understand my problem. Please help. Thanks and regards Pankaj

    Visual Basic help csharp database

  • Encapsulation
    P pankajgarg12

    Sir, My question is based on ensapsulation.I know the encapsulation(hiding the background details from the user). Now my question is when the website is uploaded .In the aspx page we can view only the html code .I mean vb file or .cs don't appear online.If we can't view the vb file or .cs file then what makes the encaplulation means . Thanks

    ASP.NET html oop question

  • datagrid in vb 6.0
    P pankajgarg12

    The problem is , the data from database is not getting displayed into the datagrid. I am using the following code. Set con = New ADODB.Connection Set rs = New ADODB.Recordset Dim sql As String con.Provider = "Microsoft.Jet.OLEDB.4.0" con.Open "C:\Documents and Settings\Administrator\Desktop\New Folder\db1.mdb" sql = "Select * from student" With rs .Fields.Append "name", adBSTR .Fields.Append "roll", adInteger .Open End With Set dg1.DataSource = rs Thank You Pankaj Garg

    Visual Basic database help

  • datagrid in vb 6.0
    P pankajgarg12

    Hi I want to connect the datagrid with access programically . I mean i want to fill the datagrid with data at run time. I am using oledb I am using the following code Set rs = New ADODB.Recordset rs.Open sql, con, adOpenStatic, adLockBatchOptimistic, adCmdText Set dg1.DataSource = rs dg1.Refresh Can somebody please send me any link or code? Please help me Thank You Pankaj Garg -- modified at 7:39 Tuesday 2nd May, 2006

    Visual Basic database help question

  • print out IN VB.NET 1.1
    P pankajgarg12

    Hi to all, In IN WINDOW APPLICATION, I would like to know how can I print the page of the output window programically. Thanks Pankaj Garg -- modified at 10:59 Sunday 30th April, 2006

    Visual Basic csharp question

  • ASP.NET is not running
    P pankajgarg12

    The system is occuring the following problem while openning the new project of ASP.net with C# or VB.net 1.The Web server reported the error while attempting to create or open the new web project located at the following URL http://localhost/Web Application1.The connection with the server could not be established. I have installed the IIS. Please help me sort out this problem. Thank You Pankaj Garg -- modified at 0:28 Sunday 30th April, 2006

    ASP.NET help csharp asp-net sysadmin

  • msil and clr
    P pankajgarg12

    can somebody give me some knowledge about common language runtime and microsoft intermediate language Thank You Pankaj Garg

    C# dotnet

  • operator overloading in C#
    P pankajgarg12

    Can somebody please give me the example of operator overloading in C# Thank You Pankaj Garg -- modified at 3:59 Sunday 23rd April, 2006

    C# csharp tutorial

  • unmanaged code
    P pankajgarg12

    What is the meaning of unmanaged code in VB.net and C# and what is meaning of line that we can write the unmanaged code in c# and not in vb.net Thank You Pankaj Garg -- modified at 3:59 Sunday 23rd April, 2006

    C# csharp question

  • stored procedures problem in SQL Server 2000
    P pankajgarg12

    I was creating the stored procedure in SQL Server and durind that I stuck into an error The Query is Create Procedure Procedurename @names varchar; @roll int; as Insert into tablename values(@names , @roll) pankaj garg

    Database database help sql-server sysadmin

  • crystal reports
    P pankajgarg12

    Can somebody please send me the steps to do the crystal reports Thank You Pankaj Garg

    Visual Basic

  • value and reference
    P pankajgarg12

    What is the difference between byval and byref? What is the difference b/w c# and vb.net? Thank You Pankaj Garg -- modified at 3:34 Sunday 23rd April, 2006

    Visual Basic csharp question

  • Timer in vb.net
    P pankajgarg12

    Hi, I have the following problems. 1. First, I want to subtract the current from the date of birth 2. Second , I want to check whether the current date is greater then the date of birth Please send me the functions that calculates it. Thank You Pankaj Garg

    Visual Basic csharp

  • deployment
    P pankajgarg12

    I am deploying my window application but after the successful installation of the application the exe is not comming into the start menu ---- programs Please help me

    Visual Basic sysadmin help

  • deployment
    P pankajgarg12

    Can somebody send me the steps for the cab deployment of window application in vc++.net 2003 Thank You Pankaj

    Managed C++/CLI csharp c++ sysadmin

  • deloyment
    P pankajgarg12

    Hi to all, How can I use Cab deployment.Can anybody please send me the steps in VB.net Thank You Pankaj Garg

    Visual Basic csharp sysadmin question

  • Deployment
    P pankajgarg12

    Can somebody tell me the deployment steps for the window application in C# Thank You Pankaj Garg

    C# csharp sysadmin

  • deployment
    P pankajgarg12

    Can somebody tell me the deployment steps for the window application in vb.net

    Visual Basic csharp sysadmin
  • Login

  • Don't have an account? Register

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