User Profile

Collapse

Profile Sidebar

Collapse
mlg74
mlg74
Last Activity: May 1 '07, 03:55 AM
Joined: Mar 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mlg74
    replied to results page
    I'm not sure what you mean by format of the DB? I think I need to use query string to get the specific information out of the db. I'm just thinking this is too much for me. How do I hire someone to do it for me?
    See more | Go to post

    Leave a comment:


  • mlg74
    started a topic results page

    results page

    I designed a web form, which collects a little information from user (postal code, age, gender), and it goes to a mssql database on sql server express. I need to compare that input to rate tables on a .mdb database, which then I need to output the current rate, based on postal code, age, and gender.

    I can't figure out how to compare the input values from the user to the rate data on the .mdb table

    I'm using visual web...
    See more | Go to post

  • hide and unhide tab panel in AJAX tab container

    Does anyone know how to have a user click a checkbox to unhide a tabpanel within an AJAX tabcontainer? Unclick of the checkbox would hide it again. There is an example on the AJAX sample websites, but its not clear to me how they do it.

    I am using visual web developer 2005 express and visual basic as language.
    See more | Go to post

  • mlg74
    replied to Reference ContentPlaceHolder
    in .NET
    More on the problem: When I click submit, it takes me to the redir.aspx page and stays there. It is not reading the "select" script written to server.transfer to the different pages. I think because it does not recognize the dropdownlist due to the master pages in the way....
    See more | Go to post

    Leave a comment:


  • mlg74
    replied to Reference ContentPlaceHolder
    in .NET
    Well I'm not sure. I'm using Visual Web Developer 2005 Express, and created an ASP.NET website, using Visual Basic as the language. Hope that answers your question.
    See more | Go to post

    Leave a comment:


  • mlg74
    started a topic Reference ContentPlaceHolder
    in .NET

    Reference ContentPlaceHolder

    I am trying to reference a dropdownlist in the contentplacehol der of my project, in order to redirect users to the proper page, depending on what they select on the default page. Visual Basic Please.

    On the default.aspx page I have a dropdownlist, a textbox and a submit button, which is set to postback to "redir.aspx ", all inside contentplacehol der.

    On the redir.aspx page, I have typed in the page load Sub:...
    See more | Go to post

  • Thank you! That worked perfectly! It didn't work at first when i tried it yesterday, but it worked today. Must have been a typo on my part.

    Thanks again...
    See more | Go to post

    Leave a comment:


  • mlg74
    started a topic cross page postback

    cross page postback

    I am using cross page postback from default page to default2.aspx. I have set the submit button on default 1 to postback to default2. On default to, on page load, I have typed: PostalCode.Text = Request.Form("P ostalCode").ToS tring()

    When debugging, I get the error: "Object reference not set to an instance of an object"

    I am wondering if this is due to the fact that both pages are using master pages...
    See more | Go to post

  • Do you think its because the default and default2 pages utilize master pages?
    See more | Go to post

    Leave a comment:


  • When I run my app, I still get the error: Re: Error "Object reference not set to an instance of an object" Regarding the line: PostalCode.Text = Request.Form("P ostalCode").ToS tring()

    Any ideas?
    See more | Go to post

    Leave a comment:


  • Oh, does the "cs" in default2.aspx.c s stand for C#? Because I as using Visual Basic.
    See more | Go to post

    Leave a comment:


  • Thankyou for you help.

    When I type:

    Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)

    PostalCode.Text = Request.Form["PostalCode "].ToString()

    End Sub

    "Request.Fo rm" is underlined and the message it give is "cannot be converted to string."

    And, if I change the brackets around postalcode to parentheses...
    See more | Go to post

    Leave a comment:


  • mlg74
    started a topic populate textbox on 2nd page with user input on 1st
    in .NET

    populate textbox on 2nd page with user input on 1st

    I am desiging a web app using visual web developer and sql express 2005. Language is VB.

    My default page has a form with only 2 form fields, which on submit goes to my default2 page, which has a form, where I am using panels to break it up into parts.

    On the default page, one of the two fields is a textbox for zip code. On the very next page (default2) is a registration page, asking for address, and it has zip code as...
    See more | Go to post
No activity results to display
Show More
Working...