TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
harshita chaudhary
NA
11
1.8k
how to solve this error???
Jun 21 2017 1:33 AM
Compiler Error Message: CS1061: 'def2_aspx' does not contain a definition for 'DropDownList2_SelectedIndexChanged' and no extension method 'DropDownList2_SelectedIndexChanged' accepting a first argument of type 'def2_aspx' could be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 55: </td> Line 56: <td class="auto-style5">
Line 57: <asp:DropDownList ID="DropDownList2" runat="server" Height="18px" Width="149px" OnSelectedIndexChanged="DropDownList2_SelectedIndexChanged" >
Line 58: </asp:DropDownList>
Line 59: </td>
Reply
Answers (
1
)
web services in asp.net with c# linq using store prcocedure
How to import excel file in my html page in MVC?