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
wilsonwu
NA
7
0
Find data in dataset and assign cell value to a variable
Jun 24 2004 11:17 PM
Hi, I cannot read the value from the cell. Pls help. The program should read data from an XML file(without schema) and find value from one cell. Here is my code : DataSet dsLogon = new DataSet(); dsLogon.ReadXML(Server.MapPath("XMLFile.XML"); DataView dvServer = new DataView(dsLogon.Tables["Server"]; dvServer.Sort = "Name"; dvServer.RowFilter = "Name = '" + this.Server.Text + "'"; this.AppHost = dvServer.Table.Rows["ServerIP"].ToString(); Thanks Wilson
Reply
Answers (
4
)
Ok,no sound in this example: why?
values on form1 goto null when form2 is opened