Click here to Skip to main content
15,881,852 members
Home / Discussions / C#
   

C#

 
QuestionRead Word documents using stringreader? Pin
K.Ravich18-Apr-07 19:24
K.Ravich18-Apr-07 19:24 
AnswerRe: Read Word documents using stringreader? Pin
Sathesh Sakthivel18-Apr-07 19:45
Sathesh Sakthivel18-Apr-07 19:45 
QuestionForm closing or disposing Pin
EEmaan18-Apr-07 18:58
EEmaan18-Apr-07 18:58 
AnswerRe: Form closing or disposing Pin
Jaiprakash M Bankolli18-Apr-07 19:54
Jaiprakash M Bankolli18-Apr-07 19:54 
GeneralRe: Form closing or disposing Pin
EEmaan19-Apr-07 0:06
EEmaan19-Apr-07 0:06 
QuestionError in Webservice while using datatable Pin
sujithkumarsl18-Apr-07 18:56
sujithkumarsl18-Apr-07 18:56 
AnswerRe: Error in Webservice while using datatable Pin
Jaiprakash M Bankolli18-Apr-07 19:55
Jaiprakash M Bankolli18-Apr-07 19:55 
GeneralRe: Error in Webservice while using datatable Pin
sujithkumarsl18-Apr-07 20:47
sujithkumarsl18-Apr-07 20:47 
Ya i tried to return one dataset from service it was a success.
But in the webmethod i am trying to get a dataset by executing the query, by creating the instance of another class.But it gives an exception.......
[WebMethod]
public DataSet GetAction()
{
DataSet dt = new DataSet();
DataLayer.WebSrevice webser = new WebSrevice();
dt = webser.GetActiontable();
return dt;
}


it will work if i remove
DataLayer.WebSrevice webser = new WebSrevice();
dt = webser.GetActiontable();

this lines, ie i cant access the other project from the service class

My small attempt...

GeneralRe: Error in Webservice while using datatable Pin
Jaiprakash M Bankolli18-Apr-07 21:13
Jaiprakash M Bankolli18-Apr-07 21:13 
Question.Net Framework Installation Pin
aruna_koride18-Apr-07 17:48
aruna_koride18-Apr-07 17:48 
AnswerRe: .Net Framework Installation Pin
Christian Graus18-Apr-07 18:01
protectorChristian Graus18-Apr-07 18:01 
AnswerRe: .Net Framework Installation Pin
Patrick Etc.18-Apr-07 18:18
Patrick Etc.18-Apr-07 18:18 
GeneralRe: .Net Framework Installation Pin
aruna_koride19-Apr-07 0:03
aruna_koride19-Apr-07 0:03 
QuestionFree Office 2007 style controls Pin
WombatDelight18-Apr-07 16:47
WombatDelight18-Apr-07 16:47 
AnswerRe: Free Office 2007 style controls Pin
Christian Graus18-Apr-07 18:00
protectorChristian Graus18-Apr-07 18:00 
GeneralRe: Free Office 2007 style controls Pin
WombatDelight18-Apr-07 18:07
WombatDelight18-Apr-07 18:07 
GeneralRe: Free Office 2007 style controls Pin
Christian Graus19-Apr-07 0:37
protectorChristian Graus19-Apr-07 0:37 
QuestionC# Newbie Please Help! Pin
ashley4838518-Apr-07 14:30
ashley4838518-Apr-07 14:30 
AnswerRe: C# Newbie Please Help! Pin
pbraun18-Apr-07 14:44
pbraun18-Apr-07 14:44 
GeneralRe: C# Newbie Please Help! Pin
ashley4838518-Apr-07 14:51
ashley4838518-Apr-07 14:51 
GeneralRe: C# Newbie Please Help! Pin
pbraun18-Apr-07 15:02
pbraun18-Apr-07 15:02 
GeneralRe: C# Newbie Please Help! Pin
ashley4838518-Apr-07 15:09
ashley4838518-Apr-07 15:09 
GeneralRe: C# Newbie Please Help! Pin
pbraun18-Apr-07 15:24
pbraun18-Apr-07 15:24 
Questionpassing "this" by reference Pin
cbin18-Apr-07 14:25
cbin18-Apr-07 14:25 
AnswerRe: passing "this" by reference Pin
Luc Pattyn18-Apr-07 14:48
sitebuilderLuc Pattyn18-Apr-07 14:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.