Click here to Skip to main content
15,905,781 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionchange the text of a element dinamicaly Pin
abu sundus11-Sep-07 22:56
abu sundus11-Sep-07 22:56 
AnswerRe: change the text of a element dinamicaly Pin
Sandeep Akhare11-Sep-07 23:05
Sandeep Akhare11-Sep-07 23:05 
GeneralRe: change the text of a element dinamicaly Pin
abu sundus11-Sep-07 23:11
abu sundus11-Sep-07 23:11 
GeneralRe: change the text of a element dinamicaly Pin
Sandeep Akhare11-Sep-07 23:21
Sandeep Akhare11-Sep-07 23:21 
GeneralRe: change the text of a element dinamicaly Pin
abu sundus11-Sep-07 23:46
abu sundus11-Sep-07 23:46 
GeneralRe: change the text of a element dinamicaly Pin
abu sundus11-Sep-07 23:48
abu sundus11-Sep-07 23:48 
GeneralRe: change the text of a element dinamicaly Pin
Sandeep Akhare11-Sep-07 23:51
Sandeep Akhare11-Sep-07 23:51 
GeneralRe: change the text of a element dinamicaly Pin
abu sundus11-Sep-07 23:58
abu sundus11-Sep-07 23:58 
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="MyFavorites.aspx.vb" Inherits="MyFavorites" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>Untitled Page</title>
<link rel="stylesheet" href="StyleSheet.css" type="text/css" runat="server" id="stylesheet" />

<script type="text/javascript" language="javascript" >
function toggleAllCheckboxes(rowsCount)
{
var idsIndex = 0
var mainCheckBox = document.getElementById('ChkBxRemoveAll')


for (idsIndex=1;idsIndex<=rowsCount;idsIndex=idsIndex+2)
{
if(idsIndex<10)
{
var checkBox = document.getElementById('ctl0'+idsIndex)
if (mainCheckBox.checked == true)
{checkBox.checked = true}
else
{checkBox.checked = false}

}
else
{
var checkBox = document.getElementById('ctl'+idsIndex)
if (mainCheckBox.checked == true)
{checkBox.checked = true}
else
{checkBox.checked = false}
}
}
}

//*****************************************************************
function UnCheckMainCheckBox(rowsCount)
{
var idsIndex = 0
var mainCheckBox = document.getElementById('ChkBxRemoveAll')


for (idsIndex=1;idsIndex<=rowsCount;idsIndex=idsIndex+2)
{
if(idsIndex<10)
{
var checkBox = document.getElementById('ctl0'+idsIndex)
if (checkBox.checked == false)
{mainCheckBox.checked = false}

}
else
{
var checkBox = document.getElementById('ctl'+idsIndex)
if (checkBox.checked == false)
{mainCheckBox.checked = false}
}
}
}
//*****************************************************************************
function xstooltip_findPosX(obj)
{
var curleft = 0;
if (obj.offsetParent)
{
while (obj.offsetParent)
{
curleft += obj.offsetLeft
obj = obj.offsetParent;
}
}
else if (obj.x)
curleft += obj.x;
return curleft;
}
//******************************************************************************
function xstooltip_findPosY(obj)
{
var curtop = 0;
if (obj.offsetParent)
{
while (obj.offsetParent)
{
curtop += obj.offsetTop
obj = obj.offsetParent;
}
}
else if (obj.y)
curtop += obj.y;
return curtop;
}
//*******************************************************************************
function xstooltip_show(tooltipId, parentId, posX, posY)
{


it = document.getElementById(tooltipId);
if ((it.style.top == '' || it.style.top == 0)&& (it.style.left == '' || it.style.left == 0))
{
// need to fixate default size (MSIE problem)
//it.style.width = it.offsetWidth + 'px';
//it.style.height = it.offsetHeight + 'px';
link = document.getElementById(parentId);

// if tooltip is too wide, shift left to be within parent
//if (posX + it.offsetWidth > link.offsetWidth) posX = link.offsetWidth - it.offsetWidth;
if (posX < 0 ) posX = 0;

x = xstooltip_findPosX(link) + posX;
y = xstooltip_findPosY(link) + posY;

it.style.top = y + 'px';
it.style.left = x + 'px';
}

it.style.visibility = 'visible';
it.InnerText = "asfasfasdf"

}
//*********************************************************************************
function xstooltip_hide(id)
{
it = document.getElementById(id);
it.style.top ='';
it.style.left = '';
it.style.visibility = 'hidden';


}
</script>

</head>
<body style="color: #000000">
<form id="form1" runat="server">
<div id="tooltip" class="xstooltip" style="background:red; color:white " >

</div>
<div>

</div>
<table border="0" cellpadding="0" cellspacing="0" style="background-color: #ffffff" width="1290">
<tr>
<td style="width: 1290px">
<table width="1290" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="width: 1290px; height: 80px;">
<div>
<table width="1290" border="0" cellspacing="0" cellpadding="1" style="background-color:#000000">
<tr>
<td colspan="" style="width: 1290px">
<table width="1290" border="0" cellspacing="0" cellpadding="0" style="height:40; background-color:#ffffff">
<tr>
<td class="Color1" style="width:10px ; color:#000000; background-color: #035cae; height: 45px;">
</td>
<td class="Color3" style="color:#000000; width: 400px; vertical-align: bottom; text-align: left; background-color: #f5f5f5; height: 45px;" valign="baseline"><h3 style="vertical-align: middle; text-align: left">&nbsp;
&nbsp; &nbsp;
<div style="z-index: 101; left: 40px; width: 384px; position: absolute; top: 40px;
height: 24px">
<asp:HyperLink ID="HyperLink1" runat="server" Font-Names="Arial" Font-Size="Medium"
Font-Underline="False" NavigateUrl="~/Search.aspx">Online Job Application</asp:HyperLink>
<asp:Label ID="Label1" runat="server" Text=":My Favorite Applications" Font-Bold="False"></asp:Label></div>
</h3>
</td>
<td class="Color2" style="width: 6px; background-color: #ffcc00; height: 45px;"><div style="text-align:center"></div>
</td>
<td class="Color1" style="width: 150px; background-color: #035cae; height: 45px;"><div class="text1" style="text-align:left">
&nbsp; &nbsp;&nbsp;
<div style="z-index: 102; left: 1112px; width: 200px; position: absolute; top: 40px;
height: 32px">
<asp:HyperLink ID="HyperLink3" runat="server" CssClass="styleSheet.links1" Font-Bold="True"
Font-Names="Arial" Font-Size="X-Small" Font-Underline="True" ForeColor="White"
NavigateUrl="~/Search.aspx">Search Applications</asp:HyperLink>
|
<asp:HyperLink ID="HyperLink4" runat="server" CssClass="styleSheet.links1" Font-Bold="True"
Font-Names="Arial" Font-Size="X-Small" Font-Underline="True" ForeColor="White"
NavigateUrl="~/AddEdit.aspx">Add/Edit Jobs</asp:HyperLink></div>
&nbsp;<span style="color: #ffffff"> </span>
</div>
</td>
</tr>
</table>

</td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td style="width: 1290px; height: 87px;">
<table width="1290px" border="0" cellspacing="0" cellpadding="0">
<tr style="background-color: #035cae">
<td class="text1" colspan="9" style="height: 31px; background-color: #3399cc; text-align: left">
&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<asp:Button ID="Button1" runat="server" Font-Bold="True"
Height="26px" Text="Remove" Width="80px" /></td>
</tr>
<tr style="background-color:#035cae">
<td class="text1" style="width: 25px; height: 24px; text-align: left">
&nbsp;<asp:CheckBox ID="ChkBxRemoveAll" runat="server" style="text-align: center" Width="24px" AutoPostBack="True" />
</td>
<td class="text1" style="height: 24px; width:90px; text-align: left;">
<div style="text-align:left; color:#ffffff">
<strong>&nbsp; Date of<br />
&nbsp; Selection</strong></div>
</td>
<td class="text1" style="height:24px ;width:175px; color:#ffffff; text-align: left;"><b>&nbsp;&nbsp;&nbsp; &nbsp;Applicant Name</b></td>
<td class="text1" style="width: 175px; color: #ffffff; height: 24px; text-align: left">
<strong>&nbsp;&nbsp; &nbsp;Job Position</strong></td>
<td class="text1" style="height: 24px;width:520px; color:#ffffff; text-align: left;"><b> &nbsp;&nbsp; &nbsp;Skills</b></td>
<td class="text1" style="width: 90px; color: #ffffff; height: 24px; text-align: left">
<strong>Date of Submition</strong></td>
<td class="text1" style="height:24px ;width:85px; vertical-align: middle; text-align: center; direction: ltr; line-height: normal;" valign="middle">
<div style="text-align:left;color:#ffffff"><b style="direction: ltr">&nbsp;&nbsp; Status</b></div>
</td>
<td class="text1" style="height:24px ;width:65px; text-align: center;">
<div style="text-align:left;color:#ffffff"><b>&nbsp;Mark</b></div>
</td>
<td class="text1" style="height:24px ;width:65px; text-align: center;">
<div style="text-align:left;color:#ffffff"><b>&nbsp;Rank</b></div>
</td>
</tr>
</table>
<asp:Panel ID="Panel1" runat="server" Height="600px" ScrollBars="Vertical" Width="1290px">
<asp:Table ID="Table1" runat="server" Width="1290px" cellspacing="0" cellpadding="0">

