Click here to Skip to main content
15,900,258 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRange Validator Pin
janani135-Aug-09 22:00
janani135-Aug-09 22:00 
AnswerRe: Range Validator Pin
Arun Jacob5-Aug-09 22:06
Arun Jacob5-Aug-09 22:06 
AnswerRe: Range Validator Pin
Manas Bhardwaj5-Aug-09 22:14
professionalManas Bhardwaj5-Aug-09 22:14 
GeneralRe: Range Validator Pin
janani135-Aug-09 23:09
janani135-Aug-09 23:09 
GeneralRe: Range Validator Pin
Manas Bhardwaj5-Aug-09 23:15
professionalManas Bhardwaj5-Aug-09 23:15 
GeneralRe: Range Validator Pin
janani135-Aug-09 23:18
janani135-Aug-09 23:18 
QuestionWeb application with unamnaged DLL calls Pin
Chesnokov Yuriy5-Aug-09 21:41
professionalChesnokov Yuriy5-Aug-09 21:41 
Questionadd mouseup event to dynamically added DragPanelExtender Pin
S.Aijaz5-Aug-09 21:11
S.Aijaz5-Aug-09 21:11 
im using DragPanelExtender to dragdrop a panel. i want to get position of panel on mouseup. i have the code that is working fine and is below:

<script type="text/javascript" language="javascript">
function pageLoad()
{
$addHandler($find('DragPanelExtender2').get_element(), "dragend", onMouseUp);
}
function onMouseUp()
{
var el = $find('DragPanelBID').get_element();
var dragLocation = $common.getLocation(el);
alert(dragLocation.x + '-------------' + dragLocation.y);
}
</script>


my problem is that i want this mouseup event to be added to dynamically added DragPanelExtender, i have no idea how to do it please help.
QuestionJava script not running.?? Pin
greendragons5-Aug-09 21:10
greendragons5-Aug-09 21:10 
AnswerRe: Java script not running.?? Pin
Abhishek Sur5-Aug-09 21:34
professionalAbhishek Sur5-Aug-09 21:34 
GeneralRe: Java script not running.?? Pin
greendragons5-Aug-09 22:18
greendragons5-Aug-09 22:18 
GeneralRe: Java script not running.?? Pin
Ashfield6-Aug-09 1:35
Ashfield6-Aug-09 1:35 
GeneralRe: Java script not running.?? Pin
greendragons6-Aug-09 6:07
greendragons6-Aug-09 6:07 
GeneralRe: Java script not running.?? Pin
kstls6-Aug-09 6:16
kstls6-Aug-09 6:16 
GeneralRe: Java script not running.?? Pin
greendragons6-Aug-09 6:38
greendragons6-Aug-09 6:38 
GeneralRe: Java script not running.?? Pin
Ashfield6-Aug-09 8:45
Ashfield6-Aug-09 8:45 
QuestionMenu is not appearing in IE8 Pin
meeram3955-Aug-09 20:59
meeram3955-Aug-09 20:59 
AnswerRe: Menu is not appearing in IE8 Pin
Arun Jacob5-Aug-09 21:20
Arun Jacob5-Aug-09 21:20 
QuestionPassing Parameters To RDL Report from aspx page Pin
tejesh1235-Aug-09 20:20
tejesh1235-Aug-09 20:20 
AnswerRe: Passing Parameters To RDL Report from aspx page Pin
Abhishek Sur5-Aug-09 21:53
professionalAbhishek Sur5-Aug-09 21:53 
GeneralRe: Passing Parameters To RDL Report from aspx page Pin
tejesh1236-Aug-09 19:43
tejesh1236-Aug-09 19:43 
GeneralRe: Passing Parameters To RDL Report from aspx page Pin
Abhishek Sur6-Aug-09 21:19
professionalAbhishek Sur6-Aug-09 21:19 
Questionhow to open an excel file with in the asp.net web page Pin
anithasalavadi5-Aug-09 20:12
anithasalavadi5-Aug-09 20:12 
AnswerRe: how to open an excel file with in the asp.net web page Pin
Arun Jacob5-Aug-09 20:46
Arun Jacob5-Aug-09 20:46 
AnswerRe: how to open an excel file with in the asp.net web page Pin
Abhishek Sur5-Aug-09 22:00
professionalAbhishek Sur5-Aug-09 22:00 

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.