Click here to Skip to main content
15,901,205 members
Home / Discussions / C#
   

C#

 
AnswerRe: Hiding query string in the url and how to make webiste which runs on https Pin
Expert Coming17-Dec-08 17:25
Expert Coming17-Dec-08 17:25 
GeneralRe: Hiding query string in the url and how to make webiste which runs on https Pin
tauras8117-Dec-08 17:32
tauras8117-Dec-08 17:32 
GeneralRe: Hiding query string in the url and how to make webiste which runs on https Pin
N a v a n e e t h17-Dec-08 17:35
N a v a n e e t h17-Dec-08 17:35 
GeneralRe: Hiding query string in the url and how to make webiste which runs on https Pin
Expert Coming17-Dec-08 17:36
Expert Coming17-Dec-08 17:36 
AnswerRe: Hiding query string in the url and how to make webiste which runs on https Pin
Christian Graus17-Dec-08 17:53
protectorChristian Graus17-Dec-08 17:53 
Questionmatching just single specified character with regular expression. Pin
Member 232448317-Dec-08 14:49
Member 232448317-Dec-08 14:49 
AnswerRe: matching just single specified character with regular expression. Pin
Christian Graus17-Dec-08 16:58
protectorChristian Graus17-Dec-08 16:58 
QuestionProblem with Datagrid Pin
Ain't me babe17-Dec-08 14:49
Ain't me babe17-Dec-08 14:49 
Hello

I have 2 tables: Comperitor(idcompetitor, Name, Adress) and Competition(idcompetition, About, Town). Between them is a also table named Participate(PFK idcompetitor, PFK idcompetition, Date)[because relationship is N:M]
I have those tables on my sql server 2005 and on dataset inside vs.05. I put a Datagrid on my form and tryed to fill data from table Participate to my datagrid. I achieved but values were afcourse only ID-s of competitor and competition...So i tried to create new tableadapter with his own sql statemetn : SELECT c.Name, cs.About, p.Date FROM Competition c, Competitor cs, Participate p WHERE c.Idcompetitor=p.Idcompetitor AND cs.idcompetiton=p.idcompetition. When called tableadapter.Fill method on this datatable wverything is fine but what to do when you want to update values on table participate with this datagrid is that possible or there is another way of doing?
AnswerRe: Problem with Datagrid Pin
Mycroft Holmes17-Dec-08 15:16
professionalMycroft Holmes17-Dec-08 15:16 
QuestionExperimenting with Multithreading Pin
CrimeanTurtle200817-Dec-08 13:56
CrimeanTurtle200817-Dec-08 13:56 
AnswerRe: Experimenting with Multithreading Pin
Expert Coming17-Dec-08 14:02
Expert Coming17-Dec-08 14:02 
GeneralRe: Experimenting with Multithreading Pin
CrimeanTurtle200817-Dec-08 14:08
CrimeanTurtle200817-Dec-08 14:08 
GeneralRe: Experimenting with Multithreading Pin
Expert Coming17-Dec-08 14:16
Expert Coming17-Dec-08 14:16 
GeneralRe: Experimenting with Multithreading Pin
Expert Coming17-Dec-08 14:20
Expert Coming17-Dec-08 14:20 
AnswerRe: Experimenting with Multithreading Pin
CrimeanTurtle200817-Dec-08 14:37
CrimeanTurtle200817-Dec-08 14:37 
GeneralRe: Experimenting with Multithreading Pin
Expert Coming17-Dec-08 14:43
Expert Coming17-Dec-08 14:43 
GeneralRe: Experimenting with Multithreading Pin
Luc Pattyn17-Dec-08 14:48
sitebuilderLuc Pattyn17-Dec-08 14:48 
GeneralRe: Experimenting with Multithreading Pin
CrimeanTurtle200817-Dec-08 15:10
CrimeanTurtle200817-Dec-08 15:10 
GeneralRe: Experimenting with Multithreading Pin
Luc Pattyn17-Dec-08 16:28
sitebuilderLuc Pattyn17-Dec-08 16:28 
AnswerRe: Experimenting with Multithreading Pin
N a v a n e e t h17-Dec-08 16:29
N a v a n e e t h17-Dec-08 16:29 
QuestionCannot use AddNew method for CurrencyManager with databound checkbox Pin
Vloops17-Dec-08 11:50
Vloops17-Dec-08 11:50 
QuestionHow to change MenuStrip default icon when child is maximized Pin
bcryner17-Dec-08 11:03
bcryner17-Dec-08 11:03 
AnswerRe: How to change MenuStrip default icon when child is maximized Pin
Eddy Vluggen18-Dec-08 4:47
professionalEddy Vluggen18-Dec-08 4:47 
GeneralRe: How to change MenuStrip default icon when child is maximized Pin
bcryner18-Dec-08 5:06
bcryner18-Dec-08 5:06 
QuestionAdd Table to XML file using Dataset... Pin
Greg Cetti17-Dec-08 10:11
Greg Cetti17-Dec-08 10:11 

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.