1. Announcement:
    How Do I Upgrade My Forum Account?
    Warren Ashcroft (Red Fox UK Limited (Director))
    31st December 2004
    Views:
    27,097
+ Post New Thread
Page 3 of 8 FirstFirst 1 2 3 4 5 ... LastLast
Threads 41 to 60 of 151

Forum: ASP.NET

Programming: Microsoft Active Server Pages for .NET

  1. Sticky Thread Sticky: Beginners - Learn ASP.NET Free!

    Hello There, I just wanted to post this becuse alot of people out there are "scared" of ASP.NET as such and stick to "safe" languages such as PHP or ASP. ASP.NET (well, .NET) as a whole is a huge lurning curve to master which therefore may not appeal to the hobbyist or non-fulltime delveloper;...

    Started by Warren Ashcroft, 8th November 2005 12:29 AM
    • Replies: 4
    • Views: 2,238
    11th January 2006 10:39 AM Go to last post
  1. VB.NET Multiple Statments

    in vb.net i came across a command that lets you run multiple SQL Select Statements, and run through the using only one DB connection... ie, codetoconnect(SELECT statement1; SELECT statement2; SELECT statement3) runthrough Statement1 movenext

    Started by creativeworks, 18th July 2007 12:11 PM
    • Replies: 3
    • Views: 705
    22nd August 2007 04:44 PM Go to last post
  2. cookies expire...!

    i'm using cookies on a few occasions to store some basket information... but although i set an expire date into the future, this seems to get reset to 01 January 0001 on simply refreshing the browser... any ideas?

    Started by creativeworks, 22nd August 2007 12:18 PM
    • Replies: 1
    • Views: 577
    22nd August 2007 12:32 PM Go to last post
  3. Limiting File upload size

    Hi All Here is the problem as I see it, please correct me if I am wrong, By default in the machine.config the file upload size is about 4Mb and when u try and upload files larger that that Asp.Net will ethier just time out or throw an exception. Okay I can live with the file size of...

    Started by spire128, 21st July 2007 12:17 PM
    • Replies: 3
    • Views: 683
    21st July 2007 04:39 PM Go to last post
  4. Asp.Net Appoinments booking systems

    Hi All Does anyone know of a appointments booking system script, Asp.Net 2.0 hopefully free and with source code, so I can modfiy it Thanks

    Started by spire128, 16th July 2007 12:27 PM
    • Replies: 2
    • Views: 640
    21st July 2007 12:06 PM Go to last post
  5. Refer to an object through a variable...

    with .net can you refer to an asp form object from a variable or part variable. an example would be with flash you are able to refer to variables or movies clips with the following syntax _root._alpha = 100 can i do something in vb.asp to refer to an object in a similar way? and if...

    Started by creativeworks, 11th July 2007 11:47 AM
    2 Pages
    1 2
    • Replies: 10
    • Views: 1,110
    20th July 2007 06:37 AM Go to last post
  6. Email newsletter script

    Hi Anyone know of a newsletter script that I could easliy intergrate into a Asp.Net 2.0 website and hook it into a SQL 2005 database to recover the email addresses. Or Desktop application that I can load the emaill addresses into and buid as newsletter that way. Or

    Started by spire128, 11th May 2007 10:39 AM
    • Replies: 4
    • Views: 763
    18th July 2007 08:25 AM Go to last post
  7. Sending email from asp.net 2.0

    Hi all Hope all is well, I had a page running on a domain with some code to send an email. I have since copied the code to another domain but i cant seem to send/receive any emails :blink: I read another thread that had diffrent method of how to send an email which I am willing to try out...

    Started by amac10, 2nd July 2007 05:52 PM
    • Replies: 3
    • Views: 707
    3rd July 2007 09:18 AM Go to last post
  8. ASP.NET Forum

    I need a ASP.NET forum for one of my customers. Can Community Server 2007 (Small business version) be hosted on a RFH reseller account? Any recommendations for other forums (ASP.NET, C#) ? Regards Jon Ivar

    Started by jonivar, 22nd June 2007 02:21 PM
    • Replies: 3
    • Views: 732
    25th June 2007 11:02 AM Go to last post
  9. Native Email Encryption

    I want to send email using a personal email certificate. I'm currently using the Persits CryptoManager and MailSender via classic ASP but it is not an idea situation and i'd much rather package it all up with the rest of my site in .Net. Has anyone else done this or got any ideas. Thanks, ...

    Started by InspireUK, 22nd June 2007 02:16 PM
    • Replies: 3
    • Views: 800
    24th June 2007 07:48 PM Go to last post
  10. ASP.NET converts TM ™ symbol to a ? (question mark)

    on a postback my vb.net pages are converting TM symbol to a question mark (?)... any reason why a server would do this, global settings? is there an override for the web.config file?!

    Started by creativeworks, 6th June 2007 04:28 PM
    • Replies: 3
    • Views: 921
    11th June 2007 05:38 PM Go to last post
  11. ASP.NET Search Engine

    Does anyone know of a tool that will allow me to implement a search facility within a site that will run in Medium Trust? I have previously used Zoom search which is an excellent product but it needs Full Trust as it uses the WebRequest Object I have spent the majority of today looking for...

    Started by Furzetech, 1st June 2007 02:20 PM
    • Replies: 1
    • Views: 606
    1st June 2007 05:31 PM Go to last post
  12. New site, old email links, url rewriting?

    a client has recently had a redesign and merged three sites into one. they have many newsletters sent out which link back to what is now a redundant site - as the new content is now on a single new site. QUESTION: will asp.net url rewriting redirect a page with a .html extension and .php...

    Started by creativeworks, 9th May 2007 08:31 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 1,155
    13th May 2007 01:21 AM Go to last post
  13. .net 3.5

    Now that .NET 3.5 has been in beta 1 for a while, are there any plans to install it as well? I'm really trying to make some decisions whether to keep working in ASP.NET 2.0 or try to get going in .NET 3.5, since it has so many new features and abilities that I'm anxious to get into. If the...

    Started by derek.thornton, 25th April 2007 02:12 AM
    • Replies: 6
    • Views: 769
    30th April 2007 11:01 PM Go to last post
  14. ASP.NET loses £ sign in form fields on postback

    I'm having problems with asp.net pages with form fields losing the £ sign when I click on a button which runs an onCommand event. All pound signs are dropped, anyone got any ideas or experience?

    Started by creativeworks, 26th April 2007 10:37 AM
    • Replies: 6
    • Views: 846
    27th April 2007 02:59 PM Go to last post
  15. DotNet 3.0

    Any plans for ver 3.0 of the framework on RFH? Just curious really. Jim.

    Started by MooMF, 17th April 2007 03:49 PM
    • Replies: 7
    • Views: 853
    25th April 2007 01:56 PM Go to last post
  16. Asp.Net and MySql exception

    Hi all I hope someone can point me in the right direction I am having a look at a Asp.Net 1.1 website for someone, I do not have the source code, which makes it rather difficult, anyway the problem with the site is that the MySql.Data.dll was throwing a security exception because of the...

    Started by spire128, 11th April 2007 02:30 PM
    • Replies: 3
    • Views: 622
    14th April 2007 02:43 PM Go to last post
  17. SqlProviders on RFH

    Anyone tried using the Membership, Profile, etc providers for .net2 on RFH? Any problems? Any tips for porting from development machine to RFH server/database, (primarily database)? Just like a standard deployment? Any feedback appreciated! Cheers, Jim.

    Started by MooMF, 30th March 2007 12:38 PM
    • Replies: 5
    • Views: 786
    14th April 2007 02:39 PM Go to last post
  18. FCKEdititor File browser

    Hi I have a web site that I use the FCKEdititor on but I am having problems with the file browser, the thing is that it works fine on my development server, but when I upload it to RFH it throws an exception, I have had a look at the dll that is used with Asp.Net and FCK and it does aloow...

    Started by spire128, 7th April 2007 02:55 PM
    • Replies: 1
    • Views: 564
    10th April 2007 09:56 AM Go to last post
  19. Hacking Atempt ?

    Hi I have just had 3 error messages from my site, do they look like atempts to hack the database do u think? This bit is correct /productslist.aspx?categoryid=46 03/04/2007 14:19:38...

    Started by spire128, 3rd April 2007 02:36 PM
    • Replies: 4
    • Views: 591
    3rd April 2007 07:07 PM Go to last post
  20. Data Access Layer

    I'm trying to get my head around Database Access, migrating from asp to .net, I seem to stumble with every step! So I've grasped global classes, and how they work within 1.1 and 2.0 frameworks - As you may be aware! Now, it's Database Access - What is the best way to build an application...

    Started by creativeworks, 22nd March 2007 08:54 AM
    • Replies: 9
    • Views: 816
    30th March 2007 12:33 PM Go to last post

+ Post New Thread

Forum Information and Options

Users Browsing this Forum

There are currently 1 users browsing this forum. (0 members & 1 guests)

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts