- Strength to Increase Rep
- +8
- Strength to Decrease Rep
- -2
- Upvotes Received
- 7
- Posts with Upvotes
- 7
- Upvoting Members
- 4
- Downvotes Received
- 3
- Posts with Downvotes
- 3
- Downvoting Members
- 3
...Developing games :)
- Interests
- Developing games
Re: I've been here a while as you all know but I haven't really ever introduced myself... I come from a small country town in Australia in the southern part of the Queensland State. I am very fortunate to have gained an IT traineeship specializing in software while I defer for … | |
How would I go about creating a forum system in ASP .NET similar to that of this site? Did you create this forum system Dani? Any tips for me? Thanks, help is greatly appreciated. Slade. | |
Re: Once again Paladine buddy, you've done a great job. Congrats man, good code. | |
Hey guys next question :(. Now I have having troubles with the IMAGE data type, can anyone provide examples on how to retrieve and update the image? I have tried the following: [CODE] [size=2][/size][size=2][color=#0000ff]Dim[/color][/size][size=2] imgdatastream [/size][size=2][color=#0000ff]As[/color][/size][size=2] FileStream [/size][size=2][color=#0000ff]Dim[/color][/size][size=2] imgdatalen [/size][size=2][color=#0000ff]As[/color][/size][size=2] [/size][size=2][color=#0000ff]Integer [/color][/size][size=2][/size][size=2][color=#0000ff]Dim[/color][/size][size=2] imgtype [/size][size=2][color=#0000ff]As[/color][/size][size=2] [/size][size=2][color=#0000ff]String [/color][/size][size=2][/size][size=2][color=#0000ff]Dim[/color][/size][size=2] n [/size][size=2][color=#0000ff]As[/color][/size][size=2] [/size][size=2][color=#0000ff]Integer [/color][/size][size=2]imgdatastream … | |
Re: not sure I'm going to be very helpful but... [color=#ff0000]like '%' +:"searchtext"+ '%'[/color] [color=#ff0000][/color] [color=black]Try that?[/color] | |
Is there any possible way to remove a query string without redirecting to another page? You see, my problem is I am using panels, when the create new button is clicked, it gives the querystring of "?JobID=New" now when I click on another button (which simply hides the current panel … | |
Re: Well it works like this. [CODE] <HTML> <Head> <title>Zorba</title> </head> <Body bgcolor = (hexadecimal code referring to your background colour of choice!)> [/CODE] annnd for the table [CODE] <table width="90%" align="center" bgcolor =(hexadecimal code referring to your background colour of choice!)> <tr><td align="left" valign="top"> PAGE CONTENT HERE </td></tr> </table></body> </html> … | |
Re: well, I've experimented with it a little before and validated it, aligning a div is not valid strict xhtml 1.0 anyways heh :). Other than that I don't know, I know I had different results when I used the div align but none that would make sense. E.g. I set … | |
Re: Could you tell me what hardware you have? and what processes are running. | |
This article will inform you more about forms Authentication using ASP .NET and Visual Basic .net (VB .NET). Before I continue I must stress that the web.config is xml and must be used with extreme sensitivity in mind. All tags must be closed etc. or else you will end up … | |
Hi guys here is my working sql query Select MAX(Hits)'Hits', SUM(Hits)'Total', UserID From sf_articles Group By UserID My problem is, when I want to select other columns as well as the current ones. It gives me a lovely error: Server: Msg 8120, Level 16, State 1, Line 1 Column 'sf_articles.ArtID' … | |
Anyone got any idea's for a hit counter for a webpage in asp .NET, using the VB code behind? Any help would be really appreciated. | |
Hi, On my asp .net site, I want a login page so that when the user is logged in, a few extra links are made visible on the header control (.ascx). Also, there will only be about 4-6 users logging in here, I also want to give each one the … | |
Uh, I'm make a big mistake lol. I've ordered 512mb of DDR Ram when my system only takes SDRAM. the RAM I have atm is 144-pin whereas the RAM i've ordered is 200pin. The question I'm asking is, will this RAM run at all in my system? Thanks in advance, … | |
Anybody heard of the band Avenged Sevenfold? I love them, what do you guys think of them? What is some of their best songs? | |
Hey, this could go one of two ways. I want a rich text editor for my website, the information typed into the text editor will be saved to an sql server database under either char or varchar format that supports up to 8000 characters per field. I want it to … | |
Hi guys, Basically what I want to do is run a series of commands in my batch file, and display stdout to screen as well as saving it in a file. So to set the context.. [code] ::To output to helloworld.txt Echo hello world! > helloworld.txt ::To output to console … | |
Re: lol yeah, I had a heck of alot of trouble assembling my personal machine the other day, no trouble assembling anybody elses but when it came to mine I had to pull the case frame apart just to put the cd drive in and had to take the psu out … | |
Re: I'm not exactly 100% sure whether or not this will work but any help is appreciated right? Two possible factors you may consider: 1. harddisk and its controller. i would suggest you have a complete surface scan on the HDD, under dos or windows real mode. 2. Network adapter, Can … | |
ok here it is, I'm about to pop the biggest question known to website owners. What are the main promotion techniques? How can I get my site more well known? Thanks in advance Slade. | |
Howdy guys! I need help with something (yes, again). What my plan is, is to have two user inputs on a website, one of these inputs will be the header for the html e.g. "DaniWeb TechTalk computer support", the other for the page content, e.g. "Hi, my name is zorba...". … | |
Hi everyone, I posted about this on the wacom europe forums but I haven't got a response as yet and I'm kind of in a rush to fix this issue (I have some work due this coming weeked :S). In the last few days I've upgraded to Vista Ultimate (32-bit) … | |
Re: This thread is better than going and reading some maddox, really quite entertaining. | |
Re: I agree incissor... something about those older games just makes them more fun to play. Hmm I'm not sure I can specify a favourite, loved metal slug hehe, liked all the snes Zelda. I just like the older platform rpg's. | |
Hi all, This relates back to the thread I posted where my mouse and keyboard stopped working: [url]http://www.daniweb.com/forums/thread111869.html[/url] I figured it deserved a new post since I found out the root of the problem... and a work around. Since connecting my PS2 controller, the problems got worse. Everything works FINE … | |
Re: It's hard at first... but I eventually got mine to work, post your css code here and I"ll review it and see if I can help. Slade | |
Hi Guys, I'm writing a program for work which uses the HtmlTextWriter to output html files (it's a reporting system). In each file I want to render a style tag at the beginning and to do this I'm using the HtmlTextWriterStyle enumeration. This means I need to convert any value … |