Click here to Skip to main content
15,883,763 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">

<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

<asp:ScriptManager ID="ScriptManager1" runat="server">

<asp:Label ID="lblwlc" runat="server" Width="150px">

  <asp:Timer ID="Timer1" runat="server" ontick="Timer1_Tick" Interval="1000" Enabled="False">

  <asp:UpdatePanel ID="UpdatePanel1" runat="server">
<contenttemplate>
<asp:Label ID="Label1" runat="server">

<triggers> <asp:AsyncPostBackTrigger ControlID="Timer1" EventName="tick"/>

    Click to Clock Picture to Start Exam :
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/images/clk.png"
onclick="ImageButton1_Click" />

<asp:Panel ID="Panel1" runat="server" ScrollBars="Auto">


. only
. the
. part
. of
. manual data


   Q.1) <asp:Label ID="Label2" runat="server" ForeColor="#660066" Text="The Field of computers that deals with heuristic types of problems is called__________." Visible="False">
  <asp:RadioButtonList ID="RadioButtonList1" runat="server" ForeColor="#993399"
Visible="False">
<asp:ListItem>Data mining
<asp:ListItem>Image processing
<asp:ListItem>Intelligent computing
<asp:ListItem>Artificial intelligence

   
   Q.2)


<asp:Label ID="Label3" runat="server" ForeColor="#660066" Text="Data type of constants can be either ___________." Visible="False">


  <asp:Button ID="Button1" runat="server" Text="Submit" onclick="Button1_Click"
style="height: 26px" />


Posted
Updated 11-Oct-13 1:07am
v3
Comments
Thanks7872 11-Oct-13 6:41am    
This is just an abuse. Remove all the above useless code dump.
OriginalGriff 11-Oct-13 6:51am    
I'm not going to look at that.
Do you really think we have nothing better to do than to wade through the whole of your code looking for what might be casing you a problem, that you don't describe particularly well?
That's rude.
Use the "Improve question" widget, and cut the code down to just when we need to see. Then use the "code" widget above the text box to enclose the code in pre tags so it is formatted and readable. Then describe your problem in terms that don't need us to watch over your shoulder!
Help us to help you!
durgesh j 11-Oct-13 7:10am    
Sry for the inconvenience maximum was just the part of data that should be not considered ,

so plz do find the need full solution for this one that the page is not getting properly scrolled regain its previous position after scrolling



<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">

<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

<asp:ScriptManager ID="ScriptManager1" runat="server">
<table class="style1" border=0>
<tr>
<asp:Label ID="lblwlc" runat="server" Width="150px">
</td>
</tr>
<tr style="text-transform:capitalize;font-weight:bold; color:Red;">
<td class="style2"> </td>
<td colspan="2">
<asp:Timer ID="Timer1" runat="server" ontick="Timer1_Tick" Interval="1000" Enabled="False">

</td>
</tr>
<tr style="text-transform:capitalize;font-weight:bold; color:Red;">
<td class="style2"> </td>
<td colspan="2">
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<contenttemplate>
<asp:Label ID="Label1" runat="server">

<Triggers>
<asp:AsyncPostBackTrigger ControlID="Timer1" EventName="tick"/>
</Triggers>

</td>
</tr>
<tr>
<td class="style2" style="background-color:#a8a8a8;height:30px;">  </td>
<td style="background-color:#a8a8a8;" colspan="2">   Click to Clock Picture to Start Exam :
</td>
</tr>
<tr>
<td class="style5">
</td>
<td colspan="2" class="style6">
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/images/clk.png"
onclick="ImageButton1_Click" />
</td>
</tr>
</table>
<asp:Panel ID="Panel1" runat="server" ScrollBars="Auto">
<table class="style1" border=0>

<tr>
<td class="style2" style="background-color:#a8a8a8;height:30px;">
   Q.1)</td>
<td style="background-color:#cdcdcd;" colspan="2">
<asp:Label ID="Label2" runat="server" ForeColor="#660066" Text="The Field of computers that deals with heuristic types of problems is called__________." Visible="False">
</td>
</tr>
<tr>
<td class="style2"> </td>
<td colspan="2">
<asp:RadioButtonList ID="RadioButtonList1" runat="server" ForeColor="#993399"
Visible="False">
<asp:ListItem>Data mining
<asp:ListItem>Image processing
<asp:ListItem>Intelligent computing
<asp:ListItem>Artificial intelligence

</td>
</tr>
<tr>
<td class="style2">
 </td>
<td colspan="2">
 </td>
</tr>
<tr>
<td class="style2" style="background-color:#a8a8a8;height:30px;">
   Q.2)</td>
<td style="background-color:#cdcdcd;" colspan="2">
<p class="MsoNormal">
<asp:Label ID="Label3" runat="server" ForeColor="#660066" Text="Data type of constants can be either ___________." Visible="False">
</p>
<
OriginalGriff 11-Oct-13 7:27am    
No, no - look at your question. Does that look like what you posted?
No - because you have pasted HTML in and some of it is encoded so we can see it, and some is not - so it is taken as HTML to display on the page.
Edit the question, remove all the code.
Now paste in your relevant code fragment and select "Encode HTML" from the list at the right.
Now, highlight the code and click the "Code" button above the text box - that will insert the PRE tags for you, preserve the formatting, and engage the syntax highlighter so the whjole thing is readable.

Then assume we can't see your screen, don't know what you are doing and treat us like idiots if necessary, but describe what you do to cause your problem, and what effects it has. We know you have a problem with scrolling, but we have no idea what is being scrolled, by whom, or how - so if you don't tell us, we don't know what to suggest, do we?
durgesh j 11-Oct-13 7:36am    
have posted bcz i got reply like that what do u need to scroll with a small amount of code so posted again the whole page

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900