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
Rajesh S
NA
110
39.9k
Export gridview to excel file
Sep 2 2011 7:42 AM
Hi Friends,
I want to export gridview to excel file. In template field i have AjaxModalPopupExtender control so that it showing error like
" Extender control 'AjaxModalPopupViewPhoto' is not a registered extender control. Extender controls must be registered using RegisterExtenderControl() before calling RegisterScriptDescriptors().
Parameter name: extenderControl"
Now i dont know what i need to do. Any one can help me..
source code :-
<
ItemTemplate
>
<
asp
:
Label
ID
="lblIssueNo"
CssClass
="itemtemplateblue"
runat
="server"
Text
='
<%#Bind("Issue_number") %>
'>
</
asp
:
Label
>
<
cc1
:
ModalPopupExtender
ID
="AjaxModalPopupViewPhoto"
BackgroundCssClass
="modalTextBackground"
runat
="server"
TargetControlID
="imgPhoto"
PopupControlID
="divphoto"></
cc1
:
ModalPopupExtender
>
ItemTemplate
>
asp
:
TemplateField
>
</
ItemTemplate
>
Reply
Answers (
1
)
Error occur in CSharp
Sorting in windows application