Click here to Skip to main content
16,004,927 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: reset button is getting fired 2nd time Pin
Nishant Singh21-Nov-08 3:27
Nishant Singh21-Nov-08 3:27 
QuestionHow to integrate fax with my asp.net application Pin
shames(Sam)21-Nov-08 2:37
shames(Sam)21-Nov-08 2:37 
AnswerRe: How to integrate fax with my asp.net application Pin
Christian Graus21-Nov-08 8:48
protectorChristian Graus21-Nov-08 8:48 
QuestionJavaScript problem for IE 6.0 Pin
thomasa21-Nov-08 2:36
thomasa21-Nov-08 2:36 
AnswerRe: JavaScript problem for IE 6.0 Pin
Christian Graus21-Nov-08 8:49
protectorChristian Graus21-Nov-08 8:49 
QuestionDropdownlist problem Pin
Kissy1621-Nov-08 1:11
Kissy1621-Nov-08 1:11 
AnswerRe: Dropdownlist problem Pin
praveensri21-Nov-08 1:50
praveensri21-Nov-08 1:50 
AnswerRe: Dropdownlist problem Pin
Nishant Singh21-Nov-08 3:17
Nishant Singh21-Nov-08 3:17 
Hi,
If I am not wrong you want to check whether the value you are entering in textbox already exist in DropDown ?
Well U can extensively use JavaScript for this purpose,
On KeyPress event of the TextBox
Compare the Value in TextBox with DropDownList options
if it matches any Value of DropDownList using substring method
(ie if Text in the Textbox is found to be the Substring of any existing value of DropDownList Set that option as selected )
This should be the approach according to me.
Give me a Day or 2 iwill try to implement it myself Cool | :cool:
Questionimage drag and drop .Compose,crop,roteted, adjust on other image Pin
sanjay3021-Nov-08 1:01
sanjay3021-Nov-08 1:01 
AnswerRe: image drag and drop .Compose,crop,roteted, adjust on other image Pin
Christian Graus21-Nov-08 8:49
protectorChristian Graus21-Nov-08 8:49 
GeneralRe: image drag and drop .Compose,crop,roteted, adjust on other image Pin
sanjay301-Dec-08 22:01
sanjay301-Dec-08 22:01 
QuestionMenu Problem Pin
krishnaveer21-Nov-08 0:49
krishnaveer21-Nov-08 0:49 
AnswerRe: Menu Problem Pin
Christian Graus21-Nov-08 8:51
protectorChristian Graus21-Nov-08 8:51 
QuestionHow i upload a doc file and save it contents in database Pin
manish281021-Nov-08 0:36
manish281021-Nov-08 0:36 
AnswerRe: How i upload a doc file and save it contents in database Pin
Ashfield21-Nov-08 1:17
Ashfield21-Nov-08 1:17 
QuestionDescriptionUrl Pin
nicetohaveyou21-Nov-08 0:31
nicetohaveyou21-Nov-08 0:31 
AnswerRe: DescriptionUrl Pin
Nishant Singh21-Nov-08 3:05
Nishant Singh21-Nov-08 3:05 
Questiondatable & ajax Pin
Sebastian T Xavier21-Nov-08 0:05
Sebastian T Xavier21-Nov-08 0:05 
AnswerRe: datable & ajax Pin
Nishant Singh21-Nov-08 2:56
Nishant Singh21-Nov-08 2:56 
AnswerRe: datable & ajax Pin
Christian Graus21-Nov-08 8:52
protectorChristian Graus21-Nov-08 8:52 
QuestionAdding Tooltip to dropdownlist Pin
gomsvetri21-Nov-08 0:05
gomsvetri21-Nov-08 0:05 
QuestionActiveX Pin
ellllllllie20-Nov-08 23:31
ellllllllie20-Nov-08 23:31 
AnswerRe: ActiveX Pin
Ashfield20-Nov-08 23:39
Ashfield20-Nov-08 23:39 
AnswerRe: ActiveX Pin
scottgp21-Nov-08 3:05
professionalscottgp21-Nov-08 3:05 
AnswerRe: ActiveX Pin
Paul Conrad21-Nov-08 6:23
professionalPaul Conrad21-Nov-08 6:23 

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.