Search

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

Matching Posts

  • Re: AJAX in VWD 2008

    Man i can't beleive i missed that. So sorry for a daft question BUT thank you for the help. This fixed it
  • AJAX in VWD 2008

    Hi I have been looking at using ajax in VWD 2008. I notice that most of the tutorials mention creating a new web site using the ajax template. I do not seem to have this in VWD 2008. Should i be able to see this? Also when i load the AjaxControltookit and build it - iget error Error 1 Could not load file or assembly 'vjslib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. C:\Documents and Settings\mtfsspk3
  • Re: How do I maintain the state of the selected item/value for the DropDownList within this HeaderTemplate...

    Hi If you are doing a post back you still need to use session variable - alternatively use viewstate. You could use querystrings but these would be more complicated (i feel) Paul
    Posted to Web Forms (Forum) by PTEKelly on 9/30/2008
  • Re: basic variable scope problem

    Ok Thank you once again - I did do a .net course a looong time ago and completly forgot about statelessness(!). You have saved my bacon. Paul
    Posted to Web Forms (Forum) by PTEKelly on 9/26/2008
  • Re: basic variable scope problem

    [quote user="shados"]If you only want that "variable" for the -current- page, use ViewState, as the other poster kindly suggested.[/quote] ah this kind of answers my next question - session variable lasts until they close the web browser? viewstate until the navigate away from the page?
    Posted to Web Forms (Forum) by PTEKelly on 9/26/2008
  • Re: basic variable scope problem

    Heh guys thank you for the fast response. Am I right in thinking I do not need to 'declare' the session or viewstates?
    Posted to Web Forms (Forum) by PTEKelly on 9/26/2008
  • basic variable scope problem

    Hi i am having a variable problem where a variable declared at the class level and the value set in procedure one loses that value in proc 2. Public Class _Default Inherits System.Web.UI.Page Public userid As Long Public apikey As String Sub Button1_Click( ByVal sender As Object , ByVal e As EventArgs) Handles Button1.Click userid = Convert.ToInt32( Me .TextBox1.Text) apikey = TextBox2.Text Me .Label1.Text = userid 'This part is fine End Sub Sub Button2_Click( ByVal sender As Object , ByVal e
    Posted to Web Forms (Forum) by PTEKelly on 9/26/2008
  • Re: Object reference not set to an instance of an object

    hi Ok i updated VWD to SP1 and i now get the error message locally too So now i am back to looking at the scope of the variables this is my code 1 Imports EveAI.Live 2 Public Class _Default 3 4 Inherits System.Web.UI.Page 5 Public userid As Long 6 7 Public apikey As String 8 9 Public charid As Integer 10 Public myarray As List(Of Account.AccountEntry) 11 Public thischarname As String 12 Public thischarid As Integer 13 Public x As Integer 14 Public api As New EveApi 15 Public api2 As New EveApi 16
    Posted to Web Forms (Forum) by PTEKelly on 9/26/2008
  • Object reference not set to an instance of an object

    Hi I get the error Object reference not set to an instance of an object such a common problem i know. However the problem i have is that i do NOT get the error message when i run the page from within VWD 08 express. I only get the error message when i run the page online. One unknown in this is that i am using a third party dll (EveAI). I have copied the entire folder for the project to my online provider - this didnt work. I published - and this did not work either. Does anyone know why i would
    Posted to Web Forms (Forum) by PTEKelly on 9/26/2008
  • Re: How does oracle dataprovider manage the data with the select?

    Thanks for the reply - you are a star :)
    Posted to Oracle (Forum) by PTEKelly on 4/16/2007
Page 1 of 25 (250 items) 1 2 3 4 5 Next > ... Last »