Click here to Skip to main content
15,890,438 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Multiple web sits application visitor counter Pin
cheinan224-Jun-10 9:07
cheinan224-Jun-10 9:07 
QuestionICallbackEventhandler's GetCallbackResult() function not calling the client side javascript function in case of clik event of an ASP.net button control Pin
K.Safvi23-Jun-10 3:30
K.Safvi23-Jun-10 3:30 
QuestionAccess Master Page Control Value in Child page Pin
lrsalunkhe23-Jun-10 2:08
lrsalunkhe23-Jun-10 2:08 
AnswerRe: Access Master Page Control Value in Child page Pin
DaveAuld23-Jun-10 2:41
professionalDaveAuld23-Jun-10 2:41 
AnswerRe: Access Master Page Control Value in Child page Pin
Not Active23-Jun-10 2:42
mentorNot Active23-Jun-10 2:42 
QuestionTest Case and Test Data preparation Pin
Member 322226423-Jun-10 1:56
Member 322226423-Jun-10 1:56 
QuestionEdit GridView Pin
treuveni22-Jun-10 23:33
treuveni22-Jun-10 23:33 
AnswerRe: Edit GridView Pin
Neh.C22-Jun-10 23:45
Neh.C22-Jun-10 23:45 
Try writing the row deleting event in your code behind file

protected void OnRowDeleting(GridViewDeleteEventArgs e)
{
    ...
}


if you don't need this event make sure that it is not called in your aspx file..
HTH,
Neh

GeneralRe: Edit GridView Pin
treuveni23-Jun-10 0:02
treuveni23-Jun-10 0:02 
GeneralRe: Edit GridView Pin
Not Active23-Jun-10 2:39
mentorNot Active23-Jun-10 2:39 
Question.aspx page not opening as it should ! Pin
Razanust22-Jun-10 23:05
Razanust22-Jun-10 23:05 
AnswerRe: .aspx page not opening as it should ! Pin
www.Developerof.NET22-Jun-10 23:19
www.Developerof.NET22-Jun-10 23:19 
AnswerRe: .aspx page not opening as it should ! Pin
mihsathe23-Jun-10 2:34
mihsathe23-Jun-10 2:34 
Questionajax for partial refresh of the page Pin
KishoreT22-Jun-10 22:59
KishoreT22-Jun-10 22:59 
AnswerRe: ajax for partial refresh of the page Pin
Venkatesh Mookkan22-Jun-10 23:07
Venkatesh Mookkan22-Jun-10 23:07 
QuestionRe: ajax for partial refresh of the page Pin
KishoreT22-Jun-10 23:15
KishoreT22-Jun-10 23:15 
Questionconnection to server was reset. Pin
Naunt22-Jun-10 21:29
Naunt22-Jun-10 21:29 
AnswerRe: connection to server was reset. Pin
Vimalsoft(Pty) Ltd23-Jun-10 3:35
professionalVimalsoft(Pty) Ltd23-Jun-10 3:35 
QuestionHow to prevent Asp.net page postback when we click on MasterPage button in Content page Pin
Raheem MA22-Jun-10 20:57
Raheem MA22-Jun-10 20:57 
AnswerRe: How to prevent Asp.net page postback when we click on MasterPage button in Content page Pin
Covean22-Jun-10 21:33
Covean22-Jun-10 21:33 
QuestionDeleting user Pin
bigphish22-Jun-10 20:49
bigphish22-Jun-10 20:49 
AnswerRe: Deleting user Pin
R. Giskard Reventlov22-Jun-10 22:22
R. Giskard Reventlov22-Jun-10 22:22 
GeneralRe: Deleting user Pin
bigphish23-Jun-10 0:39
bigphish23-Jun-10 0:39 
GeneralRe: Deleting user Pin
Not Active23-Jun-10 2:37
mentorNot Active23-Jun-10 2:37 
QuestionASP.Net Development Pin
Abdul_Rouf22-Jun-10 20:10
Abdul_Rouf22-Jun-10 20:10 

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.