Click here to Skip to main content
15,881,381 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPostBack Pin
CodingYoshi26-Nov-08 12:25
CodingYoshi26-Nov-08 12:25 
AnswerRe: PostBack Pin
Christian Graus26-Nov-08 13:02
protectorChristian Graus26-Nov-08 13:02 
AnswerRe: PostBack Pin
NeverHeardOfMe26-Nov-08 13:06
NeverHeardOfMe26-Nov-08 13:06 
GeneralRe: PostBack Pin
Christian Graus26-Nov-08 13:07
protectorChristian Graus26-Nov-08 13:07 
GeneralRe: PostBack Pin
NeverHeardOfMe26-Nov-08 13:15
NeverHeardOfMe26-Nov-08 13:15 
GeneralRe: PostBack Pin
Christian Graus26-Nov-08 13:22
protectorChristian Graus26-Nov-08 13:22 
GeneralRe: PostBack Pin
CodingYoshi27-Nov-08 3:26
CodingYoshi27-Nov-08 3:26 
QuestionDataSet relationship Pin
Phrone26-Nov-08 9:04
Phrone26-Nov-08 9:04 
I have a DataSet with two tables with a relationship.
dataSetNodeData.Relations.Add(new DataRelation("Relationship", 
            dataTableTransmittal.Columns["Node ID"],
            dataTableDocuments.Columns["Parent"]));


This is working, but now the customer have changed the indata so Parent is now a commaseparated string with id numbers so the same document can belong to several Node ID's.

Can I make the DataRelation work with a commaseparated string? Or do I have to rewrite my application totaly?
AnswerRe: DataSet relationship Pin
Christian Graus26-Nov-08 10:00
protectorChristian Graus26-Nov-08 10:00 
GeneralRe: DataSet relationship Pin
Phrone26-Nov-08 19:54
Phrone26-Nov-08 19:54 
Questionmake radiobutton bold Pin
RohiniTalks26-Nov-08 8:03
RohiniTalks26-Nov-08 8:03 
AnswerRe: make radiobutton bold Pin
Christian Graus26-Nov-08 9:58
protectorChristian Graus26-Nov-08 9:58 
Questionproblem with < br /> in < td > < /td > Pin
Mahhouraaaaaa26-Nov-08 7:10
Mahhouraaaaaa26-Nov-08 7:10 
AnswerRe: problem with < br /> in < td > < /td > Pin
Christian Graus26-Nov-08 7:38
protectorChristian Graus26-Nov-08 7:38 
Questionuploading & retreiving the contents of doc files Pin
shreesh_926-Nov-08 3:11
shreesh_926-Nov-08 3:11 
AnswerRe: uploading & retreiving the contents of doc files Pin
Christian Graus26-Nov-08 7:40
protectorChristian Graus26-Nov-08 7:40 
QuestionGetting Error While reading data from CSV file to dataset Pin
Satish - Developer26-Nov-08 2:29
Satish - Developer26-Nov-08 2:29 
AnswerRe: Getting Error While reading data from CSV file to dataset Pin
J4amieC26-Nov-08 2:49
J4amieC26-Nov-08 2:49 
Questionprint file Pin
ptvce26-Nov-08 1:59
ptvce26-Nov-08 1:59 
AnswerRe: print file Pin
Christian Graus26-Nov-08 7:41
protectorChristian Graus26-Nov-08 7:41 
QuestionHow to edit my url on button click Pin
Exelioindia26-Nov-08 1:57
Exelioindia26-Nov-08 1:57 
AnswerRe: How to edit my url on button click Pin
Paddy Boyd26-Nov-08 2:10
Paddy Boyd26-Nov-08 2:10 
QuestionHttpContext in an HttpHandler does not seem to handle large chunks of data Pin
chambarish26-Nov-08 1:46
chambarish26-Nov-08 1:46 
Questionhow to get the boundfield value of the gridview using javascript Pin
lakshmichawala26-Nov-08 1:38
lakshmichawala26-Nov-08 1:38 
AnswerRe: how to get the boundfield value of the gridview using javascript Pin
Christian Graus26-Nov-08 10:21
protectorChristian Graus26-Nov-08 10:21 

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.