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
owen shiri
NA
1
0
Gridview Help
Jan 26 2010 4:26 AM
can you kindly help me load my gridview with data from appsetings.xml . the gridview must have the following three columns(key,value and description)
<?xml version="1.0"?>
<configuration>
<Global>
<FromEmail value="
[email protected]
"
description="From Email Address Name" />
<AdminEmail value="
[email protected]
"
description="Admin Email Used for Admin Test and Unsubscribe Comments" />
</Global>
<Data>
<!--<Connection value="server=localhost;database='Policy';uid='sa34';pwd='sa123345!'"
description="Default Database Connection String" />-->
<AllowManualStoredProcedureExecution value="false"
description="allow execution of stored procedures from outside data classes (bad practice!)" />
<SqlPath value="Data/sql"
description="Path to the XML Query Files"/>
</Data>
<Users>
<EncryptionData value="(rS06BeTdkbD9TB9RUWQWESvsJUs+kw82wcTlN2e+8NBAB87CPkT/gl3sDQnh4NbjhzQJB36h6KTNX80HeQHnNw==)"
description="Encryption data" />
</Users>
<Communication>
<Mail>
<SmtpServer value="127.0.0.1" description="SMTP Server Used By Newsletter Application" />
</Mail>
<Sms>
<LogicSms>
<Username value="
onelle@get
" description="Username for" />
</Sms>
</Communication>
<CMS>
<Handlers>
<DelayedResponseHandler.Timeout value="50000"
description="Timeout for DelayedResponseHandler" />
</Handlers>
</CMS>
<CRM>
<CampaignTools>
<Newsletter>
<FromEmail value="
[email protected]
"
description="Address used as from field for newsletters" />
<UnsubscribeLinkFormat value="
http://localhost:100/index.aspx?PageKey=Unsubscribe&Id=[:ContactId
:]"
description="Url used to unsubrscribe a contact" />
</Newsletter>
</CampaignTools>
</CRM>
<PayinDueDay value="24"
description="Day by which Pay-ins should be entered." />
</configuration
Reply
Answers (
1
)
How to get DataKeys for all rows of GridView with paging
MVP