54 Archived Topics

Remove Filter
Member Avatar for Slade

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.

Member Avatar for Ram_12
0
2K
Member Avatar for Slade

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 …

Member Avatar for sangita32
0
328
Member Avatar for Slade

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 …

Member Avatar for jack lion
0
222
Member Avatar for Slade

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 …

Member Avatar for kvprajapati
0
3K
Member Avatar for Slade

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' …

Member Avatar for manoshailu
0
316
Member Avatar for Slade

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.

Member Avatar for amitpathak
0
1K
Member Avatar for Slade

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 …

Member Avatar for priyesh.gupta
0
257
Member Avatar for Slade

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, …

Member Avatar for OlyComputers
0
421
Member Avatar for Slade

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 …

Member Avatar for eggi
0
204
Member Avatar for Slade

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.

Member Avatar for lajocar
0
337
Member Avatar for 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...". …

Member Avatar for mallyajiggs
0
407
Member Avatar for Slade

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) …

Member Avatar for Kcollinsf
0
439
Member Avatar for Slade

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 …

Member Avatar for Slade
0
157
Member Avatar for 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 …

Member Avatar for Slade
0
153
Member Avatar for Slade

How do I go about creating a windows application that converts strings to sha1 encrypted? All I want this program to do is have a user type in their password, click a command button "Convert" and have a label come up with the now SHA1 encrypted string. NOTE: THis is …

Member Avatar for taylorjpt
0
647
Member Avatar for Slade

Which is your favourite? I need help because I wanna know what I should be making my site in.:cheesy: Thanks guys, Slade

Member Avatar for M_K_Higa
0
343
Member Avatar for Slade

Hey guys, I'm using VS .NET 2003, and I am designing a web application in VB .NET, I'm just wondering, Tekmaven mentioned to me in another thread of mine that it would be a good idea to use the datalist control as a menu, how would I use it to …

Member Avatar for LeProgrammeur
0
224
Member Avatar for Slade

[font=Arial]I have a 350 watt psu, and I was wondering if it would be able to support 3 case fans on an amd 3200 which has a coolermaster dream II fan on it, two hard drives, a floppy drive, a 52X32X52X cd burner, a 56k modem and a geforce fx …

Member Avatar for mflintjer
0
126
Member Avatar for Slade

Hey all, I only want a few extra links to appear once authorized and not have the whole web app off limits by using deny users="?". I want it much the same as daniweb, the userCP link isn't visible until a user has logged in, how do I do this …

Member Avatar for Paladine
0
187
Member Avatar for Slade

Whenever I go to update visual studio 2003 I get the following message: Visual Studio .net 2003 setup encountered errors while attempting to download required files. Check your web browser configuration settings and your connection hardware, and then try again. Ok... I am connected to the net, what web browser …

Member Avatar for Cybele
0
129
Member Avatar for Slade

Hi, just curious. By going into DOS and typing oh say: [code] Format C: [/code] and then answering yes, does that make the format ntfs or fat32? Thanks in advance, oh and whats the useable memory loss after formatting in FAT.

Member Avatar for Thong_Ispector
0
257
Member Avatar for Slade

Ok here is my problem. When using VB .NET to create a web application, I can use dropdown list controls fine, when just creating a vb .NET windows app, they are nowhere in sight. What is the substitute for the dropdown menu? Sorry for my Naivity, Slade

Member Avatar for dreyes67
0
300
Member Avatar for Slade

Ok, the company I work for require the vacancies datagrid located at [url="http://www.goldenwest.org.au/vacancies.aspx"]http://www.goldenwest.org.au/vacancies.aspx[/url] to be printable. I have made a new project that shows all records in the datagrid and the datagrid takes up the whole page. What I want to do, is when it is printed, no rows are …

Member Avatar for nashcontrol
0
317
Member Avatar for Slade

Well guys, Photoshop CS is out and I am really dissapointed, there isn't many major changes from photoshop seven. :( I was expecting great things from that program, what are your opinions?

Member Avatar for Shadezofblack
0
140
Member Avatar for Slade

Hey all, Just wondering if there was an asp .net control out there, which allowed me to specify a folder full of images, and then change them all to thumbnails (with links to the actual image) and display them somehow, like in a datalist or something. I suppose I could …

Member Avatar for InstantASP Ltd
0
140
Member Avatar for Slade

[b][u]Hey guys, what is the most bizarre computer problem you've ever had?[/u][/b] I just had one this morning where a fellow employee reported her computer gave her a disk boot error. I went and had a look, I figured there might be a floppy in the drive but there wasn't. …

Member Avatar for Killer_Typo
0
238
Member Avatar for Slade

Ok, I've heard so many times that a macintosh platform is better for graphics, video editing, etc. Aside from programs that come with the mac os, I see no evidence that the mac is truly better for multimedia. Somebody PLEASE prove that the MAC os is better for multimedia than …

Member Avatar for Killer_Typo
0
101
Member Avatar for Slade

Hey guys. I just want to know how would I write a stored procedure in SQL server 2000 to read, and another to update a Text data type field. I also need to know how I am able to execute this stored Procedure in asp .net using vb .net. My …

Member Avatar for Tekmaven
0
338
Member Avatar for Slade

A friend told me that it is possible to change the header of a html web page using the vb .net code. Is this true? If so how do you do it?

Member Avatar for Slade
0
374
Member Avatar for Slade

Does anybody know how I can use a css defined div to keep a footer at the bottom of the page regardless of how much content is in the page? I found a solution [url="http://mail.sladesfaculty.com/exchweb/bin/redir.asp?URL=http://scott.sauyet.name/CSS/Demo/FooterDemo1.html"][u][font=Arial][color=#0000ff]http://scott.sauyet.name/CSS/Demo/FooterDemo1.html[/color][/font][/u][/url] but it's incompatible with opera :(. please help Thanks in advance, Cheers, Slade.

Member Avatar for Slade
0
92
Member Avatar for Slade

Hey guys! I thought I'd ask the pro's, I have to do a comparison between two operating systems for an assignment. Which two would you recommend and why?

Member Avatar for Toba
0
124
Member Avatar for Slade

Ok guys, here's the deal. I am using css for my website, everything is super duper, except for ONE page. It's the login page, I have used a table for the login box so as to position everything properly. What I want to know is, (btw the table is in …

Member Avatar for DaveSW
0
217
Member Avatar for Slade

ok, I've heard of this mod_rewrite. Is it possible to do this in asp .net using vb .net? It basically just renames a page with a query string such as newthread.php?do=newthread&f=18 to newthread.html, so that search engines have fun and you get ranked high! Thanks In advance. Slade

Member Avatar for Tekmaven
0
113
Member Avatar for Slade

For some reason, when I am in the password text box, when I press enter, it simply clears both fields. Doesn't validate, doesn't login, just clears the fields. What is going on here? Codebehind: [CODE] [size=2][color=#0000ff]Private[/color][/size][size=2][color=#0000ff]Sub[/color][/size][size=2] cmdLogin_ServerClick([/size][size=2][color=#0000ff]ByVal[/color][/size][size=2] sender [/size][size=2][color=#0000ff]As[/color][/size][size=2] System.Object, [/size][size=2][color=#0000ff]ByVal[/color][/size][size=2] e [/size][size=2][color=#0000ff]As[/color][/size][size=2] System.EventArgs) [/size][size=2][color=#0000ff]Handles[/color][/size][size=2] cmdLogin.ServerClick [/size][size=2][color=#0000ff]If[/color][/size][size=2] FormsAuthentication.Authenticate(txtUser.Text, txtPass.Text) [/size][size=2][color=#0000ff]Then[/color][/size] …

Member Avatar for Tekmaven
0
219
Member Avatar for Slade

Hey all, I go to LAN parties every sunday, I've had my monitor for a while and I've been to two since I've had it however, last weekend the settings on it totally changed, even the diagonal alignment or whatever, it's an f710b I think and I've installed the drivers …

Member Avatar for Puckdropper
0
86
Member Avatar for Slade

Hi, I need to know how I would go about making a drop down menu in asp .net using vb .net... Thanks, Slade

Member Avatar for Paladine
0
590
Member Avatar for Slade

Ok, here I have my hit counter as a text file. [CODE] [size=2][color=#0000ff]Private[/color][/size][size=2][color=#0000ff]Sub[/color][/size][size=2] Page_Load([/size][size=2][color=#0000ff]ByVal[/color][/size][size=2] sender [/size][size=2][color=#0000ff]As[/color][/size][size=2] System.Object, [/size][size=2][color=#0000ff]ByVal[/color][/size][size=2] e [/size][size=2][color=#0000ff]As[/color][/size][size=2] System.EventArgs) [/size][size=2][color=#0000ff]Handles[/color][/size][size=2][color=#0000ff]MyBase[/color][/size][size=2].Load [/size][size=2][color=#0000ff]If[/color][/size][size=2][color=#0000ff]Not[/color][/size][size=2] Page.IsPostBack [/size][size=2][color=#0000ff]Then[/color][/size] [size=2][color=#0000ff]Dim[/color][/size][size=2] nCount [/size][size=2][color=#0000ff]As[/color][/size][size=2] Int32 = 108[/size] [size=2]nCount = GetCounterValue()[/size] [size=2]lblTest.Text = nCount.ToString()[/size] [size=2][color=#0000ff]End[/color][/size][size=2][color=#0000ff]If[/color][/size] [size=2][color=#0000ff]End[/color][/size][size=2][color=#0000ff]Sub[/color][/size] [size=2][color=#0000ff] [/color][/size][size=2][color=#0000ff]Private[/color][/size][size=2][color=#0000ff]Function[/color][/size][size=2] GetCounterValue() [/size][size=2][color=#0000ff]As[/color][/size][size=2] Int32[/size] [size=2][color=#0000ff]Dim[/color][/size][size=2] ctrFile [/size][size=2][color=#0000ff]As[/color][/size][size=2] StreamReader[/size] [size=2][color=#0000ff]Dim[/color][/size][size=2] ctrFileW …

Member Avatar for Slade
0
687
Member Avatar for Slade

Hi all, I'm getting this error when I try to link to my SQL database :(. Login failed for user 'test' Reason: Not associated with a trusted SQL Server connection. any ideas what I'm doing wrong?

Member Avatar for Tekmaven
0
216
Member Avatar for Slade
Member Avatar for Catweazle
0
141
Member Avatar for Slade

I need to create a date updated field for ms sql 2000. The current trigger I have only works for the insertion of data and it is "(getdate())" is there one that I can use for insertion and update of fields? Ta, Slade

Member Avatar for Slade
0
189
Member Avatar for Slade

Please guys, I really need help here. Last night I was using my computer and it was working fine. There were zero problems. Naturally, I switched it off and went to bed, it shut down fine. This morning, I go to turn it on, and it sits on the dell …

Member Avatar for elchonon
0
378
Member Avatar for Slade

Windows, nor bios, will detect the usb hdd. It's 250gb, the cable plugs into a usb port on the computer and a usb 2.0 on the hdd. There is definitely power to it, and everything is connected right, so whats wrong?

Member Avatar for feigned
0
322
Member Avatar for Slade

ok, my other computer is going wack, here is my hjt log: Logfile of HijackThis v1.97.7 Scan saved at 10:41:23 AM, on 29/05/2004 Platform: Windows XP SP1 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP1 (6.00.2800.1106) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\spoolsv.exe C:\Program Files\Common Files\Symantec Shared\ccEvtMgr.exe C:\WINDOWS\System32\Ati2evxx.exe C:\Program …

Member Avatar for crunchie
0
97
Member Avatar for Slade

Hi all, I have run Adaware, Spybot and Spysweeper. All with updated spyware definitions, there is still some weird stuff going on with my pc, my notepad icon has gone, sometimes I can't open things in notepad, my browser keeps changing the home page... help? Here is my HJT log: …

Member Avatar for crunchie
0
114
Member Avatar for Slade

Hello, To all you pirate windows xp users out there, tried using windows update lately? Well it's no longer available to you. You see with the introduction of service pack 2 for windows xp, Microsoft have decided to stop pirates from getting the security benefits of their product. Despite rumours …

Member Avatar for Slade
0
140
Member Avatar for Slade

Is it possible that I buy a PCMCIA usb 2.0 card for my laptop and then it'll work? I just want one because I currently don't have any usb 2.0 ports on my machine. Thanks.

Member Avatar for Catweazle
0
120
Member Avatar for Slade

Hey all, I just wanna know how to record the time and day a link on my website is clicked to a label, what code do I need to use to get the date and time?. [CODE] [size=2][color=#0000ff]Private[/color][/size][size=2] [/size][size=2][color=#0000ff]Sub[/color][/size][size=2] lnkVac_Click([/size][size=2][color=#0000ff]ByVal[/color][/size][size=2] sender [/size][size=2][color=#0000ff]As[/color][/size][size=2] System.Object, [/size][size=2][color=#0000ff]ByVal[/color][/size][size=2] e [/size][size=2][color=#0000ff]As[/color][/size][size=2] System.EventArgs) [/size][size=2][color=#0000ff]Handles[/color][/size][size=2] lnkVac.Click[/size] [size=2][/size] …

Member Avatar for Billy_
0
117
Member Avatar for Slade

Hi, I've recently been to [url="http://www.bink.nu"]www.bink.nu[/url] and I liked the navigation. On my site I would like a similar navigation. For the tabs, I have images, I cannot put a link ontop of the image though! Please help me out here! THe image is supposed to change according to whatever …

Member Avatar for rixius
0
100
Member Avatar for Slade

This is driving me absolutely insane I swear. Every time I load up visual studio, no matter how I have the windows layed out, it resets to the visual studio default and it's driving me CRAZYYYYYYYY! See. Please help, for the good of the kittens. Slade:rolleyes:

Member Avatar for Slade
0
105
Member Avatar for Slade

Hey, I'm making a website as you all know by the millions of threads I've created, and I have a members area. I will have a datagrid that will display data and an image (chosen by the user). All data is bound to a database stored procedure. I suppose I …

Member Avatar for Slade
0
105

The End.