Click here to Skip to main content
15,895,011 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionsearch query not working Pin
Amit Agarrwal30-Jun-06 20:24
Amit Agarrwal30-Jun-06 20:24 
AnswerRe: search query not working Pin
venkatasivaramaprasad30-Jun-06 21:14
venkatasivaramaprasad30-Jun-06 21:14 
GeneralRe: search query not working Pin
Amit Agarrwal30-Jun-06 21:26
Amit Agarrwal30-Jun-06 21:26 
GeneralRe: search query not working Pin
sriramaprasad3-Jul-06 2:47
sriramaprasad3-Jul-06 2:47 
QuestionWindows Service in ASP.NET Pin
aaraaayen30-Jun-06 18:45
aaraaayen30-Jun-06 18:45 
AnswerRe: Windows Service in ASP.NET Pin
RichardGrimmer4-Jul-06 3:07
RichardGrimmer4-Jul-06 3:07 
QuestionSession Terminate abnormaly [modified] Pin
Masood Ahmed30-Jun-06 17:07
Masood Ahmed30-Jun-06 17:07 
QuestionExtend Atlas [modified] Pin
YossiKahlon30-Jun-06 13:12
YossiKahlon30-Jun-06 13:12 
Hello,
I started to work with Atlas and I use the Sys.UI.AutoCompleteBehavior.
I need to extend it and to override one of its methods.

I will appricaite if someone will tell me how to do it.

What I did is:
1 - I created a .js file with:

Type.registerNamespace('My.Sys.UI');
My.Sys.UI.MyAutoCompleteBehavior = function () {
My.Sys.UI.MyAutoCompleteBehavior.initialize(this);
}
this.initialize = function() {
My.Sys.UI.MyAutoCompleteBehavior.callBaseMethod(this,'initialize');
}

this.dispose = function() {
My.Sys.UI.MyAutoCompleteBehavior.callBaseMethod(this,'dispose');
}

My.Sys.UI.MyAutoCompleteBehavior.registerSealedClass('My.Sys.UI.MyAutoCompleteBehavior',Sys.UI.AutoCompleteBehavior);
Sys.TypeDescriptor.addType('script','MyAutoCompleteBehavior', My.Sys.UI.MyAutoCompleteBehavior);


and then instead of using:

<behaviors>
<autoComplete
.....
...../>
<behaviors>

I used:
<behaviors>
<autoComplete
.....
...../>
<behaviors>


-- modified at 19:13 Friday 30th June, 2006
AnswerRe: Extend Atlas Pin
minhpc_bk30-Jun-06 17:37
minhpc_bk30-Jun-06 17:37 
GeneralRe: Extend Atlas Pin
YossiKahlon1-Jul-06 0:10
YossiKahlon1-Jul-06 0:10 
Questionlongitude & latitude (Urgent) Pin
kirthikirthi30-Jun-06 9:48
kirthikirthi30-Jun-06 9:48 
AnswerRe: longitude &amp; latitude (Urgent) [modified] Pin
eggsovereasy30-Jun-06 9:51
eggsovereasy30-Jun-06 9:51 
QuestionViewstate within a control Pin
Lord Nelly30-Jun-06 9:22
Lord Nelly30-Jun-06 9:22 
AnswerRe: Viewstate within a control Pin
minhpc_bk30-Jun-06 17:04
minhpc_bk30-Jun-06 17:04 
GeneralRe: Viewstate within a control Pin
Lord Nelly1-Jul-06 5:46
Lord Nelly1-Jul-06 5:46 
GeneralRe: Viewstate within a control Pin
minhpc_bk1-Jul-06 8:42
minhpc_bk1-Jul-06 8:42 
QuestionWorking With AJAX Pin
ravindradonkada30-Jun-06 8:28
ravindradonkada30-Jun-06 8:28 
AnswerRe: Working With AJAX Pin
YossiKahlon30-Jun-06 13:15
YossiKahlon30-Jun-06 13:15 
GeneralRe: Working With AJAX Pin
RichardGrimmer4-Jul-06 3:09
RichardGrimmer4-Jul-06 3:09 
AnswerRe: Working With AJAX Pin
Tirthadip30-Jun-06 19:08
Tirthadip30-Jun-06 19:08 
QuestionHow to Restrict Selected Webforms Pin
ravindradonkada30-Jun-06 8:07
ravindradonkada30-Jun-06 8:07 
AnswerRe: How to Restrict Selected Webforms Pin
minhpc_bk30-Jun-06 17:07
minhpc_bk30-Jun-06 17:07 
QuestionASP.NET Menu is flaky Pin
gantww30-Jun-06 8:03
gantww30-Jun-06 8:03 
AnswerRe: ASP.NET Menu is flaky - now I'm more confused Pin
gantww30-Jun-06 8:17
gantww30-Jun-06 8:17 
GeneralRe: ASP.NET Menu is flaky - now I'm more confused Pin
gantww30-Jun-06 10:11
gantww30-Jun-06 10:11 

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.