Forum: ASP.NET Nov 22nd, 2006 |
| Replies: 0 Views: 2,614 display a database column in listbox, that when an item is clicked it will display into a label another database column, for example...in my listbox i have it databound to display the TITLE column of... |
Forum: ASP.NET Oct 26th, 2006 |
| Replies: 1 Views: 2,150 |
Forum: ASP.NET Oct 23rd, 2006 |
| Replies: 2 Views: 1,868 i have a form that has several checkboxes. I want a label to display the total amount of all the checkboxes clicked.
for example:
cbo1 = 100
cbo 2 = 75
if the user clicks both then the label... |
Forum: ASP.NET Oct 20th, 2006 |
| Replies: 1 Views: 1,512 what is the best way to design a shopping cart (or similar) in asp.net?
I have a products page already with all the items displayed but am unsure how to go about passing the data to another page as... |
Forum: ASP.NET Oct 17th, 2006 |
| Replies: 1 Views: 2,150 how can i display the scope_identity() in a textbox on a web form.
also, how does scope_identity work when trying to pass a primary key from 1 table to another? |
Forum: ASP.NET Oct 17th, 2006 |
| Replies: 2 Views: 4,847 how can i display the last insert id into a textbox on my web form?
here is the code i have so far...
Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles... |
Forum: ASP.NET Oct 16th, 2006 |
| Replies: 0 Views: 1,048 i have 2 database tables and want the primary key from table 1 to appear in table 2. The tables are connected to two web forms, so in other words, the user enters personal details into form1 which is... |
Forum: ASP.NET Oct 10th, 2006 |
| Replies: 1 Views: 4,376 Hi
I have a user form that sends info to a database this all works well but when i click the browsers BACK button the info they wrote into the text boxes is still there.
Is there anyway of... |
Forum: ASP Oct 10th, 2006 |
| Replies: 2 Views: 5,324 I tried that but it seems to want to be an onclick type of thing to a button |
Forum: ASP Oct 9th, 2006 |
| Replies: 2 Views: 5,324 Hi
I have a user form that sends info to a database this all works well but when i click the browsers BACK button the info they wrote into the text boxes is still there.
Is there anyway of... |