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
Koteswararao Mallisetti
NA
817
563.6k
unable to access the server.mappath() methode what is the wrong here
Sep 10 2010 9:03 AM
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data;
namespace AjaxControlsDemonstration
{
public class serviceForAutoComplete
{
public List<string> getCountires(string x)
{
List<string> countries = new List<string>();
DataSet ds = new DataSet();
ds.ReadXml();
return countries;
}
}
}
Reply
Answers (
5
)
moving through DB using ADODB recordset object in vb.net
Invalid buffer size for BCP column property