Click here to Skip to main content
16,007,814 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ASP.NET passing values from one form to another? Pin
chaddolan23-Aug-06 7:12
chaddolan23-Aug-06 7:12 
GeneralRe: ASP.NET passing values from one form to another? Pin
Not Active23-Aug-06 7:25
mentorNot Active23-Aug-06 7:25 
QuestionForeign Key in DataGrid Pin
Dayekh23-Aug-06 3:56
Dayekh23-Aug-06 3:56 
AnswerRe: Foreign Key in DataGrid Pin
_AK_23-Aug-06 4:06
_AK_23-Aug-06 4:06 
GeneralRe: Foreign Key in DataGrid [modified] Pin
Dayekh23-Aug-06 4:46
Dayekh23-Aug-06 4:46 
GeneralRe: Foreign Key in DataGrid Pin
Ramasubramaniam23-Aug-06 8:02
Ramasubramaniam23-Aug-06 8:02 
GeneralRe: Foreign Key in DataGrid Pin
Dayekh23-Aug-06 22:33
Dayekh23-Aug-06 22:33 
GeneralRe: Foreign Key in DataGrid Pin
Dayekh24-Aug-06 0:38
Dayekh24-Aug-06 0:38 
I figured out what the problem was!

The BOUND COLUMNS in the datagrid were referring to the ID of Mr/Mrs.
Since I have made a qurey referring to the JOIN in the VIEW of both tables, I was able to point to the DESCRIPTION field of the TITLE table which holds the values Mr/Mrs.

In other words:


(COLUMN) DataField="Description" SortExpression="Description" HeaderText="Title"

(COLUMN) DataField="Forename" SortExpression="Forename" HeaderText="Forename"

(COLUMN) DataField="Surname" SortExpression="Surname" HeaderText="Surname"

(COLUMN) DataField="Username" SortExpression="Username" HeaderText="Username"



which work with the query: select * from VIEW_USER

I hope any who searches for an answer to this will find this post useful!

Thanks again.
Questionusing EntLibJune2005 with VS2005 Pin
Praveen_S23-Aug-06 3:43
Praveen_S23-Aug-06 3:43 
AnswerRe: using EntLibJune2005 with VS2005 Pin
ToddHileHoffer23-Aug-06 3:51
ToddHileHoffer23-Aug-06 3:51 
GeneralRe: using EntLibJune2005 with VS2005 Pin
Praveen_S23-Aug-06 18:37
Praveen_S23-Aug-06 18:37 
QuestionHow to save 'Migración Líneas 1&2' in SQL SERVER 2000 Pin
BalasahebK23-Aug-06 3:10
BalasahebK23-Aug-06 3:10 
Questionlooping through arraylist Pin
playout23-Aug-06 2:42
playout23-Aug-06 2:42 
AnswerRe: looping through arraylist Pin
ToddHileHoffer23-Aug-06 3:05
ToddHileHoffer23-Aug-06 3:05 
GeneralRe: looping through arraylist Pin
playout23-Aug-06 4:03
playout23-Aug-06 4:03 
GeneralRe: looping through arraylist Pin
_AK_23-Aug-06 4:12
_AK_23-Aug-06 4:12 
GeneralRe: looping through arraylist Pin
playout23-Aug-06 4:23
playout23-Aug-06 4:23 
GeneralRe: looping through arraylist Pin
_AK_23-Aug-06 4:27
_AK_23-Aug-06 4:27 
GeneralRe: looping through arraylist Pin
playout23-Aug-06 4:33
playout23-Aug-06 4:33 
GeneralRe: looping through arraylist Pin
_AK_23-Aug-06 18:37
_AK_23-Aug-06 18:37 
GeneralRe: looping through arraylist [modified] Pin
ToddHileHoffer23-Aug-06 4:22
ToddHileHoffer23-Aug-06 4:22 
GeneralRe: looping through arraylist Pin
playout23-Aug-06 4:37
playout23-Aug-06 4:37 
GeneralRe: looping through arraylist [modified] Pin
ToddHileHoffer23-Aug-06 4:49
ToddHileHoffer23-Aug-06 4:49 
GeneralRe: looping through arraylist Pin
playout23-Aug-06 7:39
playout23-Aug-06 7:39 
QuestionArray in Javascript page Pin
Irshad Sulaimani23-Aug-06 2:19
Irshad Sulaimani23-Aug-06 2:19 

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.