Click here to Skip to main content
15,910,603 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralMySQL Encoding Problem with ASP.NET Pin
Waleed Eissa3-Feb-08 3:06
Waleed Eissa3-Feb-08 3:06 
Generalrequiredfieldvalidator doesn't work properly within updatepanel Pin
Kariem Soudy2-Feb-08 21:54
Kariem Soudy2-Feb-08 21:54 
Generalasp.net Pin
sindhujadoss2-Feb-08 19:22
sindhujadoss2-Feb-08 19:22 
GeneralRe: asp.net Pin
pmarfleet2-Feb-08 22:31
pmarfleet2-Feb-08 22:31 
AnswerRe: asp.net Pin
John-ph2-Feb-08 23:17
John-ph2-Feb-08 23:17 
GeneralRe: asp.net Pin
Jintal Patel4-Feb-08 23:46
Jintal Patel4-Feb-08 23:46 
GeneralServerside Viewstate problems Pin
Member 40915372-Feb-08 9:25
Member 40915372-Feb-08 9:25 
GeneralA developing problem Pin
mehrdadc482-Feb-08 7:43
mehrdadc482-Feb-08 7:43 
Hi,
In DayRender Event of a calendar, I have bind data to a radioButtonList:

rblTimes.DataTextField = "Time";
rblTimes.DataValueField = "Time";
rblTimes.DataSource = dtFreeTime;
rblTimes.DataBind();
that dtFreeTime is a DataTable that I filled it in above event,(It must fill dynamically, related to calendar and the data is not from DB. It's some numbers that calculate related to calendar).
Now, In Click event of a button, I want to know which item of radioButtonList is selected,but it always return -1 for selectedIndex.
I think because the datasource of radioButtonList is dynamic, it disposed and selectedIndex is missed.
now, How can gain the selectedIndex?

Best wishes

AnswerRe: A developing problem Pin
Venkatesh Mookkan3-Feb-08 15:53
Venkatesh Mookkan3-Feb-08 15:53 
GeneralRe: A developing problem Pin
Expert Coming3-Feb-08 17:54
Expert Coming3-Feb-08 17:54 
QuestionDateTime.Now() Not updating or is being cached? Pin
Expert Coming2-Feb-08 7:10
Expert Coming2-Feb-08 7:10 
GeneralRe: DateTime.Now() Not updating or is being cached? Pin
Guffa3-Feb-08 7:11
Guffa3-Feb-08 7:11 
GeneralRe: DateTime.Now() Not updating or is being cached? Pin
Expert Coming3-Feb-08 17:50
Expert Coming3-Feb-08 17:50 
Generalerror uploading to server Pin
Boshkash2-Feb-08 1:13
Boshkash2-Feb-08 1:13 
GeneralRe: error uploading to server Pin
pmarfleet2-Feb-08 3:12
pmarfleet2-Feb-08 3:12 
QuestionHow to use Resource.resx file in my soution. Pin
Sasmi2-Feb-08 1:12
Sasmi2-Feb-08 1:12 
AnswerRe: How to use Resource.resx file in my soution. Pin
Preyatham2-Feb-08 5:05
Preyatham2-Feb-08 5:05 
AnswerRe: How to use Resource.resx file in my soution. Pin
John-ph3-Feb-08 0:08
John-ph3-Feb-08 0:08 
Questionhow i can make a list box to show the data in the columns type Pin
jagan1232-Feb-08 0:34
jagan1232-Feb-08 0:34 
AnswerRe: how i can make a list box to show the data in the columns type Pin
pmarfleet2-Feb-08 3:05
pmarfleet2-Feb-08 3:05 
Generalasp.net Pin
arivazhagi1-Feb-08 20:31
arivazhagi1-Feb-08 20:31 
GeneralRe: asp.net Pin
Michael Sync1-Feb-08 21:25
Michael Sync1-Feb-08 21:25 
GeneralRe: asp.net Pin
pmarfleet1-Feb-08 23:06
pmarfleet1-Feb-08 23:06 
GeneralRe: asp.net Pin
Colin Angus Mackay2-Feb-08 5:04
Colin Angus Mackay2-Feb-08 5:04 
GeneralRe: asp.net Pin
dilipv3-Feb-08 20:03
dilipv3-Feb-08 20:03 

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.