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

.NET (Core and Framework)

 
AnswerRe: datalist problem Pin
Richard MacCutchan11-May-14 2:45
mveRichard MacCutchan11-May-14 2:45 
AnswerRe: datalist problem Pin
sankarsan parida11-May-14 23:25
professionalsankarsan parida11-May-14 23:25 
QuestionCan't add data to a dataset based on an Access query with an AutoNumber Primary Key Pin
Peter R. Fletcher7-May-14 13:15
Peter R. Fletcher7-May-14 13:15 
AnswerRe: Can't add data to a dataset based on an Access query with an AutoNumber Primary Key Pin
Peter R. Fletcher7-May-14 15:30
Peter R. Fletcher7-May-14 15:30 
QuestionTrying to create a custom ValidationAttribute Pin
dmikester107-May-14 9:49
dmikester107-May-14 9:49 
Question.NET solution for Accouting Pin
gurusarma5-May-14 19:57
gurusarma5-May-14 19:57 
GeneralRe: .NET solution for Accouting Pin
Richard MacCutchan5-May-14 20:15
mveRichard MacCutchan5-May-14 20:15 
Question"data is updated successfuly..." is shown but database cannot updated Pin
dipesh_karmakar4-May-14 6:01
dipesh_karmakar4-May-14 6:01 
protected void ImageButton1_Click(object sender, ImageClickEventArgs e)
{
con1.Open();
SqlCommand cmd4 = new SqlCommand("UPDATE candidate_personal_details SET GUARDIAN_NAME='" + TextBox23.Text + "',GUARDIAN_PH_NO='" + TextBox24.Text + "',GUARDIAN_MOB='" + TextBox25.Text + "',NATIONALITY='" + TextBox26.Text + "', GENDER='" + DropDownList1.Text + "',D_O_B='" + TextBox27.Text + "' , PRESENT_ADDRESS='" + TextBox28.Text + "',DIST1='" + TextBox29.Text + "' ,PIN1='" + TextBox30.Text + "',PERMANENT_ADDRESS='" + TextBox31.Text + "',DIST2='" + TextBox32.Text + "',PIN2='" + TextBox33.Text + "',LOCAL_GUARDIAN_NAME='" + TextBox34.Text + "',LOCAL_GUARDIAN_ADDRESS='" + TextBox35.Text + "' ,DIST3='" + TextBox36.Text + "',PIN3='" + TextBox37.Text + "' ,LOCAL_GUARDIAN_PH_NO='" + TextBox38.Text + "' ,LOCAL_GUARDIAN_MOB='" + TextBox39.Text + "'WHERE EMAIL_ID='" + TextBox21.Text + "'", con1);
SqlCommand cmd5 = new SqlCommand("UPDATE educational_details SET X_N_O_INSTITUTION='" + TextBox40.Text + "',X_N_O_BOARD='" + TextBox41.Text + "',X_Y_O_PASSING='" + TextBox42.Text + "',X_O_MARKS='" + TextBox43.Text + "',XII_N_O_INSTITUTION='" + TextBox45.Text + "',XII_N_O_BOARD='" + TextBox46.Text + "',XII_Y_O_PASSING='" + TextBox47.Text + "',XII_O_MARKS='" + TextBox48.Text + "',G_N_O_INSTITUTION='" + TextBox50.Text + "',G_N_O_BOARD='" + TextBox51.Text + "',G_Y_O_PASSING='" + TextBox52.Text + "',G_O_MARKS='" + TextBox53.Text + "'WHERE EMAIL_ID='" + TextBox21.Text + "'", con1);
// SqlCommand cmd3 = new SqlCommand(sql2, con);
cmd4.ExecuteNonQuery();
cmd5.ExecuteNonQuery();
con1.Close();
Label66.Text = "data is updated successfuly...";
// cmd3.ExecuteNonQuery();






}
AnswerRe: "data is updated successfuly..." is shown but database cannot updated Pin
Eddy Vluggen4-May-14 8:40
professionalEddy Vluggen4-May-14 8:40 
SuggestionRe: "data is updated successfuly..." is shown but database cannot updated Pin
saroj mnaik11-May-14 9:06
saroj mnaik11-May-14 9:06 
AnswerRe: "data is updated successfuly..." is shown but database cannot updated Pin
saroj mnaik11-May-14 9:12
saroj mnaik11-May-14 9:12 
Questionhow to join all three query results to one in mysql Pin
sr1591-May-14 5:55
sr1591-May-14 5:55 
SuggestionRe: how to join all three query results to one in mysql Pin
Richard Deeming1-May-14 6:50
mveRichard Deeming1-May-14 6:50 
QuestionRunning .NET 4.0 Targeted app in .NET 3.5 ONLY environment Pin
TheGreatAndPowerfulOz30-Apr-14 8:57
TheGreatAndPowerfulOz30-Apr-14 8:57 
SuggestionRe: Running .NET 4.0 Targeted app in .NET 3.5 ONLY environment Pin
Matt T Heffron30-Apr-14 10:04
professionalMatt T Heffron30-Apr-14 10:04 
GeneralRe: Running .NET 4.0 Targeted app in .NET 3.5 ONLY environment Pin
TheGreatAndPowerfulOz30-Apr-14 10:13
TheGreatAndPowerfulOz30-Apr-14 10:13 
AnswerRe: Running .NET 4.0 Targeted app in .NET 3.5 ONLY environment Pin
Gerry Schmitz30-Apr-14 10:10
mveGerry Schmitz30-Apr-14 10:10 
GeneralRe: Running .NET 4.0 Targeted app in .NET 3.5 ONLY environment Pin
TheGreatAndPowerfulOz30-Apr-14 10:14
TheGreatAndPowerfulOz30-Apr-14 10:14 
QuestionDevoloping a Calc spreadsheet program using C# Pin
sifi mohamed amine25-Apr-14 3:50
sifi mohamed amine25-Apr-14 3:50 
AnswerRe: Devoloping a Calc spreadsheet program using C# Pin
José Amílcar Casimiro3-May-14 7:38
José Amílcar Casimiro3-May-14 7:38 
QuestionCan't start Windows Service Pin
sifi mohamed amine24-Apr-14 3:55
sifi mohamed amine24-Apr-14 3:55 
GeneralRe: Can't start Windows Service Pin
PIEBALDconsult24-Apr-14 4:18
mvePIEBALDconsult24-Apr-14 4:18 
GeneralRe: Can't start Windows Service Pin
sifi mohamed amine24-Apr-14 4:24
sifi mohamed amine24-Apr-14 4:24 
GeneralRe: Can't start Windows Service Pin
PIEBALDconsult24-Apr-14 5:14
mvePIEBALDconsult24-Apr-14 5:14 
AnswerRe: Can't start Windows Service Pin
jschell27-Apr-14 9:35
jschell27-Apr-14 9: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.