Click here to Skip to main content
15,886,840 members
Home / Discussions / C#
   

C#

 
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 
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 
Good Day

Thank you for your kind reply.

i have changed my textbox from this
<asp:TextBox ID="txtsearch" runat="server"  Font-Size="X-Large" onkeypress="keyPress()"  Height="40px"
                               Width="650px"></asp:TextBox>


to this

<asp:TextBox runat="server" ID="txtsearch" OnTextChanged="Bind_SearchBox" Font-Size="X-Large" Height="40px" Width="650px" onkeyup="this.onchange();" AutoPostBack="true" />


and i get an Error that says

Error	4	No overload for 'Bind_SearchBox' matches delegate 'System.EventHandler'	C:\Pilot Project\View.aspx	99	


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/

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 
QuestionSQL Server Load Balancing with ASP.Net Pin
satsumatable9-Aug-10 20:02
satsumatable9-Aug-10 20:02 
AnswerRe: SQL Server Load Balancing with ASP.Net Pin
Mycroft Holmes9-Aug-10 21:22
professionalMycroft Holmes9-Aug-10 21:22 
AnswerRe: SQL Server Load Balancing with ASP.Net Pin
SimulationofSai10-Aug-10 15:42
SimulationofSai10-Aug-10 15:42 
QuestionGuide lines to develop a Payment Gateway in C# Pin
arun_pk9-Aug-10 19:24
arun_pk9-Aug-10 19:24 
QuestionHow often do you "Build" a project during development? Pin
Matt U.9-Aug-10 16:45
Matt U.9-Aug-10 16:45 
AnswerRe: How often do you "Build" a project during development? Pin
PIEBALDconsult9-Aug-10 16:56
mvePIEBALDconsult9-Aug-10 16:56 
GeneralRe: How often do you "Build" a project during development? Pin
Matt U.9-Aug-10 17:10
Matt U.9-Aug-10 17:10 
AnswerRe: How often do you "Build" a project during development? Pin
Luc Pattyn9-Aug-10 17:51
sitebuilderLuc Pattyn9-Aug-10 17:51 
AnswerRe: How often do you "Build" a project during development? Pin
N a v a n e e t h9-Aug-10 18:08
N a v a n e e t h9-Aug-10 18:08 
AnswerRe: How often do you "Build" a project during development? Pin
arun_pk9-Aug-10 19:27
arun_pk9-Aug-10 19:27 
AnswerRe: How often do you "Build" a project during development? Pin
OriginalGriff9-Aug-10 21:02
mveOriginalGriff9-Aug-10 21:02 
GeneralRe: How often do you "Build" a project during development? Pin
DaveyM6910-Aug-10 5:22
professionalDaveyM6910-Aug-10 5:22 
GeneralRe: How often do you "Build" a project during development? Pin
Matt U.11-Aug-10 17:15
Matt U.11-Aug-10 17:15 
GeneralRe: How often do you "Build" a project during development? Pin
Baconbutty12-Aug-10 2:54
Baconbutty12-Aug-10 2:54 
QuestionHow to encrypt an xml file? Pin
mehdi_139-Aug-10 7:05
mehdi_139-Aug-10 7:05 

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.