Click here to Skip to main content
15,908,674 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Renaming solution and project Pin
minhpc_bk15-Aug-06 15:45
minhpc_bk15-Aug-06 15:45 
QuestionHow to get Popup in UIPAB Pin
seee sharp15-Aug-06 5:07
seee sharp15-Aug-06 5:07 
Questionget id column value from gridview? Pin
TintinV3ck15-Aug-06 4:23
TintinV3ck15-Aug-06 4:23 
AnswerRe: get id column value from gridview? Pin
Mark Tutt15-Aug-06 4:48
Mark Tutt15-Aug-06 4:48 
QuestionHow to map a network drive on client's computer using ASP.NET with C#? Pin
chhabrni15-Aug-06 3:12
chhabrni15-Aug-06 3:12 
AnswerRe: How to map a network drive on client's computer using ASP.NET with C#? Pin
Paddy Boyd15-Aug-06 5:20
Paddy Boyd15-Aug-06 5:20 
QuestionRe: How to map a network drive on client's computer using ASP.NET with C#? Pin
chhabrni16-Aug-06 4:56
chhabrni16-Aug-06 4:56 
QuestionProblem with CallBack in MasterPage Pin
offengenden14-Aug-06 22:20
offengenden14-Aug-06 22:20 
In my MasterPage I have this code:
private string _callbackResult = null;
protected void Page_Load(object sender, EventArgs e)
{
string cbReference = Page.ClientScript.GetCallbackEventReference(this, "arg", "Result1", "context");
string cbScript = "function UseCallback1(arg, context)" + "{" + cbReference + ";" + "}";
Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "UseCallback1", cbScript, true);

}
public void RaiseCallbackEvent(string eventArg)
{
string res = AgentLogin(eventArg).ToString();
_callbackResult = res;
}
public string GetCallbackResult()
{
return _callbackResult;
}

When I open the first page - everything is ok! But when I move to the second page I can see that there is no "UseCallback1" JavaScript function in HTML!
Help me please to fix this problem!
AnswerRe: Problem with CallBack in MasterPage Pin
minhpc_bk15-Aug-06 15:26
minhpc_bk15-Aug-06 15:26 
QuestionAccessing Child Control from a user control bY Java Script Pin
meetbinu200314-Aug-06 21:18
meetbinu200314-Aug-06 21:18 
AnswerRe: Accessing Child Control from a user control bY Java Script Pin
Paddy Boyd14-Aug-06 23:26
Paddy Boyd14-Aug-06 23:26 
GeneralRe: Accessing Child Control from a user control bY Java Script Pin
meetbinu200315-Aug-06 2:50
meetbinu200315-Aug-06 2:50 
GeneralRe: Accessing Child Control from a user control bY Java Script Pin
eggsovereasy15-Aug-06 3:28
eggsovereasy15-Aug-06 3:28 
Questionproblem with updating into database. Pin
frossie14-Aug-06 20:58
frossie14-Aug-06 20:58 
Questionneed help with wat this code do Pin
neodeaths14-Aug-06 19:46
neodeaths14-Aug-06 19:46 
AnswerRe: need help with wat this code do Pin
Guffa14-Aug-06 23:11
Guffa14-Aug-06 23:11 
GeneralRe: need help with wat this code do Pin
neodeaths15-Aug-06 5:23
neodeaths15-Aug-06 5:23 
Questionprinting on existing forms Pin
simple one14-Aug-06 17:56
simple one14-Aug-06 17:56 
AnswerRe: printing on existing forms Pin
RayLouw14-Aug-06 23:43
RayLouw14-Aug-06 23:43 
QuestionRetrieve ASP source code Pin
AshokGovindan14-Aug-06 14:46
AshokGovindan14-Aug-06 14:46 
AnswerRe: Retrieve ASP source code Pin
minhpc_bk14-Aug-06 15:23
minhpc_bk14-Aug-06 15:23 
QuestionMenu`s "target" property Pin
-Yoyosh-14-Aug-06 14:33
-Yoyosh-14-Aug-06 14:33 
AnswerRe: Menu`s "target" property Pin
minhpc_bk14-Aug-06 15:28
minhpc_bk14-Aug-06 15:28 
QuestionASP.net2.0 and FolderBrowserDialog, Pin
leylag14-Aug-06 11:49
leylag14-Aug-06 11:49 
AnswerRe: ASP.net2.0 and FolderBrowserDialog, Pin
Mike Ellison14-Aug-06 13:04
Mike Ellison14-Aug-06 13:04 

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.