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">
...
User Profile
Collapse
-
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"... -
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 -
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" ) -
No what can this be datasoureid be used for?????????... -
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"...Last edited by jhardman; Jan 14 '08, 06:52 AM. Reason: moved to .NET forum - ASP forum is for "classic" ASP -
oh yeah see how rusty i am. didnt even think of that
cheers...Leave a comment:
-
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 -
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? -
-
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
No activity results to display
Show More
Leave a comment: