Click here to Skip to main content
15,888,282 members
Home / Discussions / C#
   

C#

 
AnswerRe: Socket Connection Pin
Ennis Ray Lynch, Jr.5-Aug-10 2:27
Ennis Ray Lynch, Jr.5-Aug-10 2:27 
AnswerRe: Socket Connection Pin
Member 7906565-Aug-10 2:28
Member 7906565-Aug-10 2:28 
GeneralRe: Socket Connection Pin
Agweet5-Aug-10 3:58
Agweet5-Aug-10 3:58 
QuestionHow to Call a Server side Function on the Client side Pin
Vimalsoft(Pty) Ltd4-Aug-10 22:04
professionalVimalsoft(Pty) Ltd4-Aug-10 22:04 
AnswerRe: How to Call a Server side Function on the Client side Pin
Prosanta Kundu online4-Aug-10 22:40
Prosanta Kundu online4-Aug-10 22:40 
GeneralRe: How to Call a Server side Function on the Client side Pin
Vimalsoft(Pty) Ltd4-Aug-10 23:52
professionalVimalsoft(Pty) Ltd4-Aug-10 23:52 
GeneralRe: How to Call a Server side Function on the Client side Pin
Pete O'Hanlon5-Aug-10 0:07
mvePete O'Hanlon5-Aug-10 0:07 
GeneralRe: How to Call a Server side Function on the Client side Pin
Vimalsoft(Pty) Ltd5-Aug-10 0:16
professionalVimalsoft(Pty) Ltd5-Aug-10 0:16 
Thanks , sorry i missed that, now i have a small problem with my javascript
<br />
     function KeyPress() {<br />
<br />
<br />
            var TExtbox1 = document.getElementById('Text1');<br />
            var Results;<br />
             if (TExtbox1.value.length == 2) {<br />
             <br />
                Results = PageMethods.Getadata(TExtbox1.value);<br />
                alert(Results);<br />
             }   <br />
             return false;<br />
         }<br />


the alert shows me "undefined"

is there anything wrong there ?
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/

GeneralRe: How to Call a Server side Function on the Client side Pin
Pete O'Hanlon5-Aug-10 1:31
mvePete O'Hanlon5-Aug-10 1:31 
GeneralRe: How to Call a Server side Function on the Client side Pin
Vimalsoft(Pty) Ltd5-Aug-10 20:16
professionalVimalsoft(Pty) Ltd5-Aug-10 20:16 
GeneralRe: How to Call a Server side Function on the Client side Pin
Vimalsoft(Pty) Ltd6-Aug-10 22:07
professionalVimalsoft(Pty) Ltd6-Aug-10 22:07 
QuestionCant find BannerBitmap property ( win form setup creation ) Pin
Krishna Varadharajan4-Aug-10 21:55
Krishna Varadharajan4-Aug-10 21:55 
AnswerRe: Cant find BannerBitmap property ( win form setup creation ) Pin
freakyit5-Aug-10 1:56
freakyit5-Aug-10 1:56 
AnswerRe: Cant find BannerBitmap property ( win form setup creation ) Pin
GenJerDan5-Aug-10 8:33
GenJerDan5-Aug-10 8:33 
QuestionHow do I include textbox data in SQL query? Pin
Joe Stansfield4-Aug-10 20:44
Joe Stansfield4-Aug-10 20:44 
AnswerRe: How do I include textbox data in SQL query? Pin
JHizzle4-Aug-10 21:55
JHizzle4-Aug-10 21:55 
GeneralRe: How do I include textbox data in SQL query? Pin
Joe Stansfield10-Aug-10 14:01
Joe Stansfield10-Aug-10 14:01 
AnswerRe: How do I include textbox data in SQL query? Pin
Pete O'Hanlon5-Aug-10 0:19
mvePete O'Hanlon5-Aug-10 0:19 
AnswerRe: How do I include textbox data in SQL query? Pin
PIEBALDconsult5-Aug-10 3:08
mvePIEBALDconsult5-Aug-10 3:08 
AnswerMessage Removed Pin
5-Aug-10 3:40
brunoseixas5-Aug-10 3:40 
GeneralRe: How do I include textbox data in SQL query? Pin
Pete O'Hanlon5-Aug-10 11:42
mvePete O'Hanlon5-Aug-10 11:42 
QuestionUrgent Pin
S.Bharath Ram4-Aug-10 16:57
S.Bharath Ram4-Aug-10 16:57 
AnswerRe: Urgent Pin
Yusuf4-Aug-10 17:44
Yusuf4-Aug-10 17:44 
AnswerRe: Urgent Pin
Prosanta Kundu online4-Aug-10 20:33
Prosanta Kundu online4-Aug-10 20:33 
AnswerRe: Urgent Pin
Abhinav S4-Aug-10 20:34
Abhinav S4-Aug-10 20:34 

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.