Click here to Skip to main content
15,922,015 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: format date in gridview control Pin
Imran Khan Pathan24-Jul-07 21:19
Imran Khan Pathan24-Jul-07 21:19 
Questionsecurity problem to create files in shared wwwroot Pin
SamRST24-Jul-07 20:01
SamRST24-Jul-07 20:01 
AnswerRe: security problem to create files in shared wwwroot Pin
N a v a n e e t h24-Jul-07 20:23
N a v a n e e t h24-Jul-07 20:23 
GeneralRe: security problem to create files in shared wwwroot Pin
SamRST25-Jul-07 1:27
SamRST25-Jul-07 1:27 
QuestionDetailsView - selected object Pin
boy.pockets24-Jul-07 20:00
boy.pockets24-Jul-07 20:00 
QuestionText box Pin
Imthu24-Jul-07 19:34
Imthu24-Jul-07 19:34 
AnswerRe: Text box Pin
Christian Graus24-Jul-07 19:52
protectorChristian Graus24-Jul-07 19:52 
AnswerRe: Text box Pin
Arindam Tewary24-Jul-07 20:09
professionalArindam Tewary24-Jul-07 20:09 
Hi 1. Capture the key press event in javascript.
2. Using AJAX( go for XMLHTTP object of browser) sent the character you have pressed to the AJAX file(AJAX engine)
3. Get the result as string with some delimeter in it.
4. Separate the result
5. Show results in a DIV with proper style.

example:
Suppose you have typed 'a'
using AJAX you may send a HTTP get request like this
http://loclhost/AJAXFile.aspx?char=a
to get a result string this way ...
'aasha|abbas|arindam|asif'

Now manipulate this string using Javascript and build a DIV to display this resultset.

Hope this helps ...



Thanks,
Arindam D Tewary

GeneralRe: Text box Pin
tisaracorner24-Jul-07 21:11
tisaracorner24-Jul-07 21:11 
GeneralRe: Text box Pin
Christian Graus24-Jul-07 21:55
protectorChristian Graus24-Jul-07 21:55 
GeneralRe: Text box Pin
Arindam Tewary24-Jul-07 22:07
professionalArindam Tewary24-Jul-07 22:07 
GeneralRe: Text box Pin
Christian Graus24-Jul-07 22:08
protectorChristian Graus24-Jul-07 22:08 
GeneralRe: Text box Pin
Arindam Tewary24-Jul-07 22:17
professionalArindam Tewary24-Jul-07 22:17 
GeneralRe: Text box Pin
Arindam Tewary24-Jul-07 22:15
professionalArindam Tewary24-Jul-07 22:15 
GeneralRe: Text box Pin
tisaracorner24-Jul-07 22:19
tisaracorner24-Jul-07 22:19 
GeneralRe: Text box Pin
Arindam Tewary24-Jul-07 22:25
professionalArindam Tewary24-Jul-07 22:25 
GeneralRe: Text box Pin
tisaracorner24-Jul-07 22:31
tisaracorner24-Jul-07 22:31 
GeneralRe: Text box Pin
Arindam Tewary24-Jul-07 22:46
professionalArindam Tewary24-Jul-07 22:46 
QuestionError accessing file with white spaces: FileStream object Pin
Ranjit082924-Jul-07 19:33
professionalRanjit082924-Jul-07 19:33 
AnswerRe: Error accessing file with white spaces: FileStream object Pin
Guffa24-Jul-07 22:10
Guffa24-Jul-07 22:10 
AnswerRe: Error accessing file with white spaces: FileStream object Pin
Ranjit082924-Jul-07 22:40
professionalRanjit082924-Jul-07 22:40 
QuestionDoc to Pdf converter Pin
gauthee24-Jul-07 19:31
gauthee24-Jul-07 19:31 
AnswerRe: Doc to Pdf converter Pin
Christian Graus24-Jul-07 19:53
protectorChristian Graus24-Jul-07 19:53 
GeneralRe: Doc to Pdf converter Pin
gauthee24-Jul-07 20:06
gauthee24-Jul-07 20:06 
GeneralRe: Doc to Pdf converter Pin
Christian Graus24-Jul-07 20:08
protectorChristian Graus24-Jul-07 20:08 

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.