User Profile

Collapse

Profile Sidebar

Collapse
ra220511
ra220511
Last Activity: Mar 31 '08, 02:04 PM
Joined: Oct 3 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Whole page refreshes with update panel rather than just the content area

    hello ive only started using ajax for first time today . i am trying to use an update panel in asp.net but my whole page keeps refresh rather than just the content area. can any one help.

    [code=asp]<asp:Panel id="pnlQA" runat="server">
    <asp:UpdateProg ress ID="upcQuestion naire" runat="server">
    ...
    See more | Go to post
    Last edited by gits; Mar 18 '08, 05:03 PM. Reason: fix code tags

  • ra220511
    started a topic Set Option button in a repeater to visible
    in .NET

    Set Option button in a repeater to visible

    Can some please help me.
    Basically i have 3 radio buttons in a repeater.

    <ItemTemplate >

    <asp:RadioButto n ID="rdoAnswer1 " runat="server" text='<%# Eval("Answer1") %>' GroupName='<%# Eval("Question" )%>' Visible="false" ></asp:RadioButton ><br /><br />
    <asp:RadioButto n ID="rdoAnswer2 " runat="server"
    ...
    See more | Go to post

  • ra220511
    started a topic two buttons on an asp.net page
    in .NET

    two buttons on an asp.net page

    I have two buttons on an asp.net page. im using master pages and user control. i want the user to be able to type "text" into a text box and then press enter to run a search. so i want the pressing of the return key to trigger the imagebutton click event . Any ideas on how to achieve this

    Thanks in advance Iain
    See more | Go to post

  • ra220511
    started a topic textbox in repeater control

    textbox in repeater control

    How do i put data in a textbox inside a repeater control.
    i cant seem to access its properties by the uswell method of

    textbox.text = data

    code
    Me.txtRating.Te xt = .Item("Ratings" )
    See more | Go to post

  • ra220511
    replied to Repeater Control - ASP.NET
    in .NET
    No what can this be datasoureid be used for?????????...
    See more | Go to post

    Leave a comment:


  • ra220511
    started a topic Repeater Control - ASP.NET
    in .NET

    Repeater Control - ASP.NET

    I havnt a lot of experience with repeater controls but basically what im tryin to do is to place data into a number of text boxes. the information is loaded from the database and will change every time the repeater is reloaded. i have all that part working but my problem is how do i place the data into the text box



    this is inside the repeater

    <asp:TextBox runat="server" ID="txtTitle"...
    See more | Go to post
    Last edited by jhardman; Jan 14 '08, 06:52 AM. Reason: moved to .NET forum - ASP forum is for "classic" ASP

  • ra220511
    replied to Adding year range to combo box
    in .NET
    oh yeah see how rusty i am. didnt even think of that
    cheers...
    See more | Go to post

    Leave a comment:


  • ra220511
    started a topic Adding year range to combo box
    in .NET

    Adding year range to combo box

    im a bit rusty on my control properties

    can anyone remind me how i add a range of values from 1960 - 2007 for use with a year combo box (cboYear)
    with out have to add each value in individually through the collection area.

    i want the user to be able to select the year they were born rather than type it out
    See more | Go to post

  • ra220511
    started a topic URL masking

    URL masking

    After rediredting from www.domain1.com to www.domain2.com . i wish to mask the www.domain2.com URL in the address bar to www.domain1.com

    is this possible and if so how?
    See more | Go to post

  • ra220511
    replied to SQL Count
    this works grand thanks...
    See more | Go to post

    Leave a comment:


  • ra220511
    started a topic SQL Count

    SQL Count

    I am Fairly new to Sql.
    I'm currently trying to write a store procedure to select data from a table(celebtopt en) in my db.

    i need to write a line of code which will count the number of entries in the Table(celebtopt en) and display it based on an id(celebTTId) .
    i also need it to place this value into (NumAnswer)

    id appreciate any help
    See more | Go to post
No activity results to display
Show More
Working...