Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~16.6K People Reached
About Me

3rd year Renewable Energy BSc student at the University of Exeter.

Currently a software engineer specialising in PHP & MySQL. I have knowledge of PHP & Python and interests in learning C & Eiffel.

Interests
Computers, programming, site management, reading, cycling, photography and such.
PC Specs
Macbook Pro 13", OS X Lion Windows 7 Professional: E6600 2.4Ghz 6Gb DDR800 RAM 250Gb 7200RPM…
Favorite Tags

17 Posted Topics

Member Avatar for mpatram

So you want to have the second tab disabled until they check this checkbox? Well, after fiddling around for a little bit (I'm rather new to Visual Basic so maybe this could be done better) I've found out that there is no 'obvious' enabled state of the tab. The intellisense …

Member Avatar for ajinkya1234
-2
4K
Member Avatar for BluePaper

Through using Visual Studio to learn more about ASP.net and VB.net I would like to connect to a database. I create an .mdf database file but I've no idea how to connect to it (well, I have some code below...) that's not my only problem but I'll ask the next …

Member Avatar for Reverend Jim
0
5K
Member Avatar for Yuexuan

mhmm, this may come in useful personally to actually, especially checking for the @ symbol in an email address, although there's probably better ways to do it :)

Member Avatar for sushmapotla
0
578
Member Avatar for preethi_ga

[code=vbnet] 'Variables Dim rowNum As Integer = 0 Dim dbMaxNumRows As Integer = dbDataSet.Tables("Dataset").Rows.Count - 1 'Moves forward a record Private Sub btNext_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btNext.Click 'If the current row number doesn't not equal the max number of rows If rowNum <> dbMaxNumRows Then …

Member Avatar for 123dev
0
2K
Member Avatar for happygeek

I don't find this surprising at all, as a student myself I see first hand people on these sites. I personally don't visit any of the social networking sites in school time, and rarely in my own time. Me and a few others if we get on the internet at …

Member Avatar for UrbanKhoja
0
531
Member Avatar for BluePaper

For my computing project last year I created a simple booking system in Access 2003 with a little bit of VBA to enhance it a little. However this year I need to improve it. One of the main problems I found with my booking system is that double bookings can …

Member Avatar for BluePaper
0
430
Member Avatar for BluePaper

Hey, I am currently having some problems with VB.net and MSSQL. I'm trying to create an application to learn more about VB.net, I decided to create a simple login system for the application (like the ones they used in distributed applications which have a centeral SQL server). I have come …

Member Avatar for bcasp
0
1K
Member Avatar for sapamtiken

Hey there, this is the wrong forum really, it should really go in [url]http://www.daniweb.com/forums/forum143.html[/url] However seeing as I'm here now I'll provide some help. The best way to centre a page I have found in my expereince is to use a little margin/left thing. This goes in your style tags …

Member Avatar for sapamtiken
0
203
Member Avatar for Rums

Hey, please be patient your thread may take a few days to be answered if it gets answered at all, I can't help with your main problem sorry but I do know the watermark has been put there with some simple CSS using the background:url(img_url.jpg); attribute :)

Member Avatar for ericstenson
0
124
Member Avatar for BluePaper

Seeing as I like being able to have as much control over the things I make as possible it means I will rarely use the inbuilt ASP.net controls (i.e. the login system provided or the inbuilt verification) I will however use the <asp:****> controls in order for my applications to …

0
87
Member Avatar for BluePaper

Mhm. This is the VB.net code behind a webpage I'm working with, I've also provided the ASP.net for the frontpage as well. This maybe really simple and I've missed it but everytime I run this code (below) I keep on getting the same error "Invalid column name, Skyrail" where 'Skyrail' …

Member Avatar for BluePaper
0
335
Member Avatar for namsSoftee

When you create a website folder it's usually put in the /Websites/ folder within your Visual Studio/Visual Web Developer folder. The folder in the projects folder just contains information about the project as opposed to the actual project files. So say I have a project called Overland my project file …

Member Avatar for Hosam Kamel
0
97
Member Avatar for BluePaper

I'm using Visual Studio and I'm learning ASP.net, to learn I'm following the VWD Videos available on the Microsoft website. I watched one of the videos and the guy used a Global.asax file, I followed exactly as I did but at the top of the file where the [icode]<%@ Application …

Member Avatar for BluePaper
0
2K
Member Avatar for djinn1971

Mhm. Well I found it hard to follow your code and what exactly it does. But if I read correctly at the beginning you want to do the following: [code=VBNET] Public Class Learning2 Dim total As Double = 0 Private Sub CheckBox1_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles …

Member Avatar for BluePaper
0
90
Member Avatar for ferrier18

Hey there ferrier, couldn't you just shorten that whole piece of code down to just 3 statements? I've done it here (without using Val, you can add it if you want and such): [code=VBNET] If TextBox1.Text = TextBox3.Text And TextBox2.Text = TextBox4.Text Or TextBox1.Text = TextBox4.Text And TextBox2.Text = TextBox3.Text …

Member Avatar for BluePaper
0
165
Member Avatar for Jossymato

Hey Joseph, what programming languages have you looked into so far? If any at all that is?

Member Avatar for jbennet
0
153
Member Avatar for BluePaper

Hey there, I'm BluePaper or Aled. I'm currently a student studying A-levels (first year 6th form, and don't ask me to explain infact: [url]http://en.wikipedia.org/wiki/A-levels[/url]) of which I am studying Maths, Physics, Chemistry and Computing. My interests lie in a variety of computer based things and I've dabbled a bit in …

Member Avatar for BluePaper
0
121

The End.