Click here to Skip to main content
15,923,273 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Img at run time (Asp.net 2.0) Pin
BalasubramanianK9-Feb-09 0:00
BalasubramanianK9-Feb-09 0:00 
GeneralRe: Img at run time (Asp.net 2.0) Pin
N a v a n e e t h9-Feb-09 0:30
N a v a n e e t h9-Feb-09 0:30 
GeneralRe: Img at run time (Asp.net 2.0) Pin
BalasubramanianK9-Feb-09 0:39
BalasubramanianK9-Feb-09 0:39 
AnswerRe: Img at run time (Asp.net 2.0) Pin
sepel9-Feb-09 4:41
sepel9-Feb-09 4:41 
QuestionTextbox text changed/ Keypress event Pin
5fingers8-Feb-09 21:44
5fingers8-Feb-09 21:44 
AnswerRe: Textbox text changed/ Keypress event Pin
N a v a n e e t h8-Feb-09 22:04
N a v a n e e t h8-Feb-09 22:04 
AnswerRe: Textbox text changed/ Keypress event Pin
sepel9-Feb-09 4:42
sepel9-Feb-09 4:42 
AnswerRe: Textbox text changed/ Keypress event Pin
Ranjit Viswakumar9-Feb-09 16:50
Ranjit Viswakumar9-Feb-09 16:50 
Web applications are little different because you have server-side and client-side processing. Getting the page to validate on the fly can be done by AutoPostBack but this can get resource consuming for every keystroke. These types of changes are better fielded by the browser using Javascript-

http://w3schools.com/jsref/jsref_onchange.asp[^]

The onChange event can be used to enact form validation. If you really need some VB or C# in play here, you might try to enact some AJAX with the onChange event. Good luck.

Ranjit Viswakumar
Professional Services Specialist
http://hostmysite.com/?utm_source=bb

Questionhow to get file .. Pin
anujbanka17848-Feb-09 21:18
anujbanka17848-Feb-09 21:18 
AnswerRe: how to get file .. Pin
N a v a n e e t h8-Feb-09 21:43
N a v a n e e t h8-Feb-09 21:43 
GeneralRe: how to get file .. Pin
anujbanka17848-Feb-09 23:49
anujbanka17848-Feb-09 23:49 
QuestionHow to do ASP.NET C# Chart Pin
ZZTop7778-Feb-09 21:03
ZZTop7778-Feb-09 21:03 
AnswerRe: How to do ASP.NET C# Chart Pin
Abhishek Sur8-Feb-09 21:13
professionalAbhishek Sur8-Feb-09 21:13 
AnswerRe: How to do ASP.NET C# Chart Pin
N a v a n e e t h8-Feb-09 22:04
N a v a n e e t h8-Feb-09 22:04 
AnswerRe: How to do ASP.NET C# Chart Pin
Paul Tumelty8-Feb-09 23:42
Paul Tumelty8-Feb-09 23:42 
QuestionSearch Function Using Chinese Character Pin
HatakeKaKaShi8-Feb-09 20:55
HatakeKaKaShi8-Feb-09 20:55 
AnswerRe: Search Function Using Chinese Character Pin
N a v a n e e t h8-Feb-09 21:24
N a v a n e e t h8-Feb-09 21:24 
QuestionHow to save a xml file in a listbox using c#.net Pin
Saranya.Zy8-Feb-09 20:46
Saranya.Zy8-Feb-09 20:46 
AnswerRe: How to save a xml file in a listbox using c#.net Pin
Abhishek Sur8-Feb-09 20:50
professionalAbhishek Sur8-Feb-09 20:50 
GeneralRe: How to save a xml file in a listbox using c#.net Pin
Saranya.Zy8-Feb-09 20:54
Saranya.Zy8-Feb-09 20:54 
GeneralRe: How to save a xml file in a listbox using c#.net Pin
Abhishek Sur8-Feb-09 21:12
professionalAbhishek Sur8-Feb-09 21:12 
QuestionSave and Email PDF Pin
DotNetCoderJunior8-Feb-09 20:31
DotNetCoderJunior8-Feb-09 20:31 
AnswerRe: Save and Email PDF Pin
Abhishek Sur8-Feb-09 20:59
professionalAbhishek Sur8-Feb-09 20:59 
Questionmysql database backup from server to the local machine Pin
sbua8-Feb-09 20:22
sbua8-Feb-09 20:22 
AnswerRe: mysql database backup from server to the local machine Pin
Christian Graus8-Feb-09 20:27
protectorChristian Graus8-Feb-09 20:27 

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.