Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~572 People Reached
Favorite Forums
Favorite Tags
Member Avatar for mike7510uk

how can i display the last insert id into a textbox on my web form? here is the code i have so far... [COLOR=#0000ff]Protected[/COLOR] [COLOR=#0000ff]Sub[/COLOR] Button1_Click([COLOR=#0000ff]ByVal[/COLOR] sender [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]Object[/COLOR], [COLOR=#0000ff]ByVal[/COLOR] e [COLOR=#0000ff]As[/COLOR] System.EventArgs) [COLOR=#0000ff]Handles[/COLOR] Button1.Click [COLOR=#0000ff]Dim[/COLOR] MyConnection [COLOR=#0000ff]As[/COLOR] SqlConnection MyConnection = [COLOR=#0000ff]New[/COLOR] SqlConnection() [COLOR=#008000]'declare new connection object [/COLOR]MyConnection.ConnectionString = [COLOR=#800000]"Data …

Member Avatar for Elmo_loves_you
0
92
Member Avatar for mike7510uk

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 database. when a TITLE is clicked i want its corresponding SOLUTION displayed into the label...any …

0
69
Member Avatar for mike7510uk

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?

Member Avatar for mike7510uk
0
62
Member Avatar for mike7510uk

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 will display 175 also, if the user unclick a box it …

Member Avatar for ManicCW
0
84
Member Avatar for mike7510uk

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 well as adding up the price etc

Member Avatar for tgreer
0
50
Member Avatar for mike7510uk

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 sent to table1..then the user enters company details into form 2 …

0
58
Member Avatar for mike7510uk

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 clearing these boxes on the click of the submit button?

Member Avatar for ManicCW
0
71
Member Avatar for mike7510uk

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 clearing these boxes on the click of the submit button? (sorry …

Member Avatar for mike7510uk
0
86