Click here to Skip to main content
15,921,351 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Associating ProgressBar with a method Pin
Abhishek Sur7-Nov-08 8:13
professionalAbhishek Sur7-Nov-08 8:13 
Questionerror in cascading dropdownlist Pin
strawberrysh7-Nov-08 5:23
strawberrysh7-Nov-08 5:23 
AnswerRe: error in cascading dropdownlist Pin
Parwej Ahamad7-Nov-08 5:36
professionalParwej Ahamad7-Nov-08 5:36 
GeneralRe: error in cascading dropdownlist Pin
strawberrysh7-Nov-08 6:52
strawberrysh7-Nov-08 6:52 
GeneralRe: error in cascading dropdownlist Pin
Parwej Ahamad7-Nov-08 7:17
professionalParwej Ahamad7-Nov-08 7:17 
GeneralRe: error in cascading dropdownlist Pin
strawberrysh7-Nov-08 8:39
strawberrysh7-Nov-08 8:39 
AnswerRe: error in cascading dropdownlist Pin
farzaneh ansari11-Nov-08 18:27
farzaneh ansari11-Nov-08 18:27 
QuestionAn ASP.Net Question Pin
Xiaoming Qian7-Nov-08 4:18
Xiaoming Qian7-Nov-08 4:18 
Hi Everybody:
I am a new comer to web development. I have a problem when developing my ASP.Net application.Here is my code:
  <br />
<table id="Header" cellpadding="0" cellspacing="0" border="0" width="100%" runat="server" EnableViewState="False" ><br />
  <tr><br />
    <td valign="top"><br />
      <asp:Image EnableViewState="False" GenerateEmptyAlternateText="True" ID="Image1" runat="server" <br />
      ImageUrl="~/Images/TopLeftCorner.png" Width="6px" Height="6px" /><br />
    </td><br />
    <td valign="middle"  style="background-color: #F1F1F1;width: 100%;"><br />
    </td><br />
    <td valign="top"><br />
      <asp:Image EnableViewState="False" ID="Image2" runat="server" GenerateEmptyAlternateText="True"<br />
        ImageUrl="~/Images/TopRightCorner.png" Width="6px" Height="6px"  /><br />
    </td><br />
  </tr><br />
</table><br />
<table id="Content" border="0" cellpadding="0" cellspacing="0" width="100%"><br />
 <tr><br />
   <td valign="top" style="background-color: #F1F1F1; "><br />
     <asp:contentplaceholder id="ContentPlaceHolder1" runat="server"><br />
     </asp:contentplaceholder><br />
   </td><br />
 </tr><br />
</table>    <br />
<table runat="server" id="Footer" border="0" cellpadding="0" cellspacing="0" width="100%" EnableViewState="False"><br />
  <tr><br />
    <td valign="top"><br />
      <asp:Image EnableViewState="False" GenerateEmptyAlternateText="True" ID="Image14" Height="6px" Width="6px" <br />
        runat="server" ImageUrl="~/Images/BottomLeftCorner.png" /><br />
    </td><br />
    <td style="width: 100%; background-color: #F1F1F1;"><br />
    </td><br />
    <td valign="top"><br />
      <asp:Image EnableViewState="False" GenerateEmptyAlternateText="True" ID="Image13" Height="6px" Width="6px" <br />
        runat="server" ImageUrl="~/Images/BottomRightCorner.png"/><br />
    </td><br />
  </tr><br />
</table><br />

The display result of these code is: The cells that contain images have a greater height than 6px(that is my images height),and the images diplay in the middle of the cells(vertically). This causes the "Header","Content" and "Footer" be separated.That is what I not want to see.
Is there any way? Any ideas will be appropriate.
AnswerRe: An ASP.Net Question Pin
Paddy Boyd7-Nov-08 5:18
Paddy Boyd7-Nov-08 5:18 
QuestionFormatting date to remove the time on a DetailsView BoundField Pin
jzonthemtn7-Nov-08 3:31
jzonthemtn7-Nov-08 3:31 
AnswerRe: Formatting date to remove the time on a DetailsView BoundField Pin
J4amieC7-Nov-08 3:34
J4amieC7-Nov-08 3:34 
GeneralRe: Formatting date to remove the time on a DetailsView BoundField Pin
jzonthemtn7-Nov-08 3:44
jzonthemtn7-Nov-08 3:44 
AnswerRe: Formatting date to remove the time on a DetailsView BoundField Pin
NeverHeardOfMe7-Nov-08 4:02
NeverHeardOfMe7-Nov-08 4:02 
GeneralRe: Formatting date to remove the time on a DetailsView BoundField Pin
jzonthemtn7-Nov-08 5:22
jzonthemtn7-Nov-08 5:22 
AnswerRe: Formatting date to remove the time on a DetailsView BoundField Pin
Sneha Bisht7-Nov-08 21:02
Sneha Bisht7-Nov-08 21:02 
QuestionJQuerry help! Pin
papy-boom7-Nov-08 2:55
papy-boom7-Nov-08 2:55 
QuestionSave check boxes data Pin
kjosh1237-Nov-08 2:44
kjosh1237-Nov-08 2:44 
AnswerRe: Save check boxes data Pin
Paddy Boyd7-Nov-08 5:20
Paddy Boyd7-Nov-08 5:20 
Questionlong text in Grid Pin
kjosh1237-Nov-08 2:43
kjosh1237-Nov-08 2:43 
Questionlong text Pin
kjosh1237-Nov-08 2:43
kjosh1237-Nov-08 2:43 
AnswerRe: long text Pin
Ajit Yagnesh24-Feb-09 23:59
Ajit Yagnesh24-Feb-09 23:59 
Questionhow to retrieve password on Post Back? Pin
mr_muskurahat7-Nov-08 1:21
mr_muskurahat7-Nov-08 1:21 
AnswerRe: how to retrieve password on Post Back? Pin
Vimalsoft(Pty) Ltd7-Nov-08 2:19
professionalVimalsoft(Pty) Ltd7-Nov-08 2:19 
AnswerRe: how to retrieve password on Post Back? Pin
eyeseetee7-Nov-08 2:21
eyeseetee7-Nov-08 2:21 
AnswerRe: how to retrieve password on Post Back? Pin
Guffa7-Nov-08 4:04
Guffa7-Nov-08 4:04 

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.