Click here to Skip to main content
15,891,204 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionWeb Deployment error for WebUserControl event [modified] Pin
K V Sekhar15-Feb-10 21:29
K V Sekhar15-Feb-10 21:29 
AnswerRe: Web Deployment error for WebUserControl event Pin
Dinesh Mani15-Feb-10 21:47
Dinesh Mani15-Feb-10 21:47 
GeneralRe: Web Deployment error for WebUserControl event Pin
K V Sekhar15-Feb-10 21:55
K V Sekhar15-Feb-10 21:55 
GeneralRe: Web Deployment error for WebUserControl event Pin
Dinesh Mani15-Feb-10 22:07
Dinesh Mani15-Feb-10 22:07 
GeneralRe: Web Deployment error for WebUserControl event Pin
K V Sekhar15-Feb-10 22:58
K V Sekhar15-Feb-10 22:58 
GeneralRe: Web Deployment error for WebUserControl event [modified] Pin
Dinesh Mani15-Feb-10 23:03
Dinesh Mani15-Feb-10 23:03 
GeneralRe: Web Deployment error for WebUserControl event Pin
K V Sekhar16-Feb-10 2:04
K V Sekhar16-Feb-10 2:04 
GeneralRe: Web Deployment error for WebUserControl event Pin
Dinesh Mani16-Feb-10 2:24
Dinesh Mani16-Feb-10 2:24 
From the first post, your IndexChanged event is of type (Delegate) DropDownSelectedIndexChanged. Where as you are trying to assign it to a delegate of type MyUserControlUC.SelectedIndexChanged. You should actually be assigning it to MyUserControlUC.DropDownSelectedIndexChanged.That is what the error message implies too.

You have used the namespace qualifier "ASP" to assign the IndexChanged event handler. Is this namespace correct??

Try the changes, it might do the trick.

HTH
GeneralRe: Web Deployment error for WebUserControl event Pin
K V Sekhar16-Feb-10 3:17
K V Sekhar16-Feb-10 3:17 
AnswerRe: Web Deployment error for WebUserControl event Pin
Nath15-Feb-10 23:50
Nath15-Feb-10 23:50 
GeneralRe: Web Deployment error for WebUserControl event Pin
K V Sekhar16-Feb-10 2:05
K V Sekhar16-Feb-10 2:05 
GeneralRe: Web Deployment error for WebUserControl event Pin
amitamit09916-Feb-10 18:56
amitamit09916-Feb-10 18:56 
QuestionReponse.WriteFile Issue Pin
salmonraju15-Feb-10 21:11
salmonraju15-Feb-10 21:11 
AnswerRe: Reponse.WriteFile Issue Pin
Dinesh Mani15-Feb-10 22:23
Dinesh Mani15-Feb-10 22:23 
AnswerRe: Reponse.WriteFile Issue Pin
Rutvik Dave16-Feb-10 3:48
professionalRutvik Dave16-Feb-10 3:48 
QuestionConcurrent Updates using asp.net and mysql... Pin
spalanivel15-Feb-10 19:43
spalanivel15-Feb-10 19:43 
AnswerRe: Concurrent Updates using asp.net and mysql... Pin
Pranay Rana15-Feb-10 20:18
professionalPranay Rana15-Feb-10 20:18 
AnswerRe: Concurrent Updates using asp.net and mysql... Pin
Vimalsoft(Pty) Ltd15-Feb-10 20:26
professionalVimalsoft(Pty) Ltd15-Feb-10 20:26 
Questiondrag n drop selected row of one grid to another grid thru button in javascript? Pin
diyaa_0815-Feb-10 19:01
diyaa_0815-Feb-10 19:01 
AnswerRe: drag n drop selected row of one grid to another grid thru button in javascript? Pin
Abhijit Jana15-Feb-10 19:19
professionalAbhijit Jana15-Feb-10 19:19 
AnswerRe: drag n drop selected row of one grid to another grid thru button in javascript? Pin
keyur satyadev15-Feb-10 22:37
keyur satyadev15-Feb-10 22:37 
GeneralRe: drag n drop selected row of one grid to another grid thru button in javascript? Pin
diyaa_0815-Feb-10 23:33
diyaa_0815-Feb-10 23:33 
GeneralRe: drag n drop selected row of one grid to another grid thru button in javascript? Pin
keyur satyadev15-Feb-10 23:45
keyur satyadev15-Feb-10 23:45 
Questionloading image problem Pin
Any_India15-Feb-10 17:55
Any_India15-Feb-10 17:55 
AnswerRe: loading image problem Pin
Pranay Rana15-Feb-10 18:03
professionalPranay Rana15-Feb-10 18:03 

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.