Click here to Skip to main content
16,020,347 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: String Manupulation Pin
Guffa30-Nov-06 2:16
Guffa30-Nov-06 2:16 
AnswerRe: String Manupulation Pin
J4amieC30-Nov-06 2:39
J4amieC30-Nov-06 2:39 
GeneralRe: String Manupulation Pin
jegastar30-Nov-06 2:45
jegastar30-Nov-06 2:45 
Questionprotected function Pin
monika_vasvani30-Nov-06 1:20
monika_vasvani30-Nov-06 1:20 
AnswerRe: protected function Pin
InsDev30-Nov-06 1:34
InsDev30-Nov-06 1:34 
GeneralRe: protected function Pin
monika_vasvani30-Nov-06 1:50
monika_vasvani30-Nov-06 1:50 
GeneralRe: protected function Pin
indianet30-Nov-06 4:07
indianet30-Nov-06 4:07 
GeneralRe: protected function Pin
monika_vasvani30-Nov-06 19:50
monika_vasvani30-Nov-06 19:50 
Hi
Thanks for kindly response.I have written as u say but it's not working.

I give u code if possible check it.

Hi

I have one datagrid name as dg_unit on a form.

I am adding a new datagrid name as dg_diagnosis at runtime in dg_unit datagrid.

I am adding a new checkbox control at runtime in dg_diagnosis grid.

i am adding event handler to checkboxes.But event is not fired.

I give a code which is written by me.

If any correction or missing pls suggest me.

For Each ditem In dg_diagnosis.Items
Dim str As String = ditem.Cells(1).Text
Dim chk As New CheckBox
chk.ID = "chk"
ditem.Cells(0).Controls.Add(chk)
AddHandler chk.CheckedChanged, AddressOf chk_CheckedChanged
Next

Public Sub chk_CheckedChanged(ByVal sende As Object, ByVal e As System.EventArgs) Response.Write("hi")
End Sub

Thanks
monika
GeneralRe: protected function Pin
ednrgc30-Nov-06 4:17
ednrgc30-Nov-06 4:17 
QuestionValidation Pin
JVVS30-Nov-06 1:17
JVVS30-Nov-06 1:17 
AnswerRe: Validation Pin
Eduard Keilholz30-Nov-06 2:35
Eduard Keilholz30-Nov-06 2:35 
AnswerRe: Validation Pin
ednrgc30-Nov-06 4:24
ednrgc30-Nov-06 4:24 
QuestionIs it possible link javascript with C# on ASP.net form Pin
phijophlip30-Nov-06 1:03
phijophlip30-Nov-06 1:03 
AnswerRe: Is it possible link javascript with C# on ASP.net form Pin
RichardGrimmer30-Nov-06 1:59
RichardGrimmer30-Nov-06 1:59 
AnswerRe: Is it possible link javascript with C# on ASP.net form Pin
shivarishxxxx30-Nov-06 8:58
shivarishxxxx30-Nov-06 8:58 
QuestionRedirect to Paypal [modified] Pin
Imran Khan Pathan30-Nov-06 1:03
Imran Khan Pathan30-Nov-06 1:03 
AnswerRe: Redirect to Paypal Pin
Torsten Mauz30-Nov-06 1:22
Torsten Mauz30-Nov-06 1:22 
AnswerRe: Redirect to Paypal Pin
Guffa30-Nov-06 2:08
Guffa30-Nov-06 2:08 
AnswerRe: Redirect to Paypal Pin
Imran Khan Pathan30-Nov-06 2:30
Imran Khan Pathan30-Nov-06 2:30 
AnswerRe: Redirect to Paypal Pin
Torsten Mauz30-Nov-06 2:32
Torsten Mauz30-Nov-06 2:32 
AnswerRe: Redirect to Paypal Pin
ednrgc30-Nov-06 4:21
ednrgc30-Nov-06 4:21 
QuestionDatagrid checkboxes problem Pin
Kissy1630-Nov-06 0:53
Kissy1630-Nov-06 0:53 
AnswerRe: Datagrid checkboxes problem Pin
ednrgc30-Nov-06 4:24
ednrgc30-Nov-06 4:24 
QuestionFile Upload in asp.net Pin
aaraaayen30-Nov-06 0:44
aaraaayen30-Nov-06 0:44 
AnswerRe: File Upload in asp.net Pin
Torsten Mauz30-Nov-06 1:25
Torsten Mauz30-Nov-06 1:25 

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.