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
R

rahul honey

@rahul honey
About
Posts
9
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to Import data from excel to sql server 2005
    R rahul honey

    I want to import data from excel to sql server 2005. I am using C# for this purpose. I successfully exported the data of general format to varchar. But, the problem arises while exporting the data of date type. I have used date format in excel and want to export it in sql server 2005's datetime field. The code that I have used is:- SqlBulkCopy sqlBulk = new SqlBulkCopy(strConnection); sqlBulk.DestinationTableName = "Data_Master_Inventory"; sqlBulk.ColumnMappings.Add("VendorRegistrationNo", "VendorRegistrationNo"); sqlBulk.ColumnMappings.Add("ProductCode", "ProductCode"); sqlBulk.ColumnMappings.Add("SerialNo", "SerialNo"); sqlBulk.ColumnMappings.Add("VendorProvidedSerialNo", "VendorProvidedSerialNo"); sqlBulk.ColumnMappings.Add("ModelName", "ModelName"); sqlBulk.ColumnMappings.Add("ProductCategoryCode", "ProductCategoryCode"); sqlBulk.ColumnMappings.Add("InventoryDate", "InventoryDate"); sqlBulk.WriteToServer(dReader); Please provide me necessary solution.

    C# csharp database sql-server sysadmin help

  • How to import data from excel to sql server 2005
    R rahul honey

    I want to import data from excel to sql server 2005. I am using C# for this purpose. I successfully exported the data of general format to varchar. But, the problem arises while exporting the data of date type. I have used date format in excel and want to export it in sql server 2005's datetime field. The code that I have used is:- SqlBulkCopy sqlBulk = new SqlBulkCopy(strConnection); sqlBulk.DestinationTableName = "Data_Master_Inventory"; sqlBulk.ColumnMappings.Add("VendorRegistrationNo", "VendorRegistrationNo"); sqlBulk.ColumnMappings.Add("ProductCode", "ProductCode"); sqlBulk.ColumnMappings.Add("SerialNo", "SerialNo"); sqlBulk.ColumnMappings.Add("VendorProvidedSerialNo", "VendorProvidedSerialNo"); sqlBulk.ColumnMappings.Add("ModelName", "ModelName"); sqlBulk.ColumnMappings.Add("ProductCategoryCode", "ProductCategoryCode"); sqlBulk.ColumnMappings.Add("InventoryDate", "InventoryDate"); sqlBulk.WriteToServer(dReader); Please provide me necessary solution.

    Database csharp database sql-server sysadmin help

  • how to insert an image dynamically into a table
    R rahul honey

    thank you sir I will try your suggestion

    ASP.NET csharp asp-net tutorial question

  • inserting image into a table at runtime
    R rahul honey

    ok sir I will get back to you if many problem related to c# will arrive

    C#

  • how to insert an image dynamically into a table
    R rahul honey

    I am actually generating barcodes. Now each cell have some information related with a product along with it's barcode generated at runtime. Now please tell me how can I place this barcode image at a specific position in a cell using coordinates & coding in c#. I am using asp.net 3.5

    ASP.NET csharp asp-net tutorial question

  • inserting image into a table at runtime
    R rahul honey

    ok, sir thank you for giving your time to me.

    C#

  • inserting image into a table at runtime
    R rahul honey

    sir, I have to explain you the whole scenario. I am actually generating barcodes. Now each cell have some information related with a product along with it's barcode generated at runtime. Now please tell me how can I place this barcode image at a specific position in a cell using coordinates & coding in c#.

    C#

  • inserting image into a table at runtime
    R rahul honey

    I am using asp.net

    C#

  • inserting image into a table at runtime
    R rahul honey

    I am generating a table. each cell of that table has some information & an image. now I want to assign a specific location to that image in each cell at runtime. please provide me necessary solution

    C#
  • Login

  • Don't have an account? Register

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