Search

You searched for the word(s): userid:613937

Matching Posts

  • Re: Where To Find Existing Code

    Thank you to Eric and Kris for your advice re the compiled code, I didn't even know that asp.net sites could be pre-compiled! Next question, does anyone want some work modifying a pre-compiled site? I don't have time to learn how to do it, and this guy wants some urgent mods done to his site. Let me know if anyone is interested. Jill
    Posted to Getting Started (Forum) by Cybril on 6/1/2009
  • Re: Where To Find Existing Code

    Thank you but there is no ViewUserOrders.aspx.vb - as far as I can see there are no code behind files!
    Posted to Getting Started (Forum) by Cybril on 5/31/2009
  • Where To Find Existing Code

    Hello, I have been asked to help a friend with his ASP.Net site and I can't find his code - can you tell me where I should be looking if it says this at the top of his pages: <% @ page language ="VB" masterpagefile ="~/Rapsis.master" validaterequest ="false" autoeventwireup ="false" inherits ="ViewUserOrders, App_Web_xlkju31w" title ="Untitled Page" %> and this: <% @ master language ="VB" inherits ="Rapsis, App_Web_o1pshynv"
    Posted to Getting Started (Forum) by Cybril on 5/31/2009
  • Re: Does anyone allow their users to upload word documents, then parse them on the server ?

    Did you ever get this working? I'm interested in doing something like this myself and wondered how hard/difficult it was going to be.
    Posted to Architecture (Forum) by Cybril on 3/25/2009
  • Re: LoggedInTemplate Not Working

    I have since found this (http://quickstarts.asp.net/QuickStartv20/aspnet/doc/security/formsauth.aspx) but when I put that into place (with a separate web.config in the admin directory) I now get a popup login box which is not what I want - even if I type in the credentials which it should be looking up (in the database) it says not authorized so I have no idea where it's looking. Please help - I'm not sure if I'm asking the wrong questions or in the wrong place, because I don't seem
  • LoggedInTemplate Not Working

    Hello, I have created an asp.net app (vb.net) which has an admin area where I am trying to use the loggedintemplate and I using the following custom authentication, but when I get to other pages after that login screen, we just see the default template which tells them they have to login - is there something else I need to do or set so that it knows they are logged in? Function AuthenticationMethod( ByVal UserName As String , ByVal Password As String ) As Boolean Dim conDB As SqlConnection Dim strConnection
  • Installation of New Project on MSSQL 2005

    I have completed my first ASP.Net project and have it running in Visual Web Developer 2008 nicely, but now that I have tried to move it onto my client's server, I am having all sorts of problems and don't know if it's a server issue or my project issue. One time I try to run it, it will say 'Internet Explorer cannot display the page', if I then hit refresh I'll get a '502 proxy server error', if I click refresh again it may just work - obviously this is not going to
    Posted to Installation and Setup (Forum) by Cybril on 3/3/2009
  • Re: Errors trying to Edit images in GridView

    Well done on coming up with the solution yourself - your problems have certainly helped me with mine (I've had all sorts of browsers open reading up on everything to try and work out how to modify images in a gridview). What this guys says here: http://msdn.microsoft.com/en-us/magazine/cc163933.aspx ("Furthermore, when in edit mode the ImageField column pops up a Browse button so you can locate a new file on the local machine to upload.") Would be perfect, he just doesn't show how
    Posted to Data Presentation Controls (Forum) by Cybril on 2/28/2009
  • Default page

    How do we specify the default page that appears when you type the web address in the browser but don't specify a page (eg, http://www.mysite.com instead of http://www.mysite.com/default.aspx ) I tried both default.aspx and index.aspx but neither work, I just get an error message. On Apache it is automatically index.htm, index.html or index.php. Thanks
    Posted to Installation and Setup (Forum) by Cybril on 2/24/2009
  • Re: Setting up database on MSSQL 2005

    Well I don't know if I just needed to get away from it all for a while, but I've managed to get both scripts running (and working) in VB (so don't need the C# one). Haven't tackled the App_Data folder as yet, may try that again when I'm feeling much braver. Thank you for your help.
    Posted to Getting Started (Forum) by Cybril on 2/24/2009
Page 1 of 2 (13 items) 1 2 Next >