Search Jobs
Search People
Search Discussions
Login
Register
Post a Job
Now serving 267,819 jobs!
Home
Profile
Contacts
Tech Solutions
Jobs
Inbox
Post a Job
TechIT
> Forum
Go to your subscriptions!
Tech Areas
Community Support (2)
Database (6)
Developer (13177)
Digital Living (3351)
Gamers (14784)
Hardware (743)
Internet (6606)
IT (5765)
Microsoft (12153)
Networking (849)
OS (1984)
Other (2)
Programming (2887)
Security (7)
Software (21605)
Storage (0)
Virus & Spyware (1834)
Web Development (359)
Advertisement
Recently Accepted Solutions
There are currently no recently accepted solutions.
Tech Solution Search
Dec 25
2008
Guest
0 Responses
0
0
Facing issues while saving the data in MS access.
Hi, am getting an run time error while saving the run time data to the form as well as table. Detail explaination: I have filled the empl details in the text box and comments in the text box in a form, if i click save button it should be saved in a table and it should diplay in a form.
Unresolved! Can you answer this question?
Dec 25
2008
Guest
0 Responses
0
0
Drums and Guitar don't work. :(
I just got Rock Band 2 and the Drums and Guitar do not work. I asked my friend to try to help me with it but he couldnt explain it.(Via the internet) So can someone please tell me how do get the drums and guitar to work?
Unresolved! Can you answer this question?
Dec 24
2008
Guest
2 Responses
1
0
flash players
i am having trouble downloading any flash players,,,please advise
Unresolved! Can you answer this question?
Dec 24
2008
Guest
1 Response
0
0
Please Explain Ilist
I thought an Interface was abstract and could not be instantiated. Yet I see this code works fine: [WebMethod] public PendingEventRecord[] PeekPendingEventRecordsByEventQuery(EventQuery query, Credentials c) { IList<PendingEventRecord> records = objectStore.GetEvents(query); PendingEventRecord[] array = new PendingEventRecord[records.Count]; records.CopyTo(array, 0); return array; } records holds the values returned by GetEvents(). I don't see how that can work. Please explain, newbieweb
Unresolved! Can you answer this question?
Solution found on Experts-Exchange.com