User Profile

Collapse

Profile Sidebar

Collapse
havana7
havana7
Last Activity: Oct 28 '07, 02:32 PM
Joined: Jul 10 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • havana7
    replied to Two or more forms runat="server"
    in .NET
    Thanx for the answer.

    Simply I need in the same page two forms: login form and (for example) registration form both runat="server".

    But I think it's impossible...
    See more | Go to post

    Leave a comment:


  • havana7
    started a topic Two or more forms runat="server"
    in .NET

    Two or more forms runat="server"

    Hi

    I need to have two or more forms runat="server" in a aspx page but compiler returns me an error.

    Is it possible to do this?
    See more | Go to post

  • havana7
    started a topic RadioButton & DataBinding
    in .NET

    RadioButton & DataBinding

    Hi everybody,

    Is there a method to bind 2 RadioButton on 1 Database bit Field?

    Thanx
    See more | Go to post

  • havana7
    replied to Invoice, Customers, Orders
    in .NET
    I need a basic example to know how to create an invoincing application with tables in relation (invoice, detail, customer) in C#.
    Is there anything like this???
    Thank you
    See more | Go to post

    Leave a comment:


  • havana7
    replied to Invoice, Customers, Orders
    in .NET
    I think we did not understand.
    I'm looking for a basic invoicing (plus costumers or/and orders) application written in C# from which i can learn how to use dataset, queries, windows forms, etc.
    Is it possible to find it on the internet?
    Thanx
    See more | Go to post

    Leave a comment:


  • havana7
    replied to Invoice, Customers, Orders
    in .NET
    Does anyone know something about this???
    Thanx
    See more | Go to post

    Leave a comment:


  • havana7
    started a topic Invoice, Customers, Orders
    in .NET

    Invoice, Customers, Orders

    I need an invoce-customers-orders example application to know what is the best way to use C# in that context.
    Is there anything on the web? Do you know some links to download source?
    Thanx to everybody
    See more | Go to post

  • havana7
    replied to Find in DataGridView
    in .NET
    I like very much this solution, thanx to everybody!!!...
    See more | Go to post

    Leave a comment:


  • havana7
    replied to Find in DataGridView
    in .NET
    What is the best way to search in a DataSet and show results???
    DataView.Find or to query DB and to fill DataSet?
    Thanx
    See more | Go to post

    Leave a comment:


  • havana7
    started a topic Find in DataGridView
    in .NET

    Find in DataGridView

    Hi people,

    with this command I can get the row index of founded records:
    i = dv.Find(txtFind .Text);
    but is there a good method that lets me show only founded records in DataGridView?

    Or is it correct to clear the DataSet, to query database and to fill DataSet with search result??? (I tried it and it works!)

    Thanx
    See more | Go to post

  • havana7
    replied to DataBinding & Update
    in .NET
    Thank you very much but I've solved my problem with this line:
    BindingContext[ds, "cliente"].EndCurrentEdit ();
    See more | Go to post

    Leave a comment:


  • havana7
    replied to DataBinding & Update
    in .NET
    BindingContext[ds, "cliente"].EndCurrentEdit ();
    See more | Go to post

    Leave a comment:


  • havana7
    started a topic DataBinding & Update
    in .NET

    DataBinding & Update

    Hi people,
    I'm a newbie in C# Development.

    I have a problem with these lines of code:

    ...
    SqlConnection c = new SqlConnection(M ainForm.connect ion);
    c.Open();
    SqlCommand cmd = new SqlCommand("SEL ECT id, ragione_sociale , indirizzo, cap, città, provincia FROM cliente", c);
    c.Close();
    da = new SqlDataAdapter( cmd);
    SqlCommandBuild er cb = new SqlCommandBuild er(da);...
    See more | Go to post
No activity results to display
Show More
Working...