670 Posted Topics
Re: You should not be doing an insert then , you're trying to fetch data fro the table to display it on a label. Use your SELECT Statements as clearly stated by hericles. | |
Re: [CODE]Public Class frmFactorialCalculator Private Sub btnCalFactorial_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCalFactorial.Click Dim intNumber As Integer = 0 Dim IntFactorial As Integer = 0 Try intNumber = Val(txtNumber.Text.Trim) IntFactorial = fnGetFactorial(intNumber) lblresult.Text = IntFactorial Catch ex As Exception MessageBox.Show(ex.Message) End Try End Sub 'Factorial Function Codes Private … | |
Re: They go side by side. Data has to be prepared by someone and for someone which brings the need for human resource. | |
| |
Re: Its a good start but you require more than just your vb.net knowledge. You need graphics handling and more and you may also want to consider hardware resources when picking a language. You can check amazon for a start, they have good books from various publishers. best Wishes! | |
Are my the only one seeing this? Daniweb seems to be out of order. Fancy buttons now just show links and member names and avatars seem to cross borders into comments and posts made by members. Also, the text space for typing replies is just in disarray as in the … | |
Hello everyone. Am designing a web application based on human resources. I need to perform a search which would give results as a dropdown as the searchstring is being typed( as seen in photo one) to include the photo/image of the person and little detailed description like the Name, Department … | |
Re: BitBit has given the right link. To add to that, your post should have come in handy just in the C# forum since you want to design a front-end application with C#. | |
Re: There is no certification without a value. Apart from the certificate itself, there is always something new to learn. | |
| |
Re: You may not get such customized software. You may need to code that yourself or if you get something lose, you can tweak it to your taste. | |
Re: No resemblance to me, there's no need trying to get any similarity between Bill and Jordan. There's something close when you compare Abraham Lincoln with John kennedy [URL="http://jepoy.info/2009/05/abraham-lincoln-and-john-f-kennedy-mysterious-similarities/"]http://jepoy.info/2009/05/abraham-lincoln-and-john-f-kennedy-mysterious-similarities/[/URL] | |
Re: [QUOTE=;][/QUOTE] Rock it. Put programming aside for once and enjoy your achievements. Happy Birthday | |
Re: Look for what interests you and do it. If you don't have the passion for programming, then opt out | |
Re: [QUOTE]What exactly is it that you are thankful for? (Genuine question) [/QUOTE] Being alive at least. Happy Thanksgiving! | |
Re: Good rhymes and lyrics.....lets hope for best code combinations too Welcome! | |
Re: [QUOTE]Most animals are solid muscle, and so much badder than any human--that's why it sucks so bad to get attacked by anything, even a dog. [/QUOTE] They must be feeding well, Australia is blessed with foods and wild life. Would like to visit some day at least to see some … | |
Re: i don't think photos are deleted. It remains with your account as long as the user exists. For more information on any site, you should read their terms and conditions because there may be variance. | |
Re: Quite easy. They're fanciful watches, wish i could have one | |
Re: I totally agree, it has always been my thought | |
Re: latest firefox is also perfect. Opera used to be my best browser but at some point, i did not like the way it loads pages from cache when you try to start it up especially with the latest opera 11.51 | |
Re: You can consider building the Mobile App for Daniweb ;) | |
Re: You can simply create a column named say 'BorrowCount' and let the initial value be zero(0). Once there's a new entry from the user, this value can be incremented by one and once it gets to three, you can provide your error message. Note that this would require your application … | |
Re: this is the general syntax for creating tables [CODE]CREATE TABLE [ database_name . [ schema_name ] . | schema_name . ] table_name ( column_name <data_type> [ NULL | NOT NULL ] [ ,...n ] )[/CODE] so using your code to create a sample table(even though i don't know what you … | |
Re: Mainly my keyboard. Don't have much time for gaming external devices. | |
Re: For sure, no one can help you do it but yourself if not, it wont be your own assignment anymore. Keep researching and post progress on your efforts and codes, help may be on its way. Goodluck! | |
| |
Re: You can check [URL="http://www.daniweb.com/software-development/computer-science/threads/65372"]here[/URL] | |
Re: Cwarn23, is a chrome user so the firefox add-on may not be in his reach...lol Grimjack is right, comments on youtube don't really matter. You should try other file-sharing site and if you get the same result, then you know there is something wrong with your presentation. You can't conclude … |
The End.