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

ASP.NET

 
AnswerRe: How to open a word doc in firefox in a write mode using asp.net Pin
PJWindsor8-Jul-09 22:39
PJWindsor8-Jul-09 22:39 
QuestionSome Basic ASP .Net Security Questions Pin
swjam8-Jul-09 18:20
swjam8-Jul-09 18:20 
QuestionCrystal Reports 2008 (12) Error when running on server Pin
Battlehammer8-Jul-09 7:32
Battlehammer8-Jul-09 7:32 
AnswerRe: Crystal Reports 2008 (12) Error when running on server Pin
Battlehammer8-Jul-09 8:06
Battlehammer8-Jul-09 8:06 
GeneralRe: Crystal Reports 2008 (12) Error when running on server Pin
Abhijit Jana8-Jul-09 8:53
professionalAbhijit Jana8-Jul-09 8:53 
GeneralRe: Crystal Reports 2008 (12) Error when running on server Pin
Battlehammer8-Jul-09 9:48
Battlehammer8-Jul-09 9:48 
QuestionASP.net Ajax Server Control Pin
PJWindsor8-Jul-09 4:04
PJWindsor8-Jul-09 4:04 
AnswerRe: ASP.net Ajax Server Control Pin
PJWindsor8-Jul-09 5:59
PJWindsor8-Jul-09 5:59 
Please ignore this now i've worked it out, although if anyone has a better way let me know.

I've used the context to pass the control name through.

string sref = Page.ClientScript.GetCallbackEventReference("context", "arg", "display","context","display_Error", true);

            string Callback = "function GetData(arg, context){" + sref + ";}";

            Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "CallBack", Callback, true);


this means that in my javascript i've got calls like

GetData(Value,"Lookup1");


Cheers Phil
QuestionNeed to capture data of currently displayed webpage Pin
Antone Eason8-Jul-09 3:41
professionalAntone Eason8-Jul-09 3:41 
AnswerIgnore repost [modified] Pin
Manas Bhardwaj8-Jul-09 4:02
professionalManas Bhardwaj8-Jul-09 4:02 
GeneralRe: Ignore report Pin
Antone Eason8-Jul-09 4:07
professionalAntone Eason8-Jul-09 4:07 
GeneralRe: Ignore report Pin
N a v a n e e t h8-Jul-09 4:45
N a v a n e e t h8-Jul-09 4:45 
GeneralRe: Ignore report Pin
Antone Eason8-Jul-09 4:52
professionalAntone Eason8-Jul-09 4:52 
GeneralRe: Ignore report Pin
N a v a n e e t h8-Jul-09 17:21
N a v a n e e t h8-Jul-09 17:21 
GeneralRe: Ignore report Pin
Antone Eason8-Jul-09 18:46
professionalAntone Eason8-Jul-09 18:46 
GeneralRe: Ignore report Pin
Antone Eason8-Jul-09 9:44
professionalAntone Eason8-Jul-09 9:44 
AnswerRe: Need to capture data of currently displayed webpage Pin
PJWindsor8-Jul-09 4:17
PJWindsor8-Jul-09 4:17 
GeneralRe: Need to capture data of currently displayed webpage Pin
Antone Eason8-Jul-09 4:27
professionalAntone Eason8-Jul-09 4:27 
GeneralRe: Need to capture data of currently displayed webpage Pin
Antone Eason8-Jul-09 4:32
professionalAntone Eason8-Jul-09 4:32 
GeneralRe: Need to capture data of currently displayed webpage Pin
PJWindsor8-Jul-09 5:03
PJWindsor8-Jul-09 5:03 
GeneralRe: Need to capture data of currently displayed webpage Pin
Antone Eason8-Jul-09 5:10
professionalAntone Eason8-Jul-09 5:10 
GeneralRe: Need to capture data of currently displayed webpage Pin
PJWindsor8-Jul-09 5:20
PJWindsor8-Jul-09 5:20 
GeneralRe: Need to capture data of currently displayed webpage Pin
Antone Eason8-Jul-09 9:39
professionalAntone Eason8-Jul-09 9:39 
GeneralRe: Need to capture data of currently displayed webpage Pin
PJWindsor8-Jul-09 5:47
PJWindsor8-Jul-09 5:47 
QuestionCalling a window from an ASP Web Page Pin
ahmedmahiuddin8-Jul-09 2:51
ahmedmahiuddin8-Jul-09 2:51 

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.