Click here to Skip to main content
15,892,809 members
Home / Discussions / C#
   

C#

 
AnswerRe: common encryption method Pin
OriginalGriff10-Aug-10 2:02
mveOriginalGriff10-Aug-10 2:02 
AnswerRe: common encryption method Pin
Ennis Ray Lynch, Jr.10-Aug-10 4:34
Ennis Ray Lynch, Jr.10-Aug-10 4:34 
QuestionOwned Forms issue Pin
spankyleo12310-Aug-10 1:14
spankyleo12310-Aug-10 1:14 
AnswerRe: Owned Forms issue Pin
Luc Pattyn10-Aug-10 2:39
sitebuilderLuc Pattyn10-Aug-10 2:39 
GeneralRe: Owned Forms issue Pin
spankyleo12310-Aug-10 3:27
spankyleo12310-Aug-10 3:27 
AnswerRe: Owned Forms issue Pin
Luc Pattyn10-Aug-10 3:54
sitebuilderLuc Pattyn10-Aug-10 3:54 
GeneralRe: Owned Forms issue Pin
spankyleo12310-Aug-10 4:32
spankyleo12310-Aug-10 4:32 
AnswerRe: Owned Forms issue Pin
Luc Pattyn10-Aug-10 4:46
sitebuilderLuc Pattyn10-Aug-10 4:46 
GeneralRe: Owned Forms issue Pin
spankyleo12310-Aug-10 4:57
spankyleo12310-Aug-10 4:57 
GeneralRe: Owned Forms issue Pin
Luc Pattyn10-Aug-10 5:06
sitebuilderLuc Pattyn10-Aug-10 5:06 
GeneralRe: Owned Forms issue Pin
spankyleo12310-Aug-10 5:20
spankyleo12310-Aug-10 5:20 
GeneralRe: Owned Forms issue Pin
DaveyM6910-Aug-10 5:20
professionalDaveyM6910-Aug-10 5:20 
QuestionCalling a Page Method In Javascript [modified] Pin
Vimalsoft(Pty) Ltd9-Aug-10 23:22
professionalVimalsoft(Pty) Ltd9-Aug-10 23:22 
AnswerRe: Calling a Page Method In Javascript Pin
Łukasz Nowakowski10-Aug-10 0:59
Łukasz Nowakowski10-Aug-10 0:59 
GeneralRe: Calling a Page Method In Javascript Pin
Vimalsoft(Pty) Ltd10-Aug-10 1:09
professionalVimalsoft(Pty) Ltd10-Aug-10 1:09 
GeneralRe: Calling a Page Method In Javascript Pin
Łukasz Nowakowski10-Aug-10 1:29
Łukasz Nowakowski10-Aug-10 1:29 
GeneralRe: Calling a Page Method In Javascript Pin
Vimalsoft(Pty) Ltd10-Aug-10 1:34
professionalVimalsoft(Pty) Ltd10-Aug-10 1:34 
GeneralRe: Calling a Page Method In Javascript Pin
Łukasz Nowakowski10-Aug-10 1:49
Łukasz Nowakowski10-Aug-10 1:49 
GeneralRe: Calling a Page Method In Javascript [modified] Pin
Vimalsoft(Pty) Ltd10-Aug-10 4:05
professionalVimalsoft(Pty) Ltd10-Aug-10 4:05 
Good Day

You are Right the View is the Class name of the page aspx and i used javascript because i wanted to handle the keyPress event of the textbox
function keyPress() {
    var tb = document.getElementById("<%=txtsearchid%>");
    if (tb.value.length == 2) {
        PageMethods.Getadata(tb.value, myFunction(tb.value));
        ToggleCollapsePane();



    }
    return false;
}


and take the value that has been entered on key-press and execute the function.

Thanks
Vuyiswa Maseko,

Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code.

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.com
vuyiswa@its.co.za
http://www.itsabacus.co.za/itsabacus/
modified on Tuesday, August 10, 2010 10:15 AM

GeneralRe: Calling a Page Method In Javascript Pin
Łukasz Nowakowski10-Aug-10 4:36
Łukasz Nowakowski10-Aug-10 4:36 
GeneralRe: Calling a Page Method In Javascript Pin
Vimalsoft(Pty) Ltd10-Aug-10 5:01
professionalVimalsoft(Pty) Ltd10-Aug-10 5:01 
GeneralRe: Calling a Page Method In Javascript Pin
Łukasz Nowakowski10-Aug-10 8:08
Łukasz Nowakowski10-Aug-10 8:08 
GeneralRe: Calling a Page Method In Javascript Pin
Vimalsoft(Pty) Ltd10-Aug-10 20:15
professionalVimalsoft(Pty) Ltd10-Aug-10 20:15 
GeneralRe: Calling a Page Method In Javascript Pin
Łukasz Nowakowski10-Aug-10 21:29
Łukasz Nowakowski10-Aug-10 21:29 
GeneralRe: Calling a Page Method In Javascript Pin
Vimalsoft(Pty) Ltd10-Aug-10 21:55
professionalVimalsoft(Pty) Ltd10-Aug-10 21:55 

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.