Click here to Skip to main content
15,919,245 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: upload file security risk? Pin
Vasudevan Deepak Kumar6-Dec-06 6:50
Vasudevan Deepak Kumar6-Dec-06 6:50 
AnswerRe: upload file security risk? Pin
l0kke6-Dec-06 6:52
l0kke6-Dec-06 6:52 
Questionhelp Pin
rony_mansy6-Dec-06 2:26
rony_mansy6-Dec-06 2:26 
AnswerRe: help Pin
Not Active6-Dec-06 2:38
mentorNot Active6-Dec-06 2:38 
AnswerRe: help Pin
Vasudevan Deepak Kumar6-Dec-06 6:50
Vasudevan Deepak Kumar6-Dec-06 6:50 
QuestionJavascript Problem Pin
monika_vasvani6-Dec-06 1:48
monika_vasvani6-Dec-06 1:48 
AnswerRe: Javascript Problem Pin
thomas_joyee6-Dec-06 2:46
thomas_joyee6-Dec-06 2:46 
GeneralRe: Javascript Problem Pin
monika_vasvani6-Dec-06 17:43
monika_vasvani6-Dec-06 17:43 
Hi
Thanks for yr help.

But i think u r not getting my exact problem.

I have datagrid which has first column as template column as checkbox.

Private Sub dg_diagnosis_ItemCreated(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DataGridItemEventArgs) Handles dg_diagnosis.ItemCreated
If e.Item.ItemType = ListItemType.AlternatingItem Or e.Item.ItemType = ListItemType.Item Then
Dim chk As New HtmlInputCheckBox
chk.ID = "chk"
id = chk.ID
e.Item.Cells(0).Controls.Add(chk)
Me.img_save.Attributes.Add("OnClick", "CheckList1();")
End If
End Sub

can u say me how to use this checkbox in javascript?

Hope u getting my question.

Thnaks
monika
AnswerRe: Javascript Problem Pin
kalyan_vb7-Dec-06 9:07
kalyan_vb7-Dec-06 9:07 
AnswerRe: TreeView question Pin
Not Active6-Dec-06 2:41
mentorNot Active6-Dec-06 2:41 
QuestionSimple problem Pin
-Yoyosh-6-Dec-06 1:25
-Yoyosh-6-Dec-06 1:25 
AnswerRe: Simple problem Pin
Guffa6-Dec-06 8:45
Guffa6-Dec-06 8:45 
QuestionASP.NET Form Pin
Khan.Bangash6-Dec-06 0:12
Khan.Bangash6-Dec-06 0:12 
QuestionRe: ASP.NET Form Pin
just3ala26-Dec-06 0:47
just3ala26-Dec-06 0:47 
AnswerRe: ASP.NET Form Pin
Vasudevan Deepak Kumar6-Dec-06 1:00
Vasudevan Deepak Kumar6-Dec-06 1:00 
GeneralRe: ASP.NET Form Pin
Khan.Bangash6-Dec-06 1:18
Khan.Bangash6-Dec-06 1:18 
GeneralRe: ASP.NET Form Pin
RenuKhot22-Dec-06 1:06
RenuKhot22-Dec-06 1:06 
Questionasp .net exe: Pin
Rmesh5-Dec-06 22:22
Rmesh5-Dec-06 22:22 
AnswerRe: asp .net exe: Pin
Fedor Hajdu6-Dec-06 0:22
professionalFedor Hajdu6-Dec-06 0:22 
GeneralRe: asp .net exe: Pin
Rmesh6-Dec-06 4:56
Rmesh6-Dec-06 4:56 
GeneralRe: asp .net exe: Pin
Vasudevan Deepak Kumar6-Dec-06 6:53
Vasudevan Deepak Kumar6-Dec-06 6:53 
QuestionTwo Forms Problem Pin
Khan.Bangash5-Dec-06 22:22
Khan.Bangash5-Dec-06 22:22 
AnswerRe: Two Forms Problem Pin
pineapple265-Dec-06 22:45
pineapple265-Dec-06 22:45 
QuestionSitemap, removing the parent Pin
phimix5-Dec-06 21:24
phimix5-Dec-06 21:24 
QuestionSend mail in c# code(asp.net 1.1)? Pin
ahmadnaghsh5-Dec-06 20:53
ahmadnaghsh5-Dec-06 20:53 

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.