I watched your video till 21.23 sec only and could not stopped my self to thanking you. Aw, you are great. What a explanation. Thank you so much. God bless 🙏
Perfect video, works great. But can you point me where I can find how to learn how to refresh the gridview when multiple users are using the page and they are entering data so all users see the new data?
SqlDataReader t = cmd.ExecuteNonQuery(); if (t > 0) { Response.Write("alert('Data Has Updated') "); GridView1.EditIndex = -1; PopulateGridview(); } here i got a problem its show 1.convert type int to syste,.data.sqlclient.sqldatareader 2. operator > can not be applied 'sqldatareader' and 'int'
sqlDataReader is used to read the data and when you type a SqlDataReader, you must call the ExecuteReader ...don't use ExecuteNonQuery() by the way ,this code is for update query so don't use SqlDataReader you can use int t = cmd.ExecuteNonQuery(); if (t > 0) { Response.Write("alert('Data Has Updated') "); GridView1.EditIndex = -1; PopulateGridview(); }
Thank you so much everyone who liked and subscribed my videos.
I watched your video till 21.23 sec only and could not stopped my self to thanking you.
Aw, you are great. What a explanation.
Thank you so much.
God bless 🙏
I mean nothing to say . U have explained very clearly
Thanks this is a great video. You have helped me exactly what I needed for my own project with slight tweaks my own. Thanks lot again.
i know I am quite randomly asking but does anyone know of a good place to stream newly released series online ?
@Jack Bodhi Try flixzone. Just search on google for it =)
@Kash Kingston definitely, I have been watching on Flixzone for since april myself =)
@Kash Kingston Thanks, I signed up and it seems like they got a lot of movies there =) I appreciate it!!
@Jack Bodhi Happy to help =)
Very well explained and step by step guidance helps me to perform the CURD operation in the web forms. Keep It up.
Great video. Nice explanation. Greetings from Costa Rica!
Perfect video, works great. But can you point me where I can find how to learn how to refresh the gridview when multiple users are using the page and they are entering data so all users see the new data?
Thankuuu so much sir for solving my biggest problem....
Great video sir
You are the beeeeeeeeeeeeessssssssssstttttttt
Uwierzmy w siebie, to jest ten czas (o-o-o-o)
Co będzie nie wiesz, niech ta chwila prowadzi nas
Useful and helpful video for me. thank you sir
Thanks for this video.
Making the code downloadable would help.
Hey hii please help me what is that RowIndex în Updation code
Great video and perfect explanation 👍
Good Explanation. Thank u bro
Gud explained sir
Thank you, you helped me a lot
Nice .....Sri....❤
Hi, could you please provide source code, you are the best professional programmer. Thanks in advance.
you have video how to create the line with the fields ?
Sir can you please share the code of this total part😊
Nice video sir
why do I got index problem in
int ID=Convert.ToInt32(gridview1.Datakeys[e.RowIndex].Value.ToString());
Mee too
Did you manage to fix it?@@mohitsingholi8147
did you manage to fix it?
very useful, thx
Nice video
SqlDataReader t = cmd.ExecuteNonQuery();
if (t > 0)
{
Response.Write("alert('Data Has Updated') ");
GridView1.EditIndex = -1;
PopulateGridview();
}
here i got a problem its show
1.convert type int to syste,.data.sqlclient.sqldatareader
2. operator > can not be applied 'sqldatareader' and 'int'
sqlDataReader is used to read the data and when you type a SqlDataReader, you must call the ExecuteReader ...don't use ExecuteNonQuery()
by the way ,this code is for update query so don't use SqlDataReader
you can use
int t = cmd.ExecuteNonQuery();
if (t > 0)
{
Response.Write("alert('Data Has Updated') ");
GridView1.EditIndex = -1;
PopulateGridview();
}
Nice vid
Super
data load isn't works for me😭
😢
Hi bro , i need help
Wow
I want to upade integer value like sallary so how to update integer value you explained but not take integer value you should take integer value yr😂😂
This is how you get SQL injection attacks.
Can i got the source code?
where is the selection???!!!!!
could you please provide source code
Jkks video
Thoda toh explain karte Apne aap hi karte ja rahe ho sab
source code
Jkks
Very bad
Bad
Nice video sir
Nice video
Nice video
Nice video
Nice video