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
Ranked #3K

14 Posted Topics

Member Avatar for taylby

I am working on a facebook application using Javascript, Knockout JS and ofcourse facebook's js SDK. I have created my view model to have several properties on, one of which is the facebook user id. This I will send off to my server in due course so I can tie-in …

Member Avatar for ryanki10
0
329
Member Avatar for taylby

Hi, I have a small problem with a DLL. The code for the solution is split into several projects which are then compiled and deployed to a web server. When the project is within Visual Studio I used a Linked file to get the contents of an app.Config file (XML) …

Member Avatar for taylby
0
232
Member Avatar for AngelicOne

What I have done in the past is to create a datatable which you populate and manage yourself and then bind to that datatable. If you need to add items to the list then you add extra rows to the datatable and then refresh the contents of the list box …

Member Avatar for Mitja Bonca
0
360
Member Avatar for taylby

Hi I am working on a Silver light web application that is using the Prism Model (So apologise if this is the wrong forum). Context I am involved with softening the URL's which call various applications through out the application. The list of URL's comes from an XML file which …

0
80
Member Avatar for taylby

Hi I have a base form that subsequent forms are inherited from. It is a form that is designed to have an appropriate look and feel and really doesn't do anything else. The other froms just inherit it as per: [CODE]public partial class frmLoad : frmPeakBase [/CODE] The only other …

Member Avatar for taylby
0
155
Member Avatar for JeeJ
Member Avatar for taylby
0
148
Member Avatar for Prashant20

I am a little confused with what you are trying to do so bare with the questions: 1) How are they entering the image onto your form? drag drop or opening a file dialogue? 2) Are you passing the string of the saved file to the database? if so you …

Member Avatar for Prashant20
0
419
Member Avatar for shashasaaim

Is this is the Dev environment (I.E pressing F5 to run) or when you create an installer type project and the changes are not propagated through? What are the changes that you expect to be able to see? --Taylby

Member Avatar for taylby
0
62
Member Avatar for taylby

Hi; In need of some guidance. I have a form which has a list box upon it. with items in it. These items are dragged out of this and a custom control is added to the form. All this works fine. However a new requirement is that there should be …

Member Avatar for Diamonddrake
0
293
Member Avatar for TheDocterd

Is this actual data? I suggest you edit the post so this data isn't included in your post.

Member Avatar for taylby
0
248
Member Avatar for anitha10
Re: C#

As some one else has mentioned include your code. However what I guess you could do is the following: [CODE] foreach (datarow dr in dt.rows) { txtTextbox.text = txtTextBox.text + "\n" dr[0].tostring() ; } [/CODE] what this does is loop through your rows and adds them to the text box …

Member Avatar for taylby
0
125
Member Avatar for taylby

Hi I am working on a project that will be used to add resources to a job, such resources could be in the form of Staff, Equipment or vehicles. I have a main form that contains a list box of jobs for a given date. It also has three list …

0
92
Member Avatar for taylby

I am trying to get the following functionality working which requries some SQL. The need is to be able to produce a list of general staff who are not on holiday or on other sessions on a given day. I have two sql statements that will give me the information …

Member Avatar for taylby
0
272
Member Avatar for Steve_Jones

Perhaps if we know why you need to learn [QUOTE]visual studio, sql, asp.net, and building and maintaining databases[/QUOTE], then we might be able to help you. As Florinmoc said we don't know your budget. We also don't have any idea about what your past experience is. Don't get me wrong …

Member Avatar for taylby
0
124

The End.