Click here to Skip to main content
15,913,610 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralProblem opening web application in visual studio 2003 Pin
fulbright12-Feb-08 20:39
fulbright12-Feb-08 20:39 
GeneralRe: Problem opening web application in visual studio 2003 Pin
Sachin Mukhija13-Feb-08 0:21
Sachin Mukhija13-Feb-08 0:21 
GeneralRe: Problem opening web application in visual studio 2003 Pin
fulbright13-Feb-08 18:38
fulbright13-Feb-08 18:38 
GeneralIs it posible that to td or tr where control are invisible , do not consume spaces Pin
mohd imran abdul aziz12-Feb-08 20:08
mohd imran abdul aziz12-Feb-08 20:08 
GeneralRe: Is it posible that to td or tr where control are invisible , do not consume spaces Pin
Vasudevan Deepak Kumar12-Feb-08 20:13
Vasudevan Deepak Kumar12-Feb-08 20:13 
GeneralRe: Is it posible that to td or tr where control are invisible , do not consume spaces Pin
mohd imran abdul aziz12-Feb-08 20:20
mohd imran abdul aziz12-Feb-08 20:20 
GeneralRe: Is it posible that to td or tr where control are invisible , do not consume spaces Pin
~V~12-Feb-08 20:47
~V~12-Feb-08 20:47 
GeneralRe: Is it posible that to td or tr where control are invisible , do not consume spaces Pin
mohd imran abdul aziz12-Feb-08 22:03
mohd imran abdul aziz12-Feb-08 22:03 
<br />
<TD style="WIDTH: 58px; BORDER-BOTTOM: gray 1px solid; position :static ; " align=right><br />
   <asp:Label id="Lblrsm" runat="server" Text="RSM" Font-Size="9pt" SkinID="LABEL_Navy_Simple"></asp:Label><br />
</TD><br />
<TD style="BORDER-BOTTOM: gray 1px solid; TEXT-ALIGN: left; position :static ;  width: 180px;"><br />
<asp:DropDownList id="DDLrsm" runat="server" Width="170px" Font-Bold="False" Font-Size="9pt" Font-Names="Arial" SkinID="DROPDOWNLIST_LONG"  AppendDataBoundItems="True" AutoPostBack="True" OnSelectedIndexChanged ="DDLrsm_SelectedIndexChanged" ><br />
</asp:DropDownList><br />
</TD><br />
<TD style="WIDTH: 58px; BORDER-BOTTOM: gray 1px solid; position :static ;  " align=right><br />
 <asp:Label id="Lblasm" runat="server" Text="ASM" Font-Size="9pt" SkinID="LABEL_Navy_Simple"></asp:Label><br />
</TD><br />
<TD style="BORDER-BOTTOM: gray 1px solid; TEXT-ALIGN: left; position :static ;  width: 180px;"><br />
<asp:DropDownList id="Ddlasm" runat="server" Width="165px" Font-Bold="False" Font-Size="9pt" Font-Names="Arial" SkinID="DROPDOWNLIST_LONG" AppendDataBoundItems="True" AutoPostBack="True" OnSelectedIndexChanged = "Ddlasm_SelectedIndexChanged" ></asp:DropDownList><br />
</TD><br />
<TD style="WIDTH: 58px; BORDER-BOTTOM: gray 1px solid; position :static ;  "  align=right><br />
   <asp:Label id="Lbltse" runat="server" Text="TSE" Font-Size="9pt" SkinID="LABEL_Navy_Simple"></asp:Label><br />
</TD><br />
<TD style="BORDER-BOTTOM: gray 1px solid; TEXT-ALIGN: left ; position :static ;    width: 180px;"><br />
<asp:DropDownList id="DDLTse" runat="server" Width="165px" Font-Bold="False" Font-Size="9pt" Font-Names="Arial" SkinID="DROPDOWNLIST_LONG"  AppendDataBoundItems="True" AutoPostBack="True" OnSelectedIndexChanged ="DDLTse_SelectedIndexChanged"></asp:DropDownList><br />
</TD><br />


when user is tse i make visibility of first two first four control false and rest two is remain true but first four control still consume the space .
please guide

regards
imran khan

GeneralRe: Is it posible that to td or tr where control are invisible , do not consume spaces Pin
~V~13-Feb-08 0:46
~V~13-Feb-08 0:46 
GeneralRe: Is it posible that to td or tr where control are invisible , do not consume spaces Pin
mohd imran abdul aziz13-Feb-08 17:03
mohd imran abdul aziz13-Feb-08 17:03 
GeneralRe: Is it posible that to td or tr where control are invisible , do not consume spaces Pin
Arun Jacob12-Feb-08 22:11
Arun Jacob12-Feb-08 22:11 
GeneralRe: Is it posible that to td or tr where control are invisible , do not consume spaces Pin
mohd imran abdul aziz12-Feb-08 22:38
mohd imran abdul aziz12-Feb-08 22:38 
GeneralRe: Is it posible that to td or tr where control are invisible , do not consume spaces Pin
Sachin Mukhija12-Feb-08 23:19
Sachin Mukhija12-Feb-08 23:19 
GeneralRe: Is it posible that to td or tr where control are invisible , do not consume spaces Pin
mohd imran abdul aziz13-Feb-08 19:24
mohd imran abdul aziz13-Feb-08 19:24 
QuestionHow to screen scrape Authenticated Pages? Pin
Member 450009912-Feb-08 20:04
Member 450009912-Feb-08 20:04 
GeneralRe: How to screen scrape Authenticated Pages? Pin
Vasudevan Deepak Kumar12-Feb-08 20:16
Vasudevan Deepak Kumar12-Feb-08 20:16 
Generalconvert my vs2003 project in to vs2005 Pin
Member 387988112-Feb-08 19:25
Member 387988112-Feb-08 19:25 
GeneralRe: convert my vs2003 project in to vs2005 Pin
Christian Graus12-Feb-08 19:28
protectorChristian Graus12-Feb-08 19:28 
GeneralRe: convert my vs2003 project in to vs2005 [modified] Pin
Member 387988112-Feb-08 19:46
Member 387988112-Feb-08 19:46 
GeneralRe: convert my vs2003 project in to vs2005 Pin
Christian Graus12-Feb-08 19:54
protectorChristian Graus12-Feb-08 19:54 
GeneralRe: convert my vs2003 project in to vs2005 Pin
Member 387988112-Feb-08 19:56
Member 387988112-Feb-08 19:56 
GeneralRe: convert my vs2003 project in to vs2005 Pin
Christian Graus12-Feb-08 20:17
protectorChristian Graus12-Feb-08 20:17 
GeneralRe: convert my vs2003 project in to vs2005 Pin
Member 387988112-Feb-08 20:46
Member 387988112-Feb-08 20:46 
GeneralRe: convert my vs2003 project in to vs2005 Pin
Vasudevan Deepak Kumar12-Feb-08 20:09
Vasudevan Deepak Kumar12-Feb-08 20:09 
QuestionImage encryption and decryption in asp.net 2.0 Pin
prasanna54812-Feb-08 19:17
prasanna54812-Feb-08 19:17 

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.