Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~980 People Reached
Favorite Tags
Member Avatar for 15389049

Having problims adding a picture files to the database. Bot sure where i am going worng, ignore the commented out lines that was my first attempt. A little help please! [CODE] 'If the query found that the name had not been entered before add it into the table If imgUpload.PostedFile …

Member Avatar for TomW
0
102
Member Avatar for 15389049

I am creating a page to search for a user in a database and display the results in a gata grid (Which i have done) Then i would like to select one of the results and use this record by holding it as a variable and pass it back into …

Member Avatar for 15389049
1
173
Member Avatar for 15389049

I am working on a project, its purpose is to search a database and display the results in a data list so they can be used. I have the search working correctly but it only outputs to a data grid. Help please! [CODE] Protected Sub Button2_OnClick(ByVal sender As Object, ByVal …

Member Avatar for 15389049
0
582
Member Avatar for 15389049

I am trying to search a database using a user defined string from a text box. I am getting an error message with the "objectadaptor.Fill" Here is the code: [code] Imports System.Data.OleDb Imports System.Data Imports System.Data.SqlClient Imports System.Data.SqlTypes Partial Class Search Inherits System.Web.UI.Page Protected Sub Button1_Click(ByVal sender As Object, ByVal …

Member Avatar for shibbard
0
122