Ask a Question
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
2008
Guest
0 Responses
0
0
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.
2008
Guest
0 Responses
0
0
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?
2008
Guest
2 Responses
1
0
i am having trouble downloading any flash players,,,please advise
2008
Guest
1 Response
0
0
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