Click here to Skip to main content
16,011,120 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to Drag a control in web page , which is not a web part Pin
N a v a n e e t h1-Jun-08 22:19
N a v a n e e t h1-Jun-08 22:19 
AnswerRe: How to Drag a control in web page , which is not a web part Pin
eyeseetee1-Jun-08 22:32
eyeseetee1-Jun-08 22:32 
QuestionNeed online interact classes of new products Pin
Satish - Developer1-Jun-08 21:45
Satish - Developer1-Jun-08 21:45 
AnswerRe: Need online interact classes of new products Pin
N a v a n e e t h1-Jun-08 22:17
N a v a n e e t h1-Jun-08 22:17 
GeneralRe: Need online interact classes of new products Pin
Satish - Developer2-Jun-08 0:10
Satish - Developer2-Jun-08 0:10 
AnswerRe: Need online interact classes of new products Pin
eyeseetee1-Jun-08 22:31
eyeseetee1-Jun-08 22:31 
AnswerRe: Need online interact classes of new products Pin
Vasudevan Deepak Kumar1-Jun-08 23:50
Vasudevan Deepak Kumar1-Jun-08 23:50 
QuestionAuto Complete Extender Pin
wantToLearn1-Jun-08 21:19
wantToLearn1-Jun-08 21:19 
Hi People,

I have an ACE placed on a user control.

If no matching results are found for the criteria supplied I display --> No match found. Please select the item that matches your field of expertise.

This is a bit late and maybe less intuitive.

What I would like is to place a non selectable item in the result list at the very bottom. It would say --> Please select the item that matches your field of expertise.

The result list would then look like this below.

Finance
Clerk
Developer
Trader
Retail
etc
--------------------
Please select the item that matches your field of expertise


The last 2 lines would have some javascript that would prevent them from being selected. The webservice current does this ...

<br />
<br />
If Not (tblOccupations.hasRows) Then Return New String() {"Not found. Please try again for the closest match"}<br />
            Dim items As List(Of String) = New List(Of String)(tblOccupations.totalRows - 1)<br />
            While (tblOccupations.nextRecord)<br />
                items.Add(tblOccupations.OCCUPATION_NAME)<br />
            End While<br />
            '--- Add Text To Inform User To Select The Closest Match<br />
            items.Add("-------------------------------")<br />
            items.Add("Please select the item that matches your field of expertise")<br />
            Return items.ToArray()<br />
<br />


Is it at all possible to add any javascript here?

Many thanks
QuestionModalPopupExtender Pin
immu51-Jun-08 19:34
immu51-Jun-08 19:34 
AnswerRe: ModalPopupExtender Pin
Vinay Dornala1-Jun-08 21:33
Vinay Dornala1-Jun-08 21:33 
GeneralRe: ModalPopupExtender Pin
immu51-Jun-08 22:27
immu51-Jun-08 22:27 
AnswerRe: ModalPopupExtender Pin
Imran Khan Pathan1-Jun-08 21:55
Imran Khan Pathan1-Jun-08 21:55 
Questionsession variables in the ascx (web user control file) Pin
Pankaj Garg1-Jun-08 19:09
Pankaj Garg1-Jun-08 19:09 
AnswerRe: session variables in the ascx (web user control file) Pin
Usharva1-Jun-08 19:11
Usharva1-Jun-08 19:11 
QuestionRe: session variables in the ascx (web user control file) Pin
Pankaj Garg1-Jun-08 19:18
Pankaj Garg1-Jun-08 19:18 
AnswerRe: session variables in the ascx (web user control file) Pin
N a v a n e e t h1-Jun-08 19:30
N a v a n e e t h1-Jun-08 19:30 
QuestionAny RAD(rapid action Development ) for ASP.net 2.0 [modified] Pin
Amar Chaudhary1-Jun-08 18:07
Amar Chaudhary1-Jun-08 18:07 
AnswerRe: Any RAD(rapid action Develiopment ) for ASP.net 2.0 Pin
Ennis Ray Lynch, Jr.1-Jun-08 18:22
Ennis Ray Lynch, Jr.1-Jun-08 18:22 
AnswerRe: Any RAD(rapid action Development ) for ASP.net 2.0 Pin
Pete O'Hanlon1-Jun-08 21:43
mvePete O'Hanlon1-Jun-08 21:43 
QuestionXml webservice and ASP.NET webservice Pin
Ananthalvan1-Jun-08 14:49
Ananthalvan1-Jun-08 14:49 
QuestionHTML Editor Pin
mehrdadc481-Jun-08 5:55
mehrdadc481-Jun-08 5:55 
AnswerRe: HTML Editor Pin
ChrisFarrugia1-Jun-08 6:12
ChrisFarrugia1-Jun-08 6:12 
QuestionBest path structure for images Pin
ChrisFarrugia1-Jun-08 5:34
ChrisFarrugia1-Jun-08 5:34 
AnswerRe: Best path structure for images Pin
Vasudevan Deepak Kumar1-Jun-08 18:37
Vasudevan Deepak Kumar1-Jun-08 18:37 
Questionvb asp.net login Pin
saeedmogadamy1-Jun-08 1:08
saeedmogadamy1-Jun-08 1: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.