I have two queries in first query i have to show all values,in second query i have to show 3 values and want to hide 3 values what prompt ur going to use, why that prompt
difference between crane drive and line drive.
can anyone explain 11kV 3core cable megger,hi pot test procedure with connection details?
Hii can you help me step by step procedure for transfering data in textfields into sql database .mdf(also help me how to create database .mdf file) file after creating submit button in asp.net/ c#?????
please tel me Karnataka vat,sale tax deposit from and return from
I have written the code as below. here problem is that dt remain null. how to solve thst please tell me. public partial class Form1 : Form { private DataTable DTable; private DataRow drow; public Form1() { InitializeComponent(); } private OleDbConnection getConnection() { OleDbConnection con=new OleDbConnection (@"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\winApp for Student\winApp for Student\App_Data\SchooMgnSystem.mdb;Persist Security Info=True"); return con; } private void button1_Click(object sender, EventArgs e) { InsertData(); } private void InsertData() { if (DTable==null) { DTable = new DataTable(); DTable.Columns.Add("StudID", typeof(string)); DTable.Columns.Add("StudName", typeof (string)); DTable.Columns.Add("Address", typeof(string)); drow = DTable.NewRow(); drow[0] = txtStudID.Text; drow[1] = txtSTudName.Text; drow[2] = txtAddress.Text; DTable.Rows.Add(drow); grdStudent.DataSource = DTable; } else { drow = DTable.NewRow(); drow[0] = txtStudID.Text; drow[1] = txtSTudName.Text; drow[2] = txtAddress.Text; DTable.Rows.Add(drow); grdStudent.DataSource = DTable; } } private void button2_Click(object sender, EventArgs e) { string cmdstr; OleDbCommand cmd; OleDbConnection con = getConnection(); foreach (DataRow Drow in DTable.Rows) { cmdstr = "Insert into Student values('" + drow[0].ToString() + "','" + drow[1].ToString() + "','"+drow [2].ToString()+"')"; cmd = new OleDbCommand(cmdstr,con); try { con.Open(); cmd.ExecuteNonQuery(); } catch (Exception ex) { MessageBox.Show(ex.Message); } finally { con.Close(); } } }
What is the function of RCBO? What are the different sensitivity ratings & each application?
I am Undergraduate is it possible to travel USA ?
WHAT IS THE ACTUAL DEFINATION OF PLANET?
How much permissible bearing capacity requires for open footings(isolated) and what type pile foundatuon prefering for coastal areas?
how can i prevent the backfire occurrence in copper shaft furnaces?
Q1. Why did you enter the field of chemistry? Q2. What has motivated you to take chemistry as your professional subject and have you motivated anyone towards your field?
write a programming in c to find the sum of all elements in an array through function.
I have made a 3 phase thyristor full bridge rectifier. But at the moment it is working only for the half bridge operation. Both the half bridges are on operation separately but when i put it into full bridge operation the oscilloscope output is zero. I rechecked that the pulses are correct for each thyristor. what could be the possible reason for this?
What would cause a 240v choke that should give 110v out on a 16w lamp to gradually increase to 160v?