Click here to Skip to main content
15,912,400 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Href in Grid Pin
SayreCC22-Apr-09 20:20
SayreCC22-Apr-09 20:20 
GeneralRe: Href in Grid Pin
member2723-Apr-09 2:05
member2723-Apr-09 2:05 
QuestionCRYSTAL REPORT AND MEMORY LEAK Pin
Member 393125922-Apr-09 19:49
Member 393125922-Apr-09 19:49 
AnswerRe: CRYSTAL REPORT AND MEMORY LEAK Pin
Dinesh Reghunath22-Apr-09 20:24
professionalDinesh Reghunath22-Apr-09 20:24 
QuestionAjax Modalpopup not supporting IE browser Pin
ashwinibhalerao22-Apr-09 19:48
ashwinibhalerao22-Apr-09 19:48 
QuestionProblem in iframe with ajax Pin
trushitshah22-Apr-09 19:42
trushitshah22-Apr-09 19:42 
AnswerRe: Problem in iframe with ajax Pin
SayreCC22-Apr-09 23:15
SayreCC22-Apr-09 23:15 
Questionupdate panel not working [modified] Pin
snehasish22-Apr-09 19:35
snehasish22-Apr-09 19:35 
hi;
I am not able to have update panel do a partial post back.Page is refreshed each time when selected index changed.
Can any one please tell me , what am I missing ?


<pre><table class="style1">
<tr>
<td class="style2">
enter your name</td>
<td>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
</td>
</tr>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<tr>
<td class="style2">
select any one</td>
<td>
<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True">
<asp:ListItem>a</asp:ListItem>
<asp:ListItem>b</asp:ListItem>
<asp:ListItem>c</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td class="style2">
your select is</td>
<td>
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>
</td>
</tr>
</ContentTemplate>
</asp:UpdatePanel>

</table>
</pre>


my code behind is

<pre>Protected Sub DropDownList1_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles DropDownList1.SelectedIndexChanged
Label1.Text = DropDownList1.SelectedItem.Text
End Sub
</pre>

<div class="ForumMod">modified on Thursday, April 23, 2009 2:20 AM</div>
AnswerRe: update panel not working Pin
SayreCC22-Apr-09 20:31
SayreCC22-Apr-09 20:31 
GeneralRe: update panel not working Pin
snehasish22-Apr-09 21:03
snehasish22-Apr-09 21:03 
GeneralRe: update panel not working Pin
SayreCC22-Apr-09 21:16
SayreCC22-Apr-09 21:16 
QuestionHow to use button in a Datalist Pin
Nekkantidivya22-Apr-09 19:10
Nekkantidivya22-Apr-09 19:10 
AnswerRe: How to use button in a Datalist Pin
dotnetmember22-Apr-09 19:31
dotnetmember22-Apr-09 19:31 
AnswerRe: How to use button in a Datalist Pin
sekannak22-Apr-09 21:27
sekannak22-Apr-09 21:27 
QuestionProblem in sending XML response [modified] Pin
Jagz W22-Apr-09 18:55
professionalJagz W22-Apr-09 18:55 
AnswerRe: Problem in sending XML response Pin
Abhijit Jana22-Apr-09 19:03
professionalAbhijit Jana22-Apr-09 19:03 
GeneralRe: Problem in sending XML response Pin
Jagz W22-Apr-09 19:11
professionalJagz W22-Apr-09 19:11 
QuestionHere is a tough one... Pin
RonRasmussen22-Apr-09 15:37
RonRasmussen22-Apr-09 15:37 
AnswerRe: Here is a tough one... Pin
RonRasmussen22-Apr-09 16:04
RonRasmussen22-Apr-09 16:04 
QuestionNewbie question: Local file access from an ASP app. Pin
nicknotyet22-Apr-09 12:57
nicknotyet22-Apr-09 12:57 
AnswerRe: Newbie question: Local file access from an ASP app. [modified] Pin
Yusuf22-Apr-09 14:08
Yusuf22-Apr-09 14:08 
GeneralRe: Newbie question: Local file access from an ASP app. Pin
nicknotyet22-Apr-09 14:26
nicknotyet22-Apr-09 14:26 
GeneralRe: Newbie question: Local file access from an ASP app. Pin
scottgp22-Apr-09 16:10
professionalscottgp22-Apr-09 16:10 
GeneralRe: Newbie question: Local file access from an ASP app. Pin
nicknotyet22-Apr-09 16:39
nicknotyet22-Apr-09 16:39 
GeneralRe: Newbie question: Local file access from an ASP app. Pin
Yusuf23-Apr-09 3:32
Yusuf23-Apr-09 3:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.