Click here to Skip to main content
15,891,657 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questionthe registered dll is not displayed. Pin
prasadbuddhika6-May-10 1:02
prasadbuddhika6-May-10 1:02 
AnswerRe: the registered dll is not displayed. Pin
Not Active6-May-10 1:55
mentorNot Active6-May-10 1:55 
AnswerRe: the registered dll is not displayed. Pin
The Man from U.N.C.L.E.6-May-10 2:11
The Man from U.N.C.L.E.6-May-10 2:11 
GeneralRe: the registered dll is not displayed. Pin
prasadbuddhika7-May-10 18:40
prasadbuddhika7-May-10 18:40 
Questiongenerating CustomerID Pin
kolisa6-May-10 0:59
kolisa6-May-10 0:59 
AnswerRe: generating CustomerID Pin
Jens Meyer6-May-10 1:40
Jens Meyer6-May-10 1:40 
AnswerRe: generating CustomerID Pin
Not Active6-May-10 1:59
mentorNot Active6-May-10 1:59 
Questionreading size using radio buttons Pin
kolisa6-May-10 0:48
kolisa6-May-10 0:48 
i wrote this code to retrieve size from the database

private void grpSize_Enter(object sender, EventArgs e)
{
string size = "";

if (rdbLrg.Checked)

{
size = "Large";
}
if (rdbReg.Checked)
{
size = "Reg";

}
if (rdbSupa.Checked)
{
size = "Supa";

}
i am using this to pass it to the next from
frmOrderDetails order = new frmOrderDetails(lstItems.SelectedValue.ToString(),rdbSupa.Checked.ToString());
order.Show()

but what it does shows me true when i click the size i want and show false when i click other button i want it to retrieve the size i putted on the database
AnswerRe: reading size using radio buttons Pin
Peace ON7-May-10 4:03
Peace ON7-May-10 4:03 
AnswerRe: reading size using radio buttons Pin
T M Gray7-May-10 4:38
T M Gray7-May-10 4:38 
QuestionSecurity Exception Pin
MWRivera5-May-10 6:03
MWRivera5-May-10 6:03 
AnswerRe: Security Exception Pin
Not Active5-May-10 7:00
mentorNot Active5-May-10 7:00 
GeneralRe: Security Exception Pin
MWRivera5-May-10 8:31
MWRivera5-May-10 8:31 
GeneralRe: Security Exception Pin
Not Active5-May-10 8:43
mentorNot Active5-May-10 8:43 
GeneralRe: Security Exception Pin
MWRivera5-May-10 9:24
MWRivera5-May-10 9:24 
QuestionWhich runtimes are required Pin
Richard Jones3-May-10 7:59
Richard Jones3-May-10 7:59 
AnswerRe: Which runtimes are required Pin
Dave Kreskowiak3-May-10 8:50
mveDave Kreskowiak3-May-10 8:50 
AnswerRe: Which runtimes are required Pin
Abhinav S3-May-10 19:33
Abhinav S3-May-10 19:33 
Questionneed clarification about gacutil.exe Pin
prasadbuddhika2-May-10 23:24
prasadbuddhika2-May-10 23:24 
AnswerRe: need clarification about gacutil.exe Pin
Peace ON2-May-10 23:51
Peace ON2-May-10 23:51 
AnswerRe: need clarification about gacutil.exe Pin
Abhinav S3-May-10 7:54
Abhinav S3-May-10 7:54 
AnswerRe: need clarification about gacutil.exe Pin
prasadbuddhika6-May-10 0:54
prasadbuddhika6-May-10 0:54 
QuestionHow to add launch condition for my deployment to insure that the required registry tree exists in client machine i.e AutoCAD 2008 or higher version is installed ? Pin
TARAK NATH ROY2-May-10 21:34
TARAK NATH ROY2-May-10 21:34 
QuestionJquery in asp.net Pin
siya patel2-May-10 4:53
siya patel2-May-10 4:53 
AnswerRe: Jquery in asp.net Pin
Pete O'Hanlon2-May-10 5:26
mvePete O'Hanlon2-May-10 5:26 

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.