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

ASP.NET

 
AnswerRe: drag drop lists Pin
eyeseetee16-Jul-08 1:15
eyeseetee16-Jul-08 1:15 
GeneralRe: drag drop lists Pin
eyeseetee16-Jul-08 4:01
eyeseetee16-Jul-08 4:01 
Questioncustom Template databound control in asp.net 2.0 Pin
Member 392066716-Jul-08 0:44
Member 392066716-Jul-08 0:44 
Generalupdate gridview ----help pls Pin
merinkmathew16-Jul-08 0:22
merinkmathew16-Jul-08 0:22 
GeneralRe: update gridview ----help pls Pin
Herman<T>.Instance16-Jul-08 1:55
Herman<T>.Instance16-Jul-08 1:55 
GeneralRe: update gridview ----help pls Pin
merinkmathew16-Jul-08 4:09
merinkmathew16-Jul-08 4:09 
GeneralRe: update gridview ----help pls Pin
Herman<T>.Instance16-Jul-08 6:05
Herman<T>.Instance16-Jul-08 6:05 
QuestionProblem in accessing Runtime Controls Pin
nagendrathecoder16-Jul-08 0:10
nagendrathecoder16-Jul-08 0:10 
Hello friends,

I am adding some checkboxes dynamically by following method:

Dim chk As New CheckBox
chk.ID = "Random String"
chk.Text = "Random String"
chk.AutoPostBack = True
AddHandler chk.CheckedChanged, AddressOf chkSelected_CheckedChanged
Page.Form.Controls.Add(chk)

I have also added event handler of checkbox as:
Protected Sub chkSelected_CheckedChanged(ByVal sender As Object, ByVal e As System.EventArgs)
Response.Write("
" & sender.Checked)
End Sub


I am also trying to access these controls by FindControl() method as ".netman" told to.

But the problem is i am not able to check or uncheck those checkboxes and also those are not showing in FindControl() method.


I even tried to create controls in Page_Init method but its still not working.
Can anybody tell me what is wrong?

Thanks and Regards,
Nagendra
AnswerRe: Problem in accessing Runtime Controls [modified] Pin
Imran Khan Pathan16-Jul-08 0:47
Imran Khan Pathan16-Jul-08 0:47 
QuestionASP.NET Caching [modified] Pin
10215-Jul-08 23:52
10215-Jul-08 23:52 
AnswerRe: ASP.NET Caching Pin
Sathesh Sakthivel15-Jul-08 23:55
Sathesh Sakthivel15-Jul-08 23:55 
AnswerRe: ASP.NET Caching Pin
eyeseetee16-Jul-08 0:28
eyeseetee16-Jul-08 0:28 
AnswerRe: ASP.NET Caching Pin
sumit703416-Jul-08 0:30
sumit703416-Jul-08 0:30 
Questionpaging doesnt work in update panel Pin
eyeseetee15-Jul-08 23:45
eyeseetee15-Jul-08 23:45 
AnswerRe: paging doesnt work in update panel Pin
Venkatesh Mookkan15-Jul-08 23:48
Venkatesh Mookkan15-Jul-08 23:48 
GeneralRe: paging doesnt work in update panel Pin
eyeseetee16-Jul-08 0:01
eyeseetee16-Jul-08 0:01 
QuestionGridView Pin
Assaf8215-Jul-08 23:36
Assaf8215-Jul-08 23:36 
AnswerRe: GridView Pin
Venkatesh Mookkan15-Jul-08 23:50
Venkatesh Mookkan15-Jul-08 23:50 
GeneralRe: GridView Pin
Assaf8215-Jul-08 23:53
Assaf8215-Jul-08 23:53 
GeneralRe: GridView Pin
Assaf8216-Jul-08 0:00
Assaf8216-Jul-08 0:00 
AnswerRe: GridView Pin
sumit703415-Jul-08 23:52
sumit703415-Jul-08 23:52 
Questionmultiple datatble datas in different different excel files Pin
Member 387988115-Jul-08 22:58
Member 387988115-Jul-08 22:58 
AnswerRe: multiple datatble datas in different different excel files Pin
Sherin Iranimose15-Jul-08 23:28
Sherin Iranimose15-Jul-08 23:28 
GeneralRe: multiple datatble datas in different different excel files Pin
Member 387988115-Jul-08 23:40
Member 387988115-Jul-08 23:40 
GeneralRe: multiple datatble datas in different different excel files Pin
Sherin Iranimose16-Jul-08 0:07
Sherin Iranimose16-Jul-08 0:07 

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.