Click here to Skip to main content
15,895,557 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Textboxes Pin
boiDev15-Jan-09 23:09
boiDev15-Jan-09 23:09 
GeneralRe: Textboxes Pin
Mark Salsbery16-Jan-09 5:44
Mark Salsbery16-Jan-09 5:44 
GeneralRe: Textboxes Pin
boiDev16-Jan-09 5:57
boiDev16-Jan-09 5:57 
GeneralRe: Textboxes Pin
Mark Salsbery16-Jan-09 6:49
Mark Salsbery16-Jan-09 6:49 
GeneralRe: Textboxes Pin
boiDev18-Jan-09 23:01
boiDev18-Jan-09 23:01 
AnswerRe: Textboxes Pin
Mohammad Dayyan19-Jan-09 19:29
Mohammad Dayyan19-Jan-09 19:29 
QuestionBinding two comboboxes in WPF Pin
boiDev14-Jan-09 22:08
boiDev14-Jan-09 22:08 
AnswerRe: Binding two comboboxes in WPF Pin
sdixit11014-Jan-09 23:14
sdixit11014-Jan-09 23:14 
hello dear,
you can add one column in country table and one coulmn in city table the name of column may be "ExamineId" in both ethe tables then in country table put integer value(1,2,3,4,5.....) for every country in "ExamineId" column.and put the corresponding number for cities in city table.
like in country table
ExamineId country
1 country1
2 country2

in city table
ExamineId city country
1 abc country1
1 xyz country1
1 wpg country1
2 ghf country2
2 yhk country2
2 poi country2


select ExaminId from country table for selectes country and take it in one string type variable say "EId".
then make query for combobox2 as

select * from city where ExamineId = EId
and put all the data in combobox2.
hope it'll help u.... Laugh | :laugh:

sandy
GeneralRe: Binding two comboboxes in WPF Pin
boiDev14-Jan-09 23:22
boiDev14-Jan-09 23:22 
GeneralRe: Binding two comboboxes in WPF Pin
Moim Hossain16-Jan-09 10:31
Moim Hossain16-Jan-09 10:31 
GeneralRe: Binding two comboboxes in WPF Pin
Pete O'Hanlon16-Jan-09 11:22
mvePete O'Hanlon16-Jan-09 11:22 
AnswerRe: Binding two comboboxes in WPF Pin
Pete O'Hanlon14-Jan-09 23:25
mvePete O'Hanlon14-Jan-09 23:25 
QuestionGetting Error on Grid Tag Pin
mr_muskurahat14-Jan-09 19:14
mr_muskurahat14-Jan-09 19:14 
AnswerRe: Getting Error on Grid Tag Pin
Mark Salsbery16-Jan-09 7:22
Mark Salsbery16-Jan-09 7:22 
AnswerRe: Getting Error on Grid Tag Pin
Mohammad Dayyan19-Jan-09 17:50
Mohammad Dayyan19-Jan-09 17:50 
QuestionUsing application settings on a DataTemplate markup [modified] Pin
LeonardoHSM14-Jan-09 4:53
LeonardoHSM14-Jan-09 4:53 
AnswerRe: Using application settings on a DataTemplate markup Pin
ColinM12314-Jan-09 11:36
ColinM12314-Jan-09 11:36 
GeneralRe: Using application settings on a DataTemplate markup Pin
LeonardoHSM14-Jan-09 22:11
LeonardoHSM14-Jan-09 22:11 
QuestionWCF max data transfer Pin
Member 236391614-Jan-09 4:36
Member 236391614-Jan-09 4:36 
AnswerRe: WCF max data transfer Pin
Pete O'Hanlon14-Jan-09 5:18
mvePete O'Hanlon14-Jan-09 5:18 
QuestionResource not found Pin
RugbyLeague14-Jan-09 4:25
RugbyLeague14-Jan-09 4:25 
AnswerRe: Resource not found Pin
Mark Salsbery16-Jan-09 7:31
Mark Salsbery16-Jan-09 7:31 
GeneralRe: Resource not found Pin
geofft_gallagher16-Mar-09 16:33
geofft_gallagher16-Mar-09 16:33 
QuestionHow do I return a collection as a return type using PageFunction? Pin
gsdeepak14-Jan-09 2:46
gsdeepak14-Jan-09 2:46 
NewsMoXAML Version 2.3 released. Pin
Pete O'Hanlon13-Jan-09 22:35
mvePete O'Hanlon13-Jan-09 22:35 

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.