Click here to Skip to main content
15,889,992 members
Home / Discussions / ASP.NET
   

ASP.NET

 
SuggestionRe: Adjusting "Session-Time-Out-Warning-Message" to be suitable for Master/Content Pages Pin
Richard Deeming1-Aug-14 2:06
mveRichard Deeming1-Aug-14 2:06 
QuestionAdding *.js Routes to *.aspx Files Pin
Skippums31-Jul-14 7:54
Skippums31-Jul-14 7:54 
AnswerRe: Adding *.js Routes to *.aspx Files Pin
Richard Deeming31-Jul-14 9:11
mveRichard Deeming31-Jul-14 9:11 
QuestionSilverlight Integration like Bespoke Digital Media using Asp.NET? Pin
mailmeat30-Jul-14 21:47
mailmeat30-Jul-14 21:47 
Questionasp.net project Pin
Dhruvesh Hotha30-Jul-14 10:59
Dhruvesh Hotha30-Jul-14 10:59 
AnswerRe: asp.net project Pin
Richard MacCutchan30-Jul-14 20:55
mveRichard MacCutchan30-Jul-14 20:55 
AnswerRe: asp.net project Pin
Sibeesh KV29-Sep-14 1:45
professionalSibeesh KV29-Sep-14 1:45 
QuestionASP.net Ajax CalendarExtender in gridview can't set BehaviorID (Two components with the same id '{BehaviorID}' can't be added to the application) Pin
VietNameseHue29-Jul-14 23:27
VietNameseHue29-Jul-14 23:27 
I have CalendarExtender in asp.net gridview control:
<asp:gridview id="grvTest" runat="server" autogeneratecolumns="False" style="width: 100%;">
<asp:templatefield headertext="Calendar Date">
<itemtemplate>
<asp:textbox id="txtTestDate" runat="server" text="<%# Bind("TestDate")%>">
<asp:image id="imgCalendarTestDate" runat="server" imageurl="~/Images/Icons/calendar.png">
<ajaxtoolkit:calendarextender id="CalendarExtenderTestDate" runat="server" behaviorid="BehaviorHideTestDateControl" popupbuttonid="imgCalendarTestDate"
="" popupposition="BottomRight" targetcontrolid="txtTestDate">



---------------------------------------------------------------------
I know in the application/page BehaviorIDs are unique.
Above code follow throw error: Two components with the same id 'BehaviorHideTestDateControl' can't be added to the application.
I'm tried solution: dynamic BehaviorID (foreach row Behavior will equal row ID) but can't.
Please bring your ideas or solutions?

Thanks!

modified 30-Jul-14 21:22pm.

QuestionASP.NET MVC create custom search form Pin
medodesign29-Jul-14 8:57
medodesign29-Jul-14 8:57 
SuggestionRe: ASP.NET MVC create custom search form Pin
Richard Deeming29-Jul-14 9:18
mveRichard Deeming29-Jul-14 9:18 
QuestionHow to Upload Directory Pin
Samarjeet Singh@india29-Jul-14 4:51
Samarjeet Singh@india29-Jul-14 4:51 
AnswerRe: How to Upload Directory Pin
jkirkerx29-Jul-14 7:55
professionaljkirkerx29-Jul-14 7:55 
QuestionRe: How to Upload Directory Pin
ZurdoDev29-Jul-14 8:09
professionalZurdoDev29-Jul-14 8:09 
JokeRe: How to Upload Directory Pin
Kornfeld Eliyahu Peter29-Jul-14 10:16
professionalKornfeld Eliyahu Peter29-Jul-14 10:16 
GeneralRe: How to Upload Directory Pin
ZurdoDev29-Jul-14 10:20
professionalZurdoDev29-Jul-14 10:20 
AnswerRe: How to Upload Directory Pin
meeram3929-Jul-14 18:31
professionalmeeram3929-Jul-14 18:31 
AnswerRe: How to Upload Directory Pin
jkirkerx30-Jul-14 10:05
professionaljkirkerx30-Jul-14 10:05 
AnswerRe: How to Upload Directory Pin
Nathan Minier1-Aug-14 4:04
professionalNathan Minier1-Aug-14 4:04 
QuestionRandom 8 digit number Pin
byka28-Jul-14 4:55
byka28-Jul-14 4:55 
AnswerRe: Random 8 digit number Pin
Richard Deeming28-Jul-14 5:26
mveRichard Deeming28-Jul-14 5:26 
GeneralRe: Random 8 digit number Pin
byka28-Jul-14 5:51
byka28-Jul-14 5:51 
GeneralRe: Random 8 digit number Pin
Richard Deeming28-Jul-14 6:12
mveRichard Deeming28-Jul-14 6:12 
GeneralRe: Random 8 digit number Pin
byka28-Jul-14 6:20
byka28-Jul-14 6:20 
GeneralRe: Random 8 digit number Pin
Richard Deeming28-Jul-14 6:22
mveRichard Deeming28-Jul-14 6:22 
GeneralRe: Random 8 digit number Pin
byka29-Jul-14 1:51
byka29-Jul-14 1:51 

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.