Click here to Skip to main content
15,904,655 members
Home / Discussions / C#
   

C#

 
AnswerRe: array of type label Pin
Guffa30-Jun-07 0:08
Guffa30-Jun-07 0:08 
Questionconsole application creation Pin
DKalepu29-Jun-07 22:52
DKalepu29-Jun-07 22:52 
AnswerRe: console application creation Pin
Christian Graus29-Jun-07 23:01
protectorChristian Graus29-Jun-07 23:01 
GeneralRe: console application creation Pin
DKalepu30-Jun-07 0:13
DKalepu30-Jun-07 0:13 
GeneralRe: console application creation Pin
Luc Pattyn30-Jun-07 0:55
sitebuilderLuc Pattyn30-Jun-07 0:55 
Questionhow to create mdi? Pin
help as an alias29-Jun-07 22:49
help as an alias29-Jun-07 22:49 
AnswerRe: how to create mdi? Pin
Sathesh Sakthivel29-Jun-07 23:55
Sathesh Sakthivel29-Jun-07 23:55 
GeneralRe: how to create mdi? Pin
Christian Graus30-Jun-07 0:07
protectorChristian Graus30-Jun-07 0:07 
GeneralRe: how to create mdi? Pin
help as an alias30-Jun-07 0:26
help as an alias30-Jun-07 0:26 
GeneralRe: how to create mdi? Pin
help as an alias30-Jun-07 0:34
help as an alias30-Jun-07 0:34 
GeneralRe: How to lock record in web application Pin
dabuskol29-Jun-07 22:42
dabuskol29-Jun-07 22:42 
GeneralRe: How to lock record in web application Pin
Bassam Saoud29-Jun-07 22:49
Bassam Saoud29-Jun-07 22:49 
Questiondatagrid problem Pin
srinivassam29-Jun-07 22:10
srinivassam29-Jun-07 22:10 
QuestionReport Viewer - Find text result to error Pin
aalcantara29-Jun-07 21:52
aalcantara29-Jun-07 21:52 
AnswerRe: Report Viewer - Find text result to error Pin
aalcantara10-Jul-07 21:20
aalcantara10-Jul-07 21:20 
QuestionHow to lock record in web application Pin
dabuskol29-Jun-07 21:04
dabuskol29-Jun-07 21:04 
AnswerRe: How to lock record in web application Pin
Bassam Saoud29-Jun-07 22:23
Bassam Saoud29-Jun-07 22:23 
AnswerRe: How to lock record in web application Pin
Christian Graus29-Jun-07 22:24
protectorChristian Graus29-Jun-07 22:24 
GeneralRe: How to lock record in web application Pin
dabuskol29-Jun-07 22:40
dabuskol29-Jun-07 22:40 
GeneralRe: How to lock record in web application Pin
Christian Graus29-Jun-07 23:02
protectorChristian Graus29-Jun-07 23:02 
QuestionStrongly Typed Dataset in 3-Tier App Pin
Expert Coming29-Jun-07 20:51
Expert Coming29-Jun-07 20:51 
AnswerRe: Strongly Typed Dataset in 3-Tier App Pin
Christian Graus30-Jun-07 0:09
protectorChristian Graus30-Jun-07 0:09 
GeneralRe: Strongly Typed Dataset in 3-Tier App Pin
Expert Coming30-Jun-07 10:56
Expert Coming30-Jun-07 10:56 
I am filling dropdownlists. I have other tables in the database that contain the ID to be stored in the database, and the user friendly string. I am using inner join to do this. How do I fill dropdownlists in a 3-tier app based on the information in the table that has the ID.

Example:
My database contains the following tables:

Person:
Name (String)
Group (Int)

Static Groups:
ID (Int)
Group Name (String)

Data in the Person table might be:
Chris
1

Data in the Static Groups table might be:
1
Administrator
2
Power User

I am using DAL, BLL and presentation layers, and ObjectDataSources to connect to the BLL from the presentation layer.

The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo

Questionabout datagrid Pin
srinivassam29-Jun-07 20:40
srinivassam29-Jun-07 20:40 
AnswerRe: about datagrid Pin
Expert Coming29-Jun-07 20:57
Expert Coming29-Jun-07 20:57 

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.