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...
User Profile
Collapse
-
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? -
RadioButton & DataBinding
Hi everybody,
Is there a method to bind 2 RadioButton on 1 Database bit Field?
Thanx -
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 youLeave a comment:
-
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?
ThanxLeave a comment:
-
-
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 -
-
What is the best way to search in a DataSet and show results???
DataView.Find or to query DB and to fill DataSet?
ThanxLeave a comment:
-
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 -
Thank you very much but I've solved my problem with this line:
BindingContext[ds, "cliente"].EndCurrentEdit ();Leave a comment:
-
-
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);...
No activity results to display
Show More
Leave a comment: