23.12.2012 Views

Digital Forensics in Small Devices: RFID Tag Investigation

Digital Forensics in Small Devices: RFID Tag Investigation

Digital Forensics in Small Devices: RFID Tag Investigation

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

}<br />

Con.Close();<br />

private void btnDBload_Click(object sender, EventArgs e)<br />

{<br />

}<br />

DataTable dt;<br />

SqlDataAdapter da;<br />

Con = new SqlConnection(constr);<br />

try<br />

{<br />

}<br />

da = new SqlDataAdapter("Select * from rfid_db", Con);<br />

dt = new DataTable("rfid_db");<br />

da.Fill(dt);<br />

dt.DefaultView.Sort = "Date desc";<br />

dataGridView1.DataSource = dt;<br />

dataGridView1.Columns["Value"].HeaderText = "Value ($)";<br />

catch(Exception ex)<br />

{<br />

}<br />

MessageBox.Show(ex.Message);<br />

private void btnLOGload_Click(object sender, EventArgs e)<br />

{<br />

}<br />

private void btnClearGird_Click(object sender, EventArgs e)<br />

{<br />

dataGridView1.Columns.Clear();<br />

50

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!