Update database with Username
hi all i want update data username after click button...when try click button give me error..below code protected void tempahbutton_click(object sender, eventargs e) { sqlconnection conn = new sqlconnection(); conn.connectionstring = configurationmanager.connectionstrings["mytempahanconnectionstring"].connectionstring; conn.open(); string facility = convert.tostring(facilitydropdownlist.selecteditem); string date = convert.tostring(calendar.selecteddate); string starttime = convert.tostring(starttimedropdownlist.selecteditem); string ampm1 = convert.tostring(ampm1dropdownlist.selecteditem); string endtime = convert.tostring(endtimedropdownlist.selecteditem); string ampm2 = convert.tostring(ampm2dropdownlist.selecteditem); string total = convert.tostring(totalchargelabel.text); string refnum = convert.tostring(totalchargelabel.text); strin...