Click here to Skip to main content
16,007,687 members
Home / Discussions / C#
   

C#

 
Questionhow to code a administrator login page using C#.net and ASP.net 1.1 Pin
sudhanshuk3ito515-Apr-07 6:07
sudhanshuk3ito515-Apr-07 6:07 
AnswerRe: how to code a administrator login page using C#.net and ASP.net 1.1 Pin
Sathesh Sakthivel5-Apr-07 6:42
Sathesh Sakthivel5-Apr-07 6:42 
AnswerRe: how to code a administrator login page using C#.net and ASP.net 1.1 Pin
Not Active5-Apr-07 7:08
mentorNot Active5-Apr-07 7:08 
QuestionListBox Pin
AAKAra5-Apr-07 5:51
AAKAra5-Apr-07 5:51 
AnswerRe: ListBox Pin
kubben5-Apr-07 5:58
kubben5-Apr-07 5:58 
GeneralRe: ListBox Pin
AAKAra5-Apr-07 11:36
AAKAra5-Apr-07 11:36 
QuestionI don´t know how to access my components to the groupbox Pin
Ens805-Apr-07 5:50
Ens805-Apr-07 5:50 
AnswerRe: I don´t know how to access my components to the groupbox Pin
BoneSoft5-Apr-07 6:33
BoneSoft5-Apr-07 6:33 
When you add controls to a group box through the GUI interface for form building, the controls are accessable directly from anywhere in your form class. Just use the control names. If for some strange reason you need to, you can also use the group box's Controls property to get at them as well, though that's usually only used in special situations.



Try code model generation tools at BoneSoft.com.

GeneralRe: I don´t know how to access my components to the groupbox Pin
Ens805-Apr-07 7:56
Ens805-Apr-07 7:56 
GeneralRe: I don´t know how to access my components to the groupbox Pin
BoneSoft5-Apr-07 8:47
BoneSoft5-Apr-07 8:47 
GeneralRe: I don´t know how to access my components to the groupbox Pin
Ens805-Apr-07 13:19
Ens805-Apr-07 13:19 
QuestionDataTable Pin
joaquimc5-Apr-07 4:43
joaquimc5-Apr-07 4:43 
AnswerRe: DataTable Pin
Not Active5-Apr-07 5:07
mentorNot Active5-Apr-07 5:07 
GeneralRe: DataTable Pin
joaquimc5-Apr-07 11:29
joaquimc5-Apr-07 11:29 
GeneralRe: DataTable Pin
Not Active5-Apr-07 14:51
mentorNot Active5-Apr-07 14:51 
QuestionXMLTextWriter question Pin
LCI5-Apr-07 4:36
LCI5-Apr-07 4:36 
AnswerRe: XMLTextWriter question Pin
roel_v5-Apr-07 6:35
roel_v5-Apr-07 6:35 
GeneralRe: XMLTextWriter question Pin
LCI5-Apr-07 6:44
LCI5-Apr-07 6:44 
AnswerRe: XMLTextWriter question Pin
led mike5-Apr-07 9:49
led mike5-Apr-07 9:49 
GeneralRe: XMLTextWriter question Pin
LCI6-Apr-07 2:34
LCI6-Apr-07 2:34 
GeneralRe: XMLTextWriter question Pin
led mike6-Apr-07 5:05
led mike6-Apr-07 5:05 
QuestionSoftware Design/Architechture Tools Pin
BlitzPackage5-Apr-07 4:20
BlitzPackage5-Apr-07 4:20 
AnswerRe: Software Design/Architechture Tools Pin
Douglas Troy5-Apr-07 5:39
Douglas Troy5-Apr-07 5:39 
AnswerRe: Software Design/Architechture Tools Pin
BoneSoft5-Apr-07 6:28
BoneSoft5-Apr-07 6:28 
Questionwindow application Pin
tittly5-Apr-07 4:05
tittly5-Apr-07 4:05 

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.