Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
30% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
~1K People Reached
Member Avatar for ArtphotoasiA
Member Avatar for Mechizedek

Please help me, I need help on uploading pix, the error is " 'AccountPicture' is not a member of UrlHelper". UrlHelper is an Extension module in my project. Please how do I fix that?

Member Avatar for nakor77
0
56
Member Avatar for Mechizedek

Please i need to generate report for my application and i don't know how to go about it.pls i will appreciate if u can help thanks

Member Avatar for kentuckyjoe
0
174
Member Avatar for Mechizedek

Hi peeps, pls i need help on how to hard code my database connect to my application . Example, i want to connect to my application using dim conn as new SqlConnection conn.ConnectionString = " connSring" dim cmd as new SqlCommand cmd.connection = conn cmd.commandType = commandType.text cmd.commandtext = " …

Member Avatar for Mechizedek
0
170
Member Avatar for djjavo

For my user system, I require each user to have a unique id. The reading in and saving of the user data is all done, but now I'm focusing on adding new users. In my add user dialog, I have the information fields required to create a new user, one …

Member Avatar for djjavo
0
186
Member Avatar for Bax
Member Avatar for adam_k
0
290
Member Avatar for nji2rhyme

Hi, I have written a code to accept value entered into textboxes. Then calculate when a button 'calculate' is clicked. How do I prompt the user if they haven't entered a value in a textbox before clicking calculate? Below is the code. [CODE]Private Sub Button1_Click(ByVal sender As System.Object, ByVal e …

Member Avatar for debasisdas
0
189
Member Avatar for Mechizedek
Member Avatar for ClimaxBeetle

[B]ERROR RECEIVED:[/B] [B][COLOR="Red"]NullReferenceException was unhandled [/COLOR][/B] Object reference not set to an instance of an object. And it points on the particular line: [B][I]dsNewRow = ds.Tables("Employees").NewRow()[/I][/B] [CODE]Imports System.Data.OleDb Public Class Register Public cn As New OleDbConnection Public rd As OleDbDataReader Public da As New OleDbDataAdapter Public ds As New DataSet …

Member Avatar for adam_k
0
203