Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2

20 Posted Topics

Member Avatar for darthswift00

Hi guys, i was wondering if there is a way to link a word document to a picture button in InfoPath 2010? if so how do i go about it? Thanks

0
114
Member Avatar for darthswift00

Hi guys, I was wondering if anyone knows "What is validity" in terms of Sharepoint? Thanks

Member Avatar for darthswift00
0
138
Member Avatar for darthswift00

How does one validate username and password from sql database? I have used parameters in doing validating my database, but have noticed that username and passwords are being accepted when i type it straight out(EG. username= e001 , password=dave@road) , even though they have characters in capital letters(such as username=E001 …

Member Avatar for darthswift00
0
863
Member Avatar for darthswift00

Id like to know as to how to go about creating a web service that validates a registerd user to my site. Also how to register a new user to the site. What steps shall i take in order to do this? Im using Visual Studio 2008 (.NET Framework 3.5) …

Member Avatar for hericles
-1
261
Member Avatar for darthswift00

I want to know , how does one inherit from a class? Example: In this class i want it to have coding to connect to the database, and i use a form to use this class to connect to the database. Any suggestions as i a m not familar as …

Member Avatar for Pride
0
93
Member Avatar for darthswift00

Id like to know, if say i have a data grid that is connected to a sql database, it displays the table columns once a user enters a search. eg;(in your sql table colnm names are member_name,m_address). Now instead of display those names from the sql, can it display your …

Member Avatar for daniel955
0
137
Member Avatar for darthswift00

Id like to know, if say i have a data grid that is connected to a sql database, it displays the table columns once a user enters a search. eg;(in your sql table colnm names are member_name,m_address). Now instead of display those names from the sql, can it display your …

0
56
Member Avatar for darthswift00

Id like to know how to display a logged in users name on a aspx webpage? The website is a music online store that can be view without logging into the site. If the user however wants to purchase a music album and they are not registerd to my site, …

Member Avatar for JorgeM
0
329
Member Avatar for darthswift00

I am doing a Music store online that does selling of music albums on the internet. I would like to know how to enable a user who, say for example is viewing all my music albums, but is not registerd with my site as yet, but they do place an …

0
122
Member Avatar for newbie12345

simple way is to first have a sql database created. then once you have done that all you have to do is drag and drop an sqladapter. then follow the steps that basically link to your database. once that is one test to see the connection is working. then you …

Member Avatar for smitty68503
0
5K
Member Avatar for darthswift00

How do i go about creating an exception handler when i want to login to my form to access the rest of my forms. The username and password are linked to server.What if it doesnt connect to server? here is coding for me to login: Private Sub btnLogin_Click(ByVal sender As …

Member Avatar for darthswift00
0
176
Member Avatar for darthswift00

I wana know how can i use a value from a sql table that i added from another form? It basically supposed to validate that whatever was the last recorded added in the other form(eg formA) , i must then use those same values from the sql , into another …

Member Avatar for Reverend Jim
0
3K
Member Avatar for darthswift00

Trying to find a way as to how can i display a message box to say stock not available when i link it to my database to show that the quantity_available of the album( typed in and is refered to by the album_id in the textbox) ? here is my …

Member Avatar for poojavb
0
129
Member Avatar for darthswift00

Want to know how to create a exception handler if say you have a form that has a foregin key in it, how does one put an exception handler to prevent the operation of this producing a VB.NET Error when i want to delete a record?

Member Avatar for adam_k
0
88
Member Avatar for darthswift00

Hi guys, Having abit of trouble with inserting values that i have in my form into my sql database. Basically it supposed to calculate a customer who borrowed a DVD or CD. I select the date that the customer brings the returned item by selecting a datepicker. The calculation works …

Member Avatar for darthswift00
0
293
Member Avatar for darthswift00

Hi i am trying to do a transaction. It's basically were a customer makes a booking of a particular ablum(dvd or cd). In my database i have a table called Transaction with the following colomun names: Trasaction ID , MemberID, AlbumID , issueDate and ReturnDate. Here is were the problem …

Member Avatar for darthswift00
0
141
Member Avatar for darthswift00

Hi, I'm having a problem with my forms. Basically I have one form that adds,deletes,updates transactions that are made when a registered member makes a request. Doing this then gets saved in the database under a transaction table. I then have another form which then calculates my transactions based on …

Member Avatar for darthswift00
0
146
Member Avatar for darthswift00

Hi i have a problem where i want to use 2 radio buttons to view sum data related to them. e.g. if i select DVD then all the dvd's listed in my database must display, and if select CD then all cd's will be displayed on my data grid(2 radio …

Member Avatar for darthswift00
0
329
Member Avatar for semor7

Hi i have a problem where i want to use 2 radio buttons to view sum data related to them. e.g. if i select DVD then all the dvd's listed in my database must display, and if select CD then all cd's will be displayed on my data grid(2 radio …

Member Avatar for Pgmer
0
116
Member Avatar for ayesha789

Hi, i have a similar problem as i want to use a combo box to display all the information of a particular album(DVD or CD) which i use to link to my database and to click the search button to display the relative information about the album. However when i …

Member Avatar for darthswift00
0
3K

The End.