30 reputation
7
bio website
location
age
visits member for 5 months
seen Feb 21 at 18:31
stats profile views 6

Feb
1
asked Sharepoint Page is not saving
Jan
17
comment Sharepoint Webaprt
to check dynamically weather user exist in database
Jan
17
awarded  Informed
Jan
17
awarded  Scholar
Jan
17
accepted share point Page layout AJAX
Jan
17
accepted SharePoint Site collection
Jan
17
accepted Unable open to List in Data Sheet List View
Jan
17
asked Sharepoint Webaprt
Jan
16
comment Sharepoint webpart Jquery
what should be in confirm button
Jan
15
asked Sharepoint webpart Jquery
Jan
11
revised shrarepoint webpart adding a method in ascx
added 2 characters in body
Jan
11
asked shrarepoint webpart adding a method in ascx
Jan
2
awarded  Tumbleweed
Dec
31
comment share point Page layout AJAX
if i write like this $("#<%=lbKiidsUrl.ClientID%>").html(message.d); its working and i also have some message like sampletext < a href="testlink{0}/{1}.pdf">click here</a> but when i am trying to add confirm class dynamically. I can' t see label on the output
Dec
31
comment share point Page layout AJAX
its not working
Dec
31
awarded  Commentator
Dec
31
comment share point Page layout AJAX
message.d has text with href control in it . lbKiidsUrl is a label
Dec
31
comment share point Page layout AJAX
$("#<%=lbKiidsUrl.ClientID%>").html(message.d); $("#<%=lbKiidsUrl.ClientID%>").find("span:first").attr("onclick", "void(0)").addClass('confirmleave'); is this will work ??
Dec
31
comment share point Page layout AJAX
$("#<%=lbKiidsUrl.ClientID%>").html(message.d.find("span:first").attr("onclick", "void(0)").addClass('confirmleave')); i did above code but confirm leave script is not calling when i clicked on label? can you please tell me what i am doing wrong here
Dec
27
comment share point Page layout AJAX
setting of the label. I can see the output in alert but i want to attach output to a label. when ever dropdown changes label value need to changed