Click here to Skip to main content
15,894,405 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Open PopUp Window when user close the Browser Close Button Pin
venkat86_ece21-Aug-09 20:11
venkat86_ece21-Aug-09 20:11 
Questionchange the item color of buttedlist problem Pin
Seraph_summer21-Aug-09 10:06
Seraph_summer21-Aug-09 10:06 
AnswerRe: change the item color of buttedlist problem Pin
Abhishek Sur21-Aug-09 10:32
professionalAbhishek Sur21-Aug-09 10:32 
GeneralRe: change the item color of buttedlist problem Pin
Seraph_summer21-Aug-09 10:48
Seraph_summer21-Aug-09 10:48 
GeneralRe: change the item color of buttedlist problem Pin
Abhishek Sur21-Aug-09 11:00
professionalAbhishek Sur21-Aug-09 11:00 
GeneralRe: change the item color of buttedlist problem [modified] Pin
Seraph_summer21-Aug-09 11:08
Seraph_summer21-Aug-09 11:08 
GeneralRe: change the item color of buttedlist problem Pin
Abhishek Sur21-Aug-09 11:26
professionalAbhishek Sur21-Aug-09 11:26 
GeneralRe: change the item color of buttedlist problem Pin
Seraph_summer21-Aug-09 11:29
Seraph_summer21-Aug-09 11:29 
OK, I copy the sourecode from exploer:



<!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><title>

</title></head>
<body>
<form name="form1" method="post" action="Default.aspx" id="form1">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJNDg0MDc0MDQwD2QWAgIDD2QWAgIBDxBkZBYAZGRXkafR9WMnzn5x93Mzf8ugRqQYVg==" />
</div>

<div>

<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWAwLbj7PnBQKXiqnzBgKIiqnzBq42aNmRvX5f1WHagdWfxQMLFTrr" />
</div>
<div>
<ul id="BulletedList2" style="color:Red;">
<li><a href="javascript:__doPostBack('BulletedList2','0')">hello1</a></li><li><a href="javascript:__doPostBack('BulletedList2','1')">hello2</a></li>
</ul>
</div>

<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['form1'];
if (!theForm) {
theForm = document.form1;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
</script>

</form>
</body>
</html>
GeneralRe: change the item color of buttedlist problem Pin
Abhishek Sur21-Aug-09 12:11
professionalAbhishek Sur21-Aug-09 12:11 
GeneralRe: change the item color of buttedlist problem Pin
Seraph_summer21-Aug-09 12:23
Seraph_summer21-Aug-09 12:23 
QuestionIs it possible to run a function when the red x is clicked? Pin
JohnQuar121-Aug-09 8:56
JohnQuar121-Aug-09 8:56 
AnswerRe: Is it possible to run a function when the red x is clicked? Pin
Abhishek Sur21-Aug-09 9:30
professionalAbhishek Sur21-Aug-09 9:30 
GeneralRe: Is it possible to run a function when the red x is clicked? Pin
JohnQuar121-Aug-09 10:25
JohnQuar121-Aug-09 10:25 
GeneralRe: Is it possible to run a function when the red x is clicked? Pin
Abhishek Sur21-Aug-09 10:34
professionalAbhishek Sur21-Aug-09 10:34 
QuestionFor Image Verification or CATCHA image in a regisstration page Pin
Nitinpro21-Aug-09 4:40
Nitinpro21-Aug-09 4:40 
AnswerRe: For Image Verification or CATCHA image in a regisstration page Pin
Jay Royall21-Aug-09 5:27
Jay Royall21-Aug-09 5:27 
QuestionCustom validator Pin
diacoboss21-Aug-09 4:26
diacoboss21-Aug-09 4:26 
AnswerRe: Custom validator Pin
Adam Maras21-Aug-09 8:40
Adam Maras21-Aug-09 8:40 
GeneralRe: Custom validator [modified] Pin
diacoboss24-Aug-09 4:16
diacoboss24-Aug-09 4:16 
Questionneed help with session values Pin
shankbond21-Aug-09 4:06
shankbond21-Aug-09 4:06 
QuestionConvert html to pdf in javascript or c# Pin
zeeShan anSari21-Aug-09 2:13
zeeShan anSari21-Aug-09 2:13 
AnswerRe: Convert html to pdf in javascript or c# Pin
annathor21-Aug-09 2:39
annathor21-Aug-09 2:39 
GeneralRe: Convert html to pdf in javascript or c# Pin
zeeShan anSari21-Aug-09 2:50
zeeShan anSari21-Aug-09 2:50 
QuestionHow to share session over multiple applications Pin
Kuricheti21-Aug-09 1:30
Kuricheti21-Aug-09 1:30 
AnswerRe: How to share session over multiple applications Pin
Vasudevan Deepak Kumar21-Aug-09 3:06
Vasudevan Deepak Kumar21-Aug-09 3:06 

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.