but i use in oracle pl sql so how to connect this project same as sql as oracle pl sql plese make a video on it
@centaur2627 күн бұрын
thank you so much for this instructive playlist, it looks and tidy and is really good for beginner intermediate learners.
@Prabhu-d1oАй бұрын
Really helpful mam
@riyyanshaikhriyyanshaikh62282 ай бұрын
0:20
@h4rdz7903 ай бұрын
vai lon , em cam on anh An Do nhieu lam, you are my hero
@SakshiRajput-k4y3 ай бұрын
Thank thank thank thank youbsir😊 I am so happy that one error is completed because of you
@NadeemAhmad-pi9bl4 ай бұрын
Thanks !!!👍
@ericbrenner6906 ай бұрын
Yikes....that sound coming from EVERY mouse click is annoying as hell. Please get rid of it!!!
@chesterchester31656 ай бұрын
Dont work When i clck to login do nothing.WHY??????? private void button1_Click(object sender, EventArgs e) { SqlConnection con = new SqlConnection(@"Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename=C:\Users\Sorcerer\Desktop\account.mdf;Integrated Security=True;Connect Timeout=30"); SqlDataAdapter sda = new SqlDataAdapter("Select Count(*) from login WHERE username='" + textBox1.Text + "' and Password='" + textBox2.Text + "' and usertype ='"+comboBox1.Text+"'", con); DataTable dt = new DataTable(); sda.Fill(dt); if (dt.Rows[0][0].ToString() == "1") { SqlDataAdapter sda1 = new SqlDataAdapter("Select Count(*) from login WHERE username='" + textBox1.Text + "' and Password='" + textBox2.Text + "' and usertype ='" + comboBox1.Text + "'", con); DataTable dt1 = new DataTable(); sda.Fill(dt); } if (dt.Rows[0][0].ToString() == "admin") { DAdmin da = new DAdmin(); da.Show(); this.Hide(); } if (dt.Rows[0][0].ToString() == "user") { DUser du = new DUser(); du.Show(); this.Hide(); } } //////////////////////////////// } }
@sudematraci6 ай бұрын
i cant see reporting section when i click add-> new item. how can i fix this. i already installed crystal report
@BTCSE_KurapativenkataRajaphani6 ай бұрын
Great Content and explanation 🎉
@wasimkhan-ge7ml6 ай бұрын
Could this be happen with arrow key to move up and down key?
@ahmetsuzer9537 ай бұрын
thanks bro
@thanhphatleCNTT7 ай бұрын
Thank You So much, i am first leanrning c# so i meet video i can understand problem very quickly <3
@YsDhiraj7 ай бұрын
I want ToolTip to get shown on Click? How to do it ?
@PrabhakaraRajuUppalapati8 ай бұрын
not working - totQty += float.Parse(dataGridView1.Rows[i].Cells["dgQuantity"].Value.ToString());
@rnizuna88418 ай бұрын
спасибо
@akrembenchagra8 ай бұрын
best indian ever
@akrembenchagra8 ай бұрын
best indian on youtube thxx
@devaananthan94319 ай бұрын
It is possible to receive response name,email in seprate texboxes using get method?
@gomeztorricellygomez780810 ай бұрын
wonderfull worked for me,I use it in my ERP Project
@anjutino640410 ай бұрын
how to add company logo in header part in using c# generate invoice receipt pdf
@BEST-le3oi10 ай бұрын
Semma anna
@greyninja02310 ай бұрын
getting an error (object reference not set to an instance on on object) at call_log_management.viewCallDetails.button1_Click(Object sender, EventArgs e) in source epos\call_log_management\viewCallDetails
@sharmisharmila418911 ай бұрын
Kindly share the source code for this application sir
@denyserurangwa8903 Жыл бұрын
where did that dvgCustomer been initialized??]
@prettydog624111 ай бұрын
it’s the data grid view’s name
@padmavatiinfosys310 Жыл бұрын
hi Where is the part 6 and 7 sir
@SaiRam1990_ Жыл бұрын
Hi i saw your video. Very helpful. But i need the same for gridview . Pls help me
@dhirajmokal9737 Жыл бұрын
Please make more videos like this on mvc full tutorials
@dhirajmokal9737 Жыл бұрын
Great brother
@shubhamberde-fg4ez Жыл бұрын
thank you
@januariushianu6959 Жыл бұрын
it would be very nice if you include sales
@sachinshome Жыл бұрын
Is it 3 tier application ??
@srnaja8855 Жыл бұрын
NÃO FUNCIONA
@zureasurchi708 Жыл бұрын
links video databas ples
@vaijeashxenia Жыл бұрын
Bro can you provide Code
@nelsonrivers8546 Жыл бұрын
Can you create video(s) on how to create a Setup project to deploy a Winform application with EF Core ? Does it require that a .mdf file be deployed within the Setup project ?
@FedericoZagnoni Жыл бұрын
Really don't understand your english ... I just follow your typewriting but I can't realize what you mean ...
@sanjayapanda3994 Жыл бұрын
Voice not clear in the video, Plz do a video with clear voice.
@sanjayapanda3994 Жыл бұрын
Pls do a video, where using restful api and using c# language crud can be performed in windows form.
@abcedutechnadiaabdalla Жыл бұрын
Thank you
@patrickmankoto5049 Жыл бұрын
hello sir sorry have one question please how can i add a class connection bay pasting and got all the connection please
@amanrohidas41 Жыл бұрын
I am getting error in SqlDataAdapter line In this line I'm getting error :- SqlDataAdapter sda = new SqlDataAdapter("select count(*) from userreg where UserName = '" + usernametxt.Text + "' and Password = '" + passwordtxt.Text + "' "); Please help me
@cstribal Жыл бұрын
lol...my name is Thomas Petrou... is this a joke or what? xD
@govindarajs.r8926 Жыл бұрын
Very good tutorial, many thanks!... very helpful for me