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

ASP.NET

 
Questionsql Pin
ritasaumya23-Sep-09 21:46
ritasaumya23-Sep-09 21:46 
AnswerRe: sql Pin
Vimalsoft(Pty) Ltd23-Sep-09 22:12
professionalVimalsoft(Pty) Ltd23-Sep-09 22:12 
AnswerRe: sql Pin
Manas Bhardwaj23-Sep-09 22:24
professionalManas Bhardwaj23-Sep-09 22:24 
AnswerRe: sql Pin
Christian Graus23-Sep-09 23:29
protectorChristian Graus23-Sep-09 23:29 
QuestionValidation Without Page Refresh . Pin
Priyagdpl23-Sep-09 21:36
Priyagdpl23-Sep-09 21:36 
AnswerRe: Validation Without Page Refresh . Pin
Abhijit Jana23-Sep-09 21:52
professionalAbhijit Jana23-Sep-09 21:52 
AnswerRe: Validation Without Page Refresh . Pin
Nisha Agrawal23-Sep-09 21:55
Nisha Agrawal23-Sep-09 21:55 
QuestionProblem in firing event in firefox and google crome Pin
S.Aijaz23-Sep-09 20:44
S.Aijaz23-Sep-09 20:44 
I am adding a handler to dragdropcontrol(ajax control) on mouseup so that i can get new position of control when mouse is up and fire button click event from javascript function. even handler is added on pageLoad (javascript function). event gets fired with IE but not with firefox and google chrome. please help. code is given below:

C# code:

//***dpe is dragdropextender control
string strScript = @"<script type='text/javascript' language='javascript'> function pageLoad(){Sys.UI.DomEvent.addHandler($find('" + dpe.BehaviorID + "').get_element(), 'dragend', onMouseUp);} </script>";
Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "", strScript);


Javascript function is:

function onMouseUp()
{
document.getElementById('<% =btnResetPosition.ClientID %>').click();
}
QuestionContext menu in extended gridview is not working in Firefox [modified] Pin
Saritha Palekula23-Sep-09 20:17
Saritha Palekula23-Sep-09 20:17 
AnswerRe: Context menu in extended gridview is not working in Firefox Pin
sashidhar23-Sep-09 20:56
sashidhar23-Sep-09 20:56 
AnswerRe: Context menu in extended gridview is not working in Firefox Pin
Nisha Agrawal23-Sep-09 21:21
Nisha Agrawal23-Sep-09 21:21 
GeneralRe: Context menu in extended gridview is not working in Firefox Pin
Saritha Palekula23-Sep-09 21:34
Saritha Palekula23-Sep-09 21:34 
AnswerRe: Context menu in extended gridview is not working in Firefox Pin
Nisha Agrawal23-Sep-09 22:44
Nisha Agrawal23-Sep-09 22:44 
QuestionGlobal.ajax Pin
sris 42623-Sep-09 19:12
sris 42623-Sep-09 19:12 
AnswerRe: Global.ajax Pin
sashidhar23-Sep-09 19:37
sashidhar23-Sep-09 19:37 
AnswerRe: Global.ajax Pin
N a v a n e e t h23-Sep-09 19:56
N a v a n e e t h23-Sep-09 19:56 
GeneralRe: Global.ajax Pin
sris 42623-Sep-09 20:12
sris 42623-Sep-09 20:12 
GeneralRe: Global.ajax Pin
Abhijit Jana23-Sep-09 20:54
professionalAbhijit Jana23-Sep-09 20:54 
GeneralRe: Global.ajax Pin
sris 42623-Sep-09 22:06
sris 42623-Sep-09 22:06 
AnswerRe: Global.ajax [modified] Pin
Nisha Agrawal24-Sep-09 3:19
Nisha Agrawal24-Sep-09 3:19 
GeneralRe: Global.ajax Pin
Nisha Agrawal23-Sep-09 21:18
Nisha Agrawal23-Sep-09 21:18 
AnswerRe: Global.ajax Pin
Abhijit Jana23-Sep-09 20:04
professionalAbhijit Jana23-Sep-09 20:04 
QuestionDropDownlist Load Pin
Illegal Operation23-Sep-09 17:42
Illegal Operation23-Sep-09 17:42 
AnswerRe: DropDownlist Load Pin
Steve Echols23-Sep-09 17:50
Steve Echols23-Sep-09 17:50 
GeneralRe: DropDownlist Load Pin
Illegal Operation23-Sep-09 17:55
Illegal Operation23-Sep-09 17:55 

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.