Click here to Skip to main content
15,891,567 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionASP to COM HOW TO? Pin
Dave_Roach25-Jun-06 14:41
Dave_Roach25-Jun-06 14:41 
Questionbrowser within an asp.net page Pin
oceanexplorer25-Jun-06 9:33
oceanexplorer25-Jun-06 9:33 
AnswerRe: browser within an asp.net page Pin
swilly126-Jun-06 8:26
swilly126-Jun-06 8:26 
QuestionDot Net Screen Scrapping Error Pin
Dot Net25-Jun-06 8:56
Dot Net25-Jun-06 8:56 
Questionhey guys any good videos abt session & application state ? Pin
Mohammed Amine25-Jun-06 7:17
Mohammed Amine25-Jun-06 7:17 
Questioncan we close the application with code ? [modified] Pin
Mohammed Amine25-Jun-06 7:13
Mohammed Amine25-Jun-06 7:13 
Questionhelp me guys to know how to handle a textbox_changed event Pin
Mohammed Amine25-Jun-06 7:10
Mohammed Amine25-Jun-06 7:10 
AnswerRe: help me guys to know how to handle a textbox_changed event Pin
swilly126-Jun-06 8:37
swilly126-Jun-06 8:37 
If you want it to work on each character typed, you must do it through DHTML and not ASP.NET. ASP.NET would require you resubmit the form (aka Postback) each time the user types something, which would be insanely slow for the poor user and would kill the resources of your server.

Try using the onKeyPress event found in the "input type=text" object. Within that event, update the label by setting it's innerHTML property.
GeneralRe: help me guys to know how to handle a textbox_changed event [modified] Pin
Mohammed Amine26-Jun-06 10:03
Mohammed Amine26-Jun-06 10:03 
GeneralRe: help me guys to know how to handle a textbox_changed event Pin
Mohammed Amine1-Aug-06 0:32
Mohammed Amine1-Aug-06 0:32 
QuestionHow is Embedding (.swf) in web pages? Pin
coolshad25-Jun-06 6:26
coolshad25-Jun-06 6:26 
GeneralRe: How is Embedding (.swf) in web pages? Pin
Guffa25-Jun-06 9:46
Guffa25-Jun-06 9:46 
AnswerRe: How is Embedding (.swf) in web pages? Pin
Graham Nimbley25-Jun-06 10:01
Graham Nimbley25-Jun-06 10:01 
Questiondatagrid row-nearest row from today Pin
Dhruvil25-Jun-06 5:36
Dhruvil25-Jun-06 5:36 
QuestionGoogle Search Web Service Pin
TheEagle25-Jun-06 4:15
TheEagle25-Jun-06 4:15 
Questionmacromedia flash in asp.net Pin
Hasan Jaffal25-Jun-06 3:55
Hasan Jaffal25-Jun-06 3:55 
AnswerRe: macromedia flash in asp.net Pin
Guffa25-Jun-06 5:12
Guffa25-Jun-06 5:12 
GeneralRe: macromedia flash in asp.net Pin
Hasan Jaffal25-Jun-06 21:30
Hasan Jaffal25-Jun-06 21:30 
QuestionOpening new browser window in a web user control Pin
Mohamed El Gohary25-Jun-06 3:38
Mohamed El Gohary25-Jun-06 3:38 
AnswerRe: Opening new browser window in a web user control Pin
Guffa25-Jun-06 5:12
Guffa25-Jun-06 5:12 
GeneralRe: Opening new browser window in a web user control Pin
Mohamed El Gohary25-Jun-06 21:20
Mohamed El Gohary25-Jun-06 21:20 
GeneralRe: Opening new browser window in a web user control Pin
Guffa27-Jun-06 8:15
Guffa27-Jun-06 8:15 
Questionacrobat pdf Pin
sund7wells24-Jun-06 23:20
sund7wells24-Jun-06 23:20 
QuestionVoting with ASP.NET Pin
YuanHong.T24-Jun-06 21:59
YuanHong.T24-Jun-06 21:59 
Questionfull text search Pin
YasserSalama24-Jun-06 19:39
YasserSalama24-Jun-06 19:39 

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.