Click here to Skip to main content
15,887,683 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCommon header and footer across application Pin
rinjin25-Jun-08 4:00
rinjin25-Jun-08 4:00 
AnswerRe: Common header and footer across application Pin
eyeseetee25-Jun-08 4:25
eyeseetee25-Jun-08 4:25 
AnswerRe: Common header and footer across application Pin
ToddHileHoffer25-Jun-08 4:39
ToddHileHoffer25-Jun-08 4:39 
AnswerRe: Common header and footer across application Pin
Parwej Ahamad25-Jun-08 5:07
professionalParwej Ahamad25-Jun-08 5:07 
AnswerRe: Common header and footer across application Pin
dayakar_dn25-Jun-08 23:19
dayakar_dn25-Jun-08 23:19 
QuestionCrystal Reports failing on server when installing on client machine. Configuration Error Pin
mcmilan25-Jun-08 2:46
mcmilan25-Jun-08 2:46 
AnswerRe: Crystal Reports failing on server when installing on client machine. Configuration Error Pin
eyeseetee25-Jun-08 4:23
eyeseetee25-Jun-08 4:23 
Questionmissing complete content in the div tag Pin
gottimukkala25-Jun-08 2:26
gottimukkala25-Jun-08 2:26 
Hi
I have a form with the following div content and a link to this div to opened. when I click the link, my form is not showing the complete content in the div and its cuttong from the 2nd row. anyone please look it. Why is it displaying without the last two rows.

<div id="divWrapper" runat="server" visible="false">
   <div id="sliderInfo" class="sliderInfo" width="550" style="height:400px">
      <table width="100%" class="tblInfoSlider" height="400px">
        <tr>
        <td colspan="2" class="tdInfoSlider"><b>Get Published!</b></td>
        </tr>
         <tr>
            <td valign="top" class="tdInfoSlider2">
               <strong style="color:Black">do<span style="color: #dc143c">X</span>top</strong><span style="color:Black;font-size:8px">&reg;</span>  is a state-of-the-art Web-publishing platform that lets you share your expertise with 
               people, communities and systems around the world—and reap the rewards!
                <br />
               
                <%--<ul class="ulBullet">--%>
                    <li>Create and distribute professional publications, 
                          magazines, newsletters, whiteapers (…)! </li>
                    <li>Promote yourself, your company, your brand and 
                          your credibility by sharing your expertise with the people who need it!</li>
                    <li>Build trust with and get valuable feedback from 
                          readers with interactive reader communities!</li>             
                <%-- </ul> --%>
                <br />   
                 <br />            
               <span style="font-size:15;font-weight:bold;"> 
                     <strong style="color:Black">do<span style="color: #dc143c">X</span>top</strong><span style="color:Black;font-size:8px">&reg;</span> base services are FREE for everyone! 
               </span>
            </td>
            <td class="tdInfoSlider3">
                 <a href="~/userspace/upload.aspx" id="uploadLink" runat="server" >
                     <img id="Img1" src="~/images/register_home.gif" runat="server" alt="Upload Your Documents" />
                   </a>
            </td>
         </tr>
         <tr>
            <td colspan="2" class="tdInfoSlider2" valign="top">
                <strong style="color:Black">do<span style="color: #dc143c">X</span>top</strong><span style="color:Black;font-size:8px">&reg;</span> gives you the freedom to author documents the way you want in tools like 
                Microsoft Office. The freedom to make your publications available to whom you want. 
                The freedom to show the world who you are without having to understand Web technology.
            </td>
         </tr> 
         <tr>
            <td colspan="2" class="tdInfoSlider2" style="padding-right:10px;text-align:right;" valign="top">
                 <span id="Span1" onclick="Slide();" style="cursor:pointer;cursor:hand;font-size:13px;text-decoration:underline;"><b>Close</b></span>
           </td>
         </tr>
      </table>   
   </div>
</div>


thanks
AnswerRe: missing complete content in the div tag Pin
Paddy Boyd25-Jun-08 2:49
Paddy Boyd25-Jun-08 2:49 
GeneralRe: missing complete content in the div tag Pin
gottimukkala25-Jun-08 3:06
gottimukkala25-Jun-08 3:06 
AnswerRe: missing complete content in the div tag Pin
Imran Khan Pathan25-Jun-08 3:29
Imran Khan Pathan25-Jun-08 3:29 
GeneralRe: missing complete content in the div tag Pin
gottimukkala25-Jun-08 3:40
gottimukkala25-Jun-08 3:40 
GeneralRe: missing complete content in the div tag Pin
Imran Khan Pathan25-Jun-08 3:43
Imran Khan Pathan25-Jun-08 3:43 
GeneralRe: missing complete content in the div tag Pin
gottimukkala25-Jun-08 3:51
gottimukkala25-Jun-08 3:51 
GeneralRe: missing complete content in the div tag Pin
Ashfield25-Jun-08 4:12
Ashfield25-Jun-08 4:12 
GeneralRe: missing complete content in the div tag Pin
gottimukkala25-Jun-08 4:23
gottimukkala25-Jun-08 4:23 
AnswerRe: missing complete content in the div tag Pin
eyeseetee25-Jun-08 4:21
eyeseetee25-Jun-08 4:21 
GeneralRe: missing complete content in the div tag Pin
gottimukkala25-Jun-08 4:24
gottimukkala25-Jun-08 4:24 
GeneralRe: missing complete content in the div tag Pin
eyeseetee25-Jun-08 4:29
eyeseetee25-Jun-08 4:29 
GeneralRe: missing complete content in the div tag Pin
gottimukkala25-Jun-08 4:35
gottimukkala25-Jun-08 4:35 
GeneralRe: missing complete content in the div tag Pin
eyeseetee25-Jun-08 4:46
eyeseetee25-Jun-08 4:46 
Questionproblem while page load in asp.net 2.0 Pin
vijaylumar25-Jun-08 1:35
vijaylumar25-Jun-08 1:35 
AnswerRe: problem while page load in asp.net 2.0 Pin
Christian Graus25-Jun-08 1:39
protectorChristian Graus25-Jun-08 1:39 
AnswerRe: problem while page load in asp.net 2.0 Pin
eyeseetee25-Jun-08 2:19
eyeseetee25-Jun-08 2:19 
QuestionConvert PSD to JPG Using Asp .Net Pin
praveenkumar_mca25-Jun-08 1:27
praveenkumar_mca25-Jun-08 1:27 

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.