</asp:Table>
</asp:Panel>

</td>
</tr>

<tr>
<td style="width: 1290px; height: 59px;">
<table width="100%" border="0" cellspacing="0" cellpadding="1" style="background-color:#000000">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="Color1" style="width:10px; height: 19px; background-color: #035cae;">&nbsp;</td>
<td class="Color3" style="width:10px; height: 19px; background-color: #f5f5f5;">&nbsp;</td>
<td class="Color3" style="width:350px; height: 19px; background-color: #f5f5f5;">
<div style="text-align:left; color:#ff0000" class="text1"></div>
</td>
<td class="Color3" style="width:210px; height: 19px; background-color: #f5f5f5;">
<div style="text-align:center; background-color: #f5f5f5;"> </div>
</td>
<td class="Color2" style="width:6px; height: 19px; background-color: #ffcc00;">&nbsp;</td>
<td class="Color1" style="width:123px; height: 19px; background-color: #035cae;">&nbsp;</td>
</tr>
</table>

</td>
</tr>
</table>

</td>
</tr>
</table>
</td>
</tr>
</table>

</form>
</body>
</html>
GeneralRe: change the text of a element dinamicaly Pin
Sandeep Akhare12-Sep-07 0:17
Sandeep Akhare12-Sep-07 0:17 
AnswerRe: change the text of a element dinamicaly Pin
Imran Khan Pathan12-Sep-07 1:35
Imran Khan Pathan12-Sep-07 1:35 
AnswerRe: change the text of a element dinamicaly Pin
jc.net12-Sep-07 7:00
jc.net12-Sep-07 7:00 
Questionradio button in gridview Pin
RajeevKumarSharma11-Sep-07 22:53
RajeevKumarSharma11-Sep-07 22:53 
AnswerRe: radio button in gridview Pin
John-ph11-Sep-07 23:34
John-ph11-Sep-07 23:34 
Questionimprove performance of website Pin
subbu.sk11-Sep-07 22:33
subbu.sk11-Sep-07 22:33 
AnswerRe: improve performance of website Pin
John-ph11-Sep-07 23:17
John-ph11-Sep-07 23:17 
GeneralRe: improve performance of website Pin
subbu.sk11-Sep-07 23:35
subbu.sk11-Sep-07 23:35 
GeneralRe: improve performance of website Pin
John-ph11-Sep-07 23:54
John-ph11-Sep-07 23:54 
GeneralRe: improve performance of website Pin
subbu.sk11-Sep-07 23:58
subbu.sk11-Sep-07 23:58 
GeneralRe: improve performance of website Pin
John-ph12-Sep-07 0:09
John-ph12-Sep-07 0:09 
GeneralRe: improve performance of website Pin
/randz12-Sep-07 23:50
/randz12-Sep-07 23:50 
Questionconfiguration items for a dll in web.config Pin
bort_verdon11-Sep-07 22:24
bort_verdon11-Sep-07 22:24 
QuestionError when using http proxy with asmx web services Pin
Simon P Stevens11-Sep-07 22:15
Simon P Stevens11-Sep-07 22:15 
AnswerRe: Error when using http proxy with asmx web services Pin
Simon P Stevens11-Sep-07 22:22
Simon P Stevens11-Sep-07 22:22 
Questionsitemap file in asp.net Pin
Sonia Gupta11-Sep-07 21:56
Sonia Gupta11-Sep-07 21:56 
AnswerRe: sitemap file in asp.net Pin
John-ph11-Sep-07 22:59
John-ph11-Sep-07 22:59 

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.