Click here to Skip to main content
15,905,616 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Ajax Control ToolKit Problem Pin
Abhijit Jana17-Aug-09 10:06
professionalAbhijit Jana17-Aug-09 10:06 
GeneralRe: Ajax Control ToolKit Problem Pin
pampam11017-Aug-09 10:11
pampam11017-Aug-09 10:11 
GeneralRe: Ajax Control ToolKit Problem Pin
pampam11020-Aug-09 3:11
pampam11020-Aug-09 3:11 
QuestionGetting crazy with datalist-volume 2- Pin
Ersan Ercek17-Aug-09 9:22
Ersan Ercek17-Aug-09 9:22 
QuestionCalling non-static method from static webmethod Pin
DotNetXenon17-Aug-09 8:19
DotNetXenon17-Aug-09 8:19 
AnswerRe: Calling non-static method from static webmethod Pin
N a v a n e e t h17-Aug-09 8:44
N a v a n e e t h17-Aug-09 8:44 
GeneralRe: Calling non-static method from static webmethod Pin
DotNetXenon17-Aug-09 9:29
DotNetXenon17-Aug-09 9:29 
GeneralRe: Calling non-static method from static webmethod Pin
Christian Graus17-Aug-09 11:57
protectorChristian Graus17-Aug-09 11:57 
you're not a beginner, but you want to know how to call a non static method from a static method ?

The only way to do this, is to have an instance of the class that contains the non static method. However, as your control is within a page lifecycle, you can't just create a page instance from out of nowhere, it won't create the lifecycle you need, as a page is not being requested. Therefore, it cannot be done, you need instead to create a page lifecycle, and call your method within that lifecycle. Otherwise, there's no chance you're going to see anything appear in your page.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

QuestionFocus Issue Due to AJAX Refresh Pin
platso_58817-Aug-09 5:37
platso_58817-Aug-09 5:37 
QuestionHow to calculate number of lines? Pin
Gaurav Aroraa17-Aug-09 3:19
professionalGaurav Aroraa17-Aug-09 3:19 
AnswerRe: How to calculate number of lines? Pin
Blue_Boy17-Aug-09 3:31
Blue_Boy17-Aug-09 3:31 
GeneralRe: How to calculate number of lines? Pin
Gaurav Aroraa19-Aug-09 3:07
professionalGaurav Aroraa19-Aug-09 3:07 
AnswerUse integer division Pin
David Mujica17-Aug-09 4:02
David Mujica17-Aug-09 4:02 
GeneralRe: Use integer division Pin
Gaurav Aroraa19-Aug-09 3:13
professionalGaurav Aroraa19-Aug-09 3:13 
QuestionText reterival from dynamic HTML textbox Pin
VarunPrakash17-Aug-09 2:56
VarunPrakash17-Aug-09 2:56 
QuestionGetting crazy with datalist control within update panel Pin
Ersan Ercek17-Aug-09 2:04
Ersan Ercek17-Aug-09 2:04 
AnswerRe: Getting crazy with datalist control within update panel Pin
Ersan Ercek17-Aug-09 2:14
Ersan Ercek17-Aug-09 2:14 
GeneralRe: Getting crazy with datalist control within update panel Pin
Coding C#17-Aug-09 2:22
Coding C#17-Aug-09 2:22 
GeneralRe: Getting crazy with datalist control within update panel Pin
Ersan Ercek17-Aug-09 2:42
Ersan Ercek17-Aug-09 2:42 
AnswerRe: Getting crazy with datalist control within update panel Pin
Ersan Ercek17-Aug-09 3:51
Ersan Ercek17-Aug-09 3:51 
Questionsession Pin
mylogics17-Aug-09 1:50
professionalmylogics17-Aug-09 1:50 
AnswerRe: session Pin
Coding C#17-Aug-09 2:04
Coding C#17-Aug-09 2:04 
AnswerRe: session Pin
Ersan Ercek17-Aug-09 2:10
Ersan Ercek17-Aug-09 2:10 
AnswerRe: session Pin
Abhijit Jana17-Aug-09 9:51
professionalAbhijit Jana17-Aug-09 9:51 
Questionhelp me regarding timer countdown on asp.net page using c# Pin
saiftanoli17-Aug-09 1:23
saiftanoli17-Aug-09 1:23 

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.