72 Discussion / Question Topics
Remove Filter 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. | |
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 … | |
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 … | |
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 … | |
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) … | |
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 … | |
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 … | |
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 … | |
Which is your favourite? I need help because I wanna know what I should be making my site in.:cheesy: Thanks guys, 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 … | |
[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 … | |
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 … | |
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 … | |
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. | |
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 | |
Hello all, it's been a while. I have a problem with a print stylesheet I'm using at the moment. When I go to print preview, everything is how I want it to look except at the bottom of each page, words just cut in half and continue on the next … | |
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 … | |
I want to set up a computer on my network that downloads windows updates and then computers on the network download them automatically off that computer. Is there a way to do this? EDIT: Windows xp btw | |
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? | |
Hey all, I have a table with a primary key in it. I use stored procedures to insert new records. What I want to know is how do I make it so a column (foreign key) in another table adds the same number as the primary key in the original … | |
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 … | |
[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. … | |
Ok guys, check this out [code] select app_given, app_surname, contract.contractID from contract, progression where pay_nop like 'PAY' and contract.status like 'Active' and app_type like 'Apprenticeship' and Contract.ContractID = progression.contractid group by contract.contractid, app_given, app_surname [/code] Ok, this works FINE. But, when I try to add Not..: [code]Not Contract.ContractID = progression.contractid[/code] … | |
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 … | |
Hey dani, I notice that all of the links in these forums always open up a new window, is that a feature of vbulletin or is there someway I can declare that globally? | |
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 … | |
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? | |
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. | |
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? | |
hey guys... I want to be able to auto sort rows ascending in a worksheet according to the first column... I want to make a visual basic macro for this... any ideas? Thanks in advance | |
Hey, I'm developing an application that will ultimately be like a mail merge. What a user will do is select a persons name from a drop-down list and the fields will fill in according to the other info in the table of that persons record. They can from there print … | |
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 … | |
May I ask, what is more powerful. A colleague or a moderator? And what other levels are there? I've seen a marsupial moderator as well. | |
I'm just curious as to what a browser needs/needs to have enabled to view an aspx page. I need this info for writing some technical documentation for an application I created. Thanks in advance 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 | |
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] … | |
just another idea... why don't you have a link that shows all unanswered threads? That might allow for people to get their questions answered quicker | |
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 … | |
Hi, I need to know how I would go about making a drop down menu in asp .net using vb .net... Thanks, Slade | |
I have to know the definition of Bouncing and Forcing frames for some work I have to do... what does each do? I'm not sure all I get when I look in google is stuff about bouncing balls. Thanks in advance 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 … |
The End.