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

8 Posted Topics

Member Avatar for Paladine

I followed this tutorial to the t, I'm not sure why I keep getting "Invalid Log In" I'm not using the log in attempt part yet. Any suggestions? [code] Imports System.Web.Security ' ||||| Required Class for Authentication Imports System.Data ' ||||| DB Accessing Import Imports System.Data.OleDb ' |||||| Access Database …

Member Avatar for maqbul
0
7K
Member Avatar for geo039

I am using a textbox with a gridview to display data. I have a new requirement to display one textbox gridview based on what a user selects from another. I am at a loss how I could accomplish this. I've tried things I found online but I still can't get …

Member Avatar for QVeen72
0
97
Member Avatar for geo039

I need to set my asp.net application variable to today's date so it can check when a last database refresh was done. I have data coming from one view into a table used by my application so I need to insert or update based on if data exists or not. …

0
77
Member Avatar for sp_kosl
Member Avatar for geo039

BackGround: I'm working on a small application that is to demonstrate viewing of a database. I have 3 tables customer, transaction, account that are added to the project. (Access OLE DB). I am to log in with userid and PW from the database, once logged in the user can select …

Member Avatar for Member #46692
0
100
Member Avatar for compwhiz621
Member Avatar for geo039
0
77
Member Avatar for geo039

I am trying to seperate the code below into one sub routine and one function. Specifically a boolean function that does the number check. I am still learning how to use sub procedures and functions and am not sure where to do the seperation. Any advice would be helpful. I've …

Member Avatar for Member #46692
0
213
Member Avatar for geo039

I'm trying to write a function that checks for prime numbers and returns true if a number is prime. Something simple, i'm just a beginner. Here's what I have, does it make sense..if not any input would be appreciated. [COLOR=#0000ff]Function[/COLOR][COLOR=#000000] IsPrime([/COLOR][COLOR=#0000ff]ByVal[/COLOR][COLOR=#000000] dblCheck [/COLOR][COLOR=#0000ff]As[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]Double[/COLOR][COLOR=#000000]) [/COLOR][COLOR=#0000ff]As[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]Boolean [/COLOR][COLOR=#0000ff]Dim[/COLOR] intNumber [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]Integer …

Member Avatar for Member #46692
0
183

The End.