开发者

PageMethod and Intellisense

开发者 https://www.devze.com 2023-02-28 20:18 出处:网络
i am working with VS2010 but function GetSessionVal() { PageMethods.GetViewState(onSuccess) } when i write PageMethods and dot then server side method name in my case \"开发者_如何转开发GetViewSta

i am working with VS2010 but

function GetSessionVal() { PageMethods.GetViewState(onSuccess) }

when i write PageMethods and dot then server side method name in my case "开发者_如何转开发GetViewState" is not showing in auto completion list. do i need to set anything.


(By Auto-complete word in your question, I think you mean Intellisense)

Did you read somewhere that PageMethods will appear in Intellisense? I am not sure of heard or read this before. I tried to search but could not get anything specific with this. So if that's not supported in general, then it may not appear. If you get some reference post it here.

On a side note, a general solution for Ajax intellisense is that you can delete the cached schema for ajax which is available at following path (on windows 7, for xp similar path). Git it a try.

C:\Users\*username*\AppData\Roaming\Microsoft\VisualStudio\10.0\ReflectedSchemas


Type in protected override and you might get intellisense on Page Methods available to override.

0

精彩评论

暂无评论...
验证码 换一张
取 消