Click here to Skip to main content
15,918,596 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionListBox, Multiple Selections Pin
totocaster24-Jul-07 23:44
totocaster24-Jul-07 23:44 
AnswerRe: ListBox, Multiple Selections Pin
N a v a n e e t h25-Jul-07 1:22
N a v a n e e t h25-Jul-07 1:22 
AnswerRe: ListBox, Multiple Selections Pin
BasharatAli25-Jul-07 1:34
BasharatAli25-Jul-07 1:34 
QuestionIncluding Javascript code Pin
Sam Heller24-Jul-07 23:25
Sam Heller24-Jul-07 23:25 
AnswerRe: Including Javascript code Pin
Imran Khan Pathan24-Jul-07 23:41
Imran Khan Pathan24-Jul-07 23:41 
GeneralRe: Including Javascript code Pin
Sam Heller24-Jul-07 23:45
Sam Heller24-Jul-07 23:45 
GeneralRe: Including Javascript code Pin
szukuro25-Jul-07 0:02
szukuro25-Jul-07 0:02 
QuestionOpen popup window on selectedIndexChange of "asp:dropdownlist" Pin
deep724-Jul-07 23:25
deep724-Jul-07 23:25 
Hi,
In my application i have a "asp:dropdownlist" control on whose selectedIndexChange event i need to call a javascript function.
But i get build error:Too many characters in character literal.

If i remove 'runat=s"server" then its doesn't give build error, but on load of page, it doesn't show the control.

<asp:DropDownList runat="server" ID="ddListSelect" EnableViewState="true" CssClass="ddListStyle"
style="z-index: 102; left: 384px; position: absolute; top: 40px" Width="117px"
OnSelectedIndexChanged="javascript:openPopupNew('frmPopup.aspx')" >
<asp:ListItem Value="Spain">Spanish</asp:ListItem>
<asp:ListItem Value="Turkey">Turkish</asp:ListItem>
<asp:ListItem Value="England">English</asp:ListItem>
</asp:DropDownList>

What can i do get rid of the build error, n for the javascript code to get executed successfully?
Could anyone plz help?
Thanks
AnswerRe: Open popup window on selectedIndexChange of "asp:dropdownlist" Pin
Imran Khan Pathan24-Jul-07 23:43
Imran Khan Pathan24-Jul-07 23:43 
GeneralRe: Open popup window on selectedIndexChange of &quot;asp:dropdownlist&quot; Pin
deep724-Jul-07 23:49
deep724-Jul-07 23:49 
AnswerRe: Open popup window on selectedIndexChange of "asp:dropdownlist" Pin
szukuro24-Jul-07 23:51
szukuro24-Jul-07 23:51 
GeneralRe: Open popup window on selectedIndexChange of "asp:dropdownlist" Pin
deep725-Jul-07 0:10
deep725-Jul-07 0:10 
Questionhow to add record to next row in datagrid Pin
rahul.net1124-Jul-07 23:19
rahul.net1124-Jul-07 23:19 
GeneralRe: how to add record to next row in datagrid Pin
BasharatAli24-Jul-07 23:58
BasharatAli24-Jul-07 23:58 
GeneralRe: how to add record to next row in datagrid Pin
rahul.net1125-Jul-07 0:28
rahul.net1125-Jul-07 0:28 
AnswerRe: how to add record to next row in datagrid Pin
BasharatAli25-Jul-07 0:52
BasharatAli25-Jul-07 0:52 
GeneralRe: how to add record to next row in datagrid Pin
rahul.net1125-Jul-07 2:24
rahul.net1125-Jul-07 2:24 
QuestionIntresting Task- But Very urgent Pin
sharruom24-Jul-07 23:18
sharruom24-Jul-07 23:18 
QuestionError in updating date Pin
n_gchaitra24-Jul-07 23:09
n_gchaitra24-Jul-07 23:09 
AnswerRe: Error in updating date Pin
N a v a n e e t h25-Jul-07 1:28
N a v a n e e t h25-Jul-07 1:28 
GeneralRe: Error in updating date Pin
n_gchaitra27-Jul-07 0:29
n_gchaitra27-Jul-07 0:29 
Questiononline gaming project Pin
purvi barot24-Jul-07 22:45
purvi barot24-Jul-07 22:45 
AnswerRe: online gaming project Pin
Edwin Syarief25-Jul-07 22:37
Edwin Syarief25-Jul-07 22:37 
QuestionDisable all textbox & window.open problem Pin
J Liang24-Jul-07 22:38
J Liang24-Jul-07 22:38 
AnswerRe: Disable all textbox & window.open problem Pin
Red_Wizard_Shot_The_Food24-Jul-07 22:59
Red_Wizard_Shot_The_Food24-Jul-07 22:59 

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.