No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
14 Posted Topics
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 …
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) …
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 …
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 …
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 …
What have you done so far? What sort of object are your drawing onto? --Taylby
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 …
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
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 …
Is this actual data? I suggest you edit the post so this data isn't included in your post.
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 …
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 …
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 …
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 …
The End.
taylby