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

ASP.NET

 
QuestionDownload folder from remote server to local machine Pin
S.Aijaz21-Jan-09 23:24
S.Aijaz21-Jan-09 23:24 
AnswerRe: Download folder from remote server to local machine Pin
Ashutosh Phoujdar22-Jan-09 1:17
Ashutosh Phoujdar22-Jan-09 1:17 
GeneralRe: Download folder from remote server to local machine Pin
S.Aijaz22-Jan-09 1:39
S.Aijaz22-Jan-09 1:39 
QuestionUplaoding File without FIleupload control via Remote Machine. Pin
Tarini Singh21-Jan-09 23:09
Tarini Singh21-Jan-09 23:09 
AnswerRe: Uplaoding File without FIleupload control via Remote Machine. Pin
Aman Bhullar21-Jan-09 23:19
Aman Bhullar21-Jan-09 23:19 
GeneralRe: Uplaoding File without FIleupload control via Remote Machine. Pin
Tarini Singh22-Jan-09 3:21
Tarini Singh22-Jan-09 3:21 
AnswerRe: Confused ??? Pin
Ashutosh Phoujdar22-Jan-09 1:22
Ashutosh Phoujdar22-Jan-09 1:22 
QuestionDesign Problem for Multiple controls in an update Panel ? Pin
meeram39521-Jan-09 23:05
meeram39521-Jan-09 23:05 
Not sure this is the right forum to ask. If not, please advice me the right forum.

In my form, I'm using an UpdatePanel which contains three dropdownlists. The second one depends on the first one's selection and third one depends on first one's selection. All are working fine and data is populating perfectly fine.

My issue is when I checked in the browser, all the three dropdownlists are displaying together in a congested manner and the corresponding labels are displaying at the bottom of each dropdown.
Can anyone please help me in right design of putting dropdown controls in an Update Panel.

I've attached the HTML design code for reference:
<td>
            <asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Conditional">
                <ContentTemplate>                
            <asp:DropDownList ID="CompanyList" runat="server" 
                Height="22px" Width="155px" AutoPostBack="True" AppendDataBoundItems="true"                
                        onselectedindexchanged="CompanyList_SelectedIndexChanged" >
                        <asp:ListItem Selected ="True" Text="--Please Select--"></asp:ListItem>
            </asp:DropDownList>  
            <br />
            <asp:UpdateProgress ID="UpdateProgress2" AssociatedUpdatePanelID="UpdatePanel2"  runat="server" >
            <ProgressTemplate>
            <span class="ProgressBar">
            Data Loading. Please Wait....</span></ProgressTemplate>
            </asp:UpdateProgress>
                   
             <asp:DropDownList ID="ProjectList" runat="server" AppendDataBoundItems="true"
                Height="23px" Width="155px" AutoPostBack="True" 
                        onselectedindexchanged="ProjectList_SelectedIndexChanged" >    
                <asp:ListItem Selected ="True" Text="--Please Select--"></asp:ListItem>         
            </asp:DropDownList>
            <br />           
            <asp:DropDownList ID="UserTypeList" runat="server" AppendDataBoundItems="true" 
                Width="155px">
                <asp:ListItem Selected="True" Text="--Please Select--"></asp:ListItem>
            </asp:DropDownList>
           
            <br />
             </ContentTemplate>
            </asp:UpdatePanel>                      
           </td>


I'm not sure how to display this controls correctly?Confused | :confused:

Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

AnswerRe: Design Problem for Multiple controls in an update Panel ? Pin
Rutvik Dave22-Jan-09 3:59
professionalRutvik Dave22-Jan-09 3:59 
QuestionLog Out Pin
jonhbt21-Jan-09 22:40
jonhbt21-Jan-09 22:40 
AnswerRe: Log Out Pin
VenkatFor.NET22-Jan-09 20:29
VenkatFor.NET22-Jan-09 20:29 
QuestionStateless UserControl ! Pin
mehrdadc4821-Jan-09 20:53
mehrdadc4821-Jan-09 20:53 
Questionhow to recieve mails to my .net application Pin
prasanth.moganti21-Jan-09 20:44
prasanth.moganti21-Jan-09 20:44 
AnswerRe: how to recieve mails to my .net application Pin
Abhijit Jana21-Jan-09 21:03
professionalAbhijit Jana21-Jan-09 21:03 
AnswerRe: how to recieve mails to my .net application Pin
Abhishek Sur21-Jan-09 21:06
professionalAbhishek Sur21-Jan-09 21:06 
Questiondelete a row? Pin
RajpootRohan21-Jan-09 20:25
professionalRajpootRohan21-Jan-09 20:25 
AnswerRe: delete a row? Pin
Muhammad Gouda21-Jan-09 20:46
Muhammad Gouda21-Jan-09 20:46 
GeneralRe: delete a row? Pin
N a v a n e e t h21-Jan-09 21:31
N a v a n e e t h21-Jan-09 21:31 
AnswerRe: delete a row? Pin
Neeraj Kr21-Jan-09 20:49
Neeraj Kr21-Jan-09 20:49 
QuestionWrapper Pin
mehrdadc4821-Jan-09 19:55
mehrdadc4821-Jan-09 19:55 
AnswerRe: Wrapper Pin
Abhishek Sur21-Jan-09 21:07
professionalAbhishek Sur21-Jan-09 21:07 
QuestionCannot download files because of a conflict between WebParts and UpdatePanels Pin
Muhammad Gouda21-Jan-09 19:54
Muhammad Gouda21-Jan-09 19:54 
AnswerHopeless Case ?!!!!!! Pin
Muhammad Gouda21-Jan-09 21:25
Muhammad Gouda21-Jan-09 21:25 
QuestionNeed code for sending invitation to link in ASP.Net [modified] Pin
Jas 00721-Jan-09 19:43
Jas 00721-Jan-09 19:43 
AnswerRe: Need code for sending invitation to link in ASP.Net Pin
Abhishek Sur21-Jan-09 21:08
professionalAbhishek Sur21-Jan-09 21:08 

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.