<% 'Submit this form if len(request.form("action")) > 0 then rp_country_name = request.form("rp_country_name") rp_country_id = request.form("rp_country_id") qry = "update report_country set rp_country_name = '"& encode(rp_country_name) &"' where rp_country_id = "& rp_country_id &"" set rs = conn.execute(qry) set rs = nothing response.write "" end if %>
>>Report Country : Edit
<% rp_country_id = request("rp_country_id") qry = "select * from report_country where rp_country_id = "& rp_country_id &"" set rs = conn.execute(qry) %>

 
Country Name
  " size="25">