Click here to Skip to main content
15,891,621 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
AnswerRe: update panel not working Pin
SayreCC22-Apr-09 20:31
SayreCC22-Apr-09 20:31 
Hi, I think change your tr to table tag inside of your updatepanel

<td>

<asp:updatepanel id="UpdatePanel1" runat="server">
<contenttemplate>
<table>
<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>
</table>
</contenttemplate>
</asp:updatepanel>
</td>


Hope this one can help

Thanks
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 
GeneralRe: Newbie question: Local file access from an ASP app. Pin
nicknotyet23-Apr-09 10:32
nicknotyet23-Apr-09 10: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.