Click here to Skip to main content
15,885,366 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: How to implement a service "beside" my web-site Pin
ZurdoDev15-Apr-15 3:34
professionalZurdoDev15-Apr-15 3:34 
AnswerRe: How to implement a service "beside" my web-site Pin
Frygreen15-Apr-15 6:33
Frygreen15-Apr-15 6:33 
QuestionRe: How to implement a service "beside" my web-site Pin
ZurdoDev15-Apr-15 6:35
professionalZurdoDev15-Apr-15 6:35 
QuestionTelerik MVC Pin
Susil Ku Padhi10-Apr-15 2:45
Susil Ku Padhi10-Apr-15 2:45 
QuestionGoogle map server control Problem Pin
ali_heidari_9-Apr-15 11:55
ali_heidari_9-Apr-15 11:55 
SuggestionRe: Google map server control Problem Pin
ZurdoDev15-Apr-15 3:34
professionalZurdoDev15-Apr-15 3:34 
GeneralRe: Google map server control Problem Pin
ali_heidari_15-Apr-15 18:52
ali_heidari_15-Apr-15 18:52 
QuestionDelete repeater marked items Pin
Otekpo Emmanuel7-Apr-15 1:32
Otekpo Emmanuel7-Apr-15 1:32 
Good day friends! Am having problem with my page design. I have a repeater control displaying many items and I placed a checkbox that users can mark then click on Delete mark button. I noticed that when I click the button, i will recieve the following error Object reference not set to an object. If I placed this button as repeater item, this error will not occur but external control will cause this error and I have tried selecting the items but still to no avail. Help please
Below are the codes am using within the button sub
Select Case e.Item.ItemType
Case ListItemType.EditItem
Dim chk as CheckBox = e.Items.FindControl("CheckBox1")
If chk.Value = Checked Then
 'code to perform the deletion
End if
End Select
The line where the error occured is the
Select Case e.Item.ItemType
and
Dim chk As CheckBox = e.Items.FindControl("CheckBox1")

AnswerRe: Delete repeater marked items Pin
Blikkies10-Apr-15 3:18
professionalBlikkies10-Apr-15 3:18 
Questiondate picker textbox in asp.net Pin
Praveen Kandari6-Apr-15 1:52
Praveen Kandari6-Apr-15 1:52 
AnswerRe: date picker textbox in asp.net Pin
Peter Leow6-Apr-15 2:02
professionalPeter Leow6-Apr-15 2:02 
AnswerRe: date picker textbox in asp.net Pin
RajeeshMenoth6-Apr-15 2:45
professionalRajeeshMenoth6-Apr-15 2:45 
GeneralRe: date picker textbox in asp.net Pin
Richard MacCutchan6-Apr-15 8:09
mveRichard MacCutchan6-Apr-15 8:09 
AnswerRe: date picker textbox in asp.net Pin
RajeeshMenoth6-Apr-15 2:51
professionalRajeeshMenoth6-Apr-15 2:51 
Questiondatepicker textbox in asp.net Pin
Praveen Kandari6-Apr-15 1:46
Praveen Kandari6-Apr-15 1:46 
AnswerRe: datepicker textbox in asp.net Pin
wikizhao19-Apr-15 23:14
wikizhao19-Apr-15 23:14 
QuestionSession Automatically Expires After 55 to 60 Seconds In ASP.NET MVC With WEB API Pin
Member 115756782-Apr-15 1:17
Member 115756782-Apr-15 1:17 
AnswerRe: Session Automatically Expires After 55 to 60 Seconds In ASP.NET MVC With WEB API Pin
Vasudevan Deepak Kumar2-Apr-15 22:57
Vasudevan Deepak Kumar2-Apr-15 22:57 
AnswerRe: Session Automatically Expires After 55 to 60 Seconds In ASP.NET MVC With WEB API Pin
jkirkerx3-Apr-15 7:05
professionaljkirkerx3-Apr-15 7:05 
AnswerRe: Session Automatically Expires After 55 to 60 Seconds In ASP.NET MVC With WEB API Pin
Member 115596118-Apr-15 18:30
Member 115596118-Apr-15 18:30 
QuestionSetting Textbox value using JQuery Pin
indian1431-Apr-15 12:10
indian1431-Apr-15 12:10 
AnswerRe: Setting Textbox value using JQuery Pin
Richard Deeming2-Apr-15 2:23
mveRichard Deeming2-Apr-15 2:23 
GeneralRe: Setting Textbox value using JQuery Pin
indian1432-Apr-15 7:27
indian1432-Apr-15 7:27 
AnswerRe: Setting Textbox value using JQuery Pin
jkirkerx3-Apr-15 7:16
professionaljkirkerx3-Apr-15 7:16 
QuestionHow create a cross domain web api? Pin
miss7861-Apr-15 3:49
miss7861-Apr-15 3:49 

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.