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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
F

Francis K Antony

@Francis K Antony
About
Posts
18
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • VB.Net Application not working in LAN, SQL Server does not allow remote connections
    F Francis K Antony

    I developed vb.net application it is windows based, my need is in that application worked in LAN, I run the exe file in client desktop computer it is coming error: A connection was successfully established with the server, but then an error occurred during the per-login handshake. When connecting to SQL server 2005, this failure may be caused by the fact that under the default setting SQL Server does not allow remote connections. (Provider: Named Pipes Provider, error: 0 - No process is the other end of the pipe.)

    Franics K Antony

    Windows Forms csharp database sql-server sysadmin

  • How to Display DataSet.xsd Table in Report.rdlc Table
    F Francis K Antony

    I am working in vb.net, sql server 2005 project, I have problem. In my project have one DataSet1.xsd in this dataset have one table, in that table run time get a rows, in that all rows I want to display in Report1.rdlc Table. I need help to all

    Franics K Antony

    Windows Forms help csharp database sql-server

  • How to Display DataSet.xsd Table in Report.rdlc Table
    F Francis K Antony

    I am working in vb.net, sql server 2005 project, I have problem. In my project have one DataSet1.xsd in this dataset have one table, in that table run time get a rows, in that all rows I want to display in Report1.rdlc Table. I need help to all

    Franics K Antony

    Visual Basic help csharp database sql-server

  • How to connect and get Report view with out wizard
    F Francis K Antony

    How to connect Report with out wizard Pl give me sample code VB.Net2005 front laver and Sql Server2005 is back laver

    Franics K Antony

    Visual Basic csharp database tutorial

  • How to store data from DataGridView to SQL Sever 2005 [modified]
    F Francis K Antony

    What u said was right, but the problem is In datagridview1 we have 5 columns Column1-slno Column2-specification (combobox) Column3-shape (combobox) Column4-prize Column5-remarks Tables1-t01customerorder Table2-m01specification Table03-m02shape In load event-All above columns are retrieved from transaction table –t01customerorder If we click new button column2 as get data from Table2-m01specification And column3 as to get data from Table03-m01shape, after selecting the value from master table Column1, column4, column5 –user input Click save button, selected data from master table and user input get saved into Tables1-t01customerorder Please help me to achieve task Thank you one’s again

    Franics K Antony

    Visual Basic database help tutorial question

  • How to save use DataGridView tool to Sql Server DB
    F Francis K Antony

    my problem is how to connect more then two table in single DataGridView like a DataGridViewComboBox1 connect one master table1, DataGridViewComboBox2 connect one master table2 at a same time in the two column data’s save in transition table1, How can I do please help me. This is major problem Please mail me it is argent

    Franics K Antony

    Visual Basic database help sql-server sysadmin tutorial

  • How to store data from DataGridView to SQL Sever 2005 [modified]
    F Francis K Antony

    Thank you for you code, But my problem is how to connect more then two table in single DataGridView like a DataGridViewComboBox1 connect one master table1, DataGridViewComboBox2 connect one master table2 at a same time in the two column data’s save in transition table1, How can I do please help me. This is major problem Please mail me it is argent

    Franics K Antony

    Visual Basic database help tutorial question

  • How to store data from DataGridView to SQL Sever 2005 [modified]
    F Francis K Antony

    I have DataGridView1 Tool in this DataGridView having 5 columns. Two columns are DataGridViewComboBoxColumn and three columns are DataGridViewTextBoxColumn. My task is two DataGridViewComboBoxColumn1 taken from a data master table1, DataGridViewComboBoxColumn2 is taken from a data master table2 and anther three DataGridViewTextBoxColumn date from user input in the DataGridView1. Now I need All these five columns data’s should be saved in new table called transition table1 Is it passable can you help me?

    Franics K Antony

    modified on Wednesday, August 27, 2008 2:04 AM

    Visual Basic database help tutorial question

  • Datgridview using combobox
    F Francis K Antony

    In my application having a problem to load, datgridview which as 2 column textbox,and combobox .on load event table values as to be shown in datagrid view using above two controls,combobox should have drop down properity and it should accept the changes on run time (not in wizard by using code)

    Franics K Antony

    Visual Basic help

  • encryption algorithm using cstring
    F Francis K Antony

    hi i have a application to encrypt the data using cstring if any one of u post very simple encryption and decryption algorithm it will be helpful for me . with advanced tkanks francis

    Franics K Antony

    C / C++ / MFC algorithms security

  • cstring to tchar conversion
    F Francis K Antony

    i am using encryption in the server and cliient . in that i want to encrypt my data in the server and to decrypt in the client side . to encrypt the data want to convert CSTRING into TCHAR ...

    Franics K Antony

    C / C++ / MFC

  • cstring to tchar conversion
    F Francis K Antony

    i tried like ur method . but i did not get perfect o/p. can u tell more

    Franics K Antony

    C / C++ / MFC

  • cstring to tchar conversion
    F Francis K Antony

    hi i have a application to convert from CSTRING to TCHAR . with advanced thanks francis

    Franics K Antony

    C / C++ / MFC

  • Showing a property as a combobox in propertygrid
    F Francis K Antony

    Try this format dd-MMM-yyyy

    Franics K Antony

    Visual Basic

  • How to create like Windows O.S have run command box (Combo Box)
    F Francis K Antony

    In my Application VB.Net and I am going to cerate combo box, It is behavior like a windows O.S using run command. Combo Box is having some data many rows, If user type “c” it is come listed “c” order word

    Franics K Antony

    Visual Basic csharp tutorial

  • How to Change back color in selected row in that data grid view table [modified]
    F Francis K Antony

    In my Application have one DataGridView tool in that tool have 6 Column 1st Column is DataGridViewButtonColumn 2nd is DataGridViewTextBoxColumn 3rd is DataGridViewComboBoxColumn 4th is DataGridViewTextBoxColumn 5th and 6th is DataGridViewCheckBoxColumn My need is: 5th Column is Checked then current row is selected and current row back color are change if unchecked don’t change current row in this change only 5th Column DataGridViewCheckBoxColumn is Checked, if I checked 6th Column DataGridViewCheckBoxColumn Don’t change Current row I create that kind of Data Grid and my code is work as check any Checkbox Column (5th and 6th) select current row and back color is chance but I uncheck that column not chance current row. In this task, work as fifth Column only but my code work fifth and sixth column also it is Urgent Thank You

    Franics K Antony

    modified on Monday, January 28, 2008 8:48:54 AM

    Visual Basic css tutorial

  • Making the coloum header of datagridview read only
    F Francis K Antony

    Hi Pradip Kishore Use DataGridView Properties Columns->; Selected Columns, (Select Column) and use Behavior: SortMode->;(Select your options) Notsortable

    Franics K Antony

    Visual Basic help

  • [Message Deleted]
    F Francis K Antony

    [Message Deleted]

    Visual Basic
  • Login

  • Don't have an account? Register

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