Informational video 👍🏻👍🏻 But You forget to write return ; Statement in If(!modelstate.isvalid) { Tempdata["errormsg"]=......... Return; } In [HttpPost] create action method.
@CodeWithGopi9 ай бұрын
Thanks for the update
@pinkigour4939 Жыл бұрын
Your teaching way is ingenious ❤❤❤
@CodeWithGopi Жыл бұрын
Thanks for your valuable feedback
@MUSICA174210 ай бұрын
Great! Thank you for the explanation
@CodeWithGopi10 ай бұрын
Thanks for your valuable feedback and support
@CodeWithGopi6 ай бұрын
Thank you for your feedback and support! If you're able, please consider supporting my channel by becoming a member or using Super Thanks.
@s.f.a76158 ай бұрын
you said that you already explained how to create views manually step by step in previous view but i havent got it it there is no reference or address for the video and no numbering there although the video is great is easy to understand thanks
@qasimzaildar2862 Жыл бұрын
Thank you sir thanks a lot , one of best tutorial
@CodeWithGopi Жыл бұрын
Thanks for your valuable feedback and support 👍
@poojasoni999318 күн бұрын
What is no lock in sql
@raymondgoh30479 ай бұрын
May I know why do we need to use try and catch in usp_insert-employeee as there was no condition?
@arunstreamingАй бұрын
There is no link which explain view creation. If there any, plz share it. Thank you
@aravinthaanswaminaathanraj60309 ай бұрын
Hi, I'm getting the same message "No Employees available at this moment" even-though I'm able to add data's via Create button or be it in the backend. How to resolve it ? Why the data's are not displayed n the employee Index ?
@CodeWithGopi9 ай бұрын
Hi, debug and check whether the data is coming from the DB
@aravinthaanswaminaathanraj60309 ай бұрын
@@CodeWithGopi Yeah, got it. Thanks. return View(employees); missed to include employees while returning the view!!
@advX7 ай бұрын
You can just use the stored procedure name in the CommandText, you can remove the square brackets ("[", "]") and the "[dbo]". Happy coding :D
@CodeWithGopi7 ай бұрын
Thanks for yiur valuable feedback. [] not mandatory. But if we have multiple schemas, better to use schema and performance wise also good to use schema. 🙏 pls correct me if I am wrong.
@andressierra9260 Жыл бұрын
Where can I download the script to create the employee table, there is a piece missing that I can't see on the right side please
@CodeWithGopi Жыл бұрын
Will share the script link.
@andressierra9260 Жыл бұрын
@@CodeWithGopi yes, please. Thank you
@namohoang8292 Жыл бұрын
Is there any SQL code at the beginning? The WITH line is finished ON... what else?
@nirmalthomas8838 Жыл бұрын
Same doubt
@debabratasahoo2588 Жыл бұрын
I also same doubt
@TusharKumar-rr8tb Жыл бұрын
Same doubt
@madhav_drone9 ай бұрын
where can i get the script added for view Kindly post it sir it will be helpful
@draveshlokhande8506 Жыл бұрын
Which nuget packet's are installed for this crud opreation?
@sumitmaske14619 ай бұрын
Hi Gopi, I'm getting error when I'm trying to delete the records. Please kindly help me on this !
@CodeWithGopi9 ай бұрын
What is the error
@sumitmaske14619 ай бұрын
@@CodeWithGopi Hey , Thanks for the reply ! issue got resolved. Basically error was model binding in DeleteConfirmed method.
@nirmalthomas8838 Жыл бұрын
sir for beginners the stored procedure is tough,try to make it simple next time
@CodeWithGopi Жыл бұрын
Thanks for your valuable feedback and support.
@sumitmaske14619 ай бұрын
I'm totally agree with you
@tufaneser105310 ай бұрын
How can ı get this project's source codes ? I can't find it on your Github profile.
@CodeWithGopi10 ай бұрын
We are providing the source code for members only. If possible you can join as a member.
@CodeWithGopi10 ай бұрын
Thanks for taking a membership and your support. Please 🙏 share your email address and will share the source code.
@tufaneser105310 ай бұрын
I guess you forgot the send to me source codes :)@@CodeWithGopi
@tufaneser105310 ай бұрын
??@@CodeWithGopi
@aravinthaanswaminaathanraj60309 ай бұрын
Hi, I'm getting an "Error : Model data is invalid" while trying to update the data. How to resolve it ??
@aravinthaanswaminaathanraj60309 ай бұрын
@CodeWithGopi Any updates/ suggestions ?
@aravinthaanswaminaathanraj60309 ай бұрын
Hi, I'm getting an Error : Keyword not supported: 'trust server certificate' while running the application!! How to resolve it ??
@CodeWithGopi9 ай бұрын
Please try this and let me know if you have any issues kzbin.info/www/bejne/g4DPlZ6LdtCZmck
@aravinthaanswaminaathanraj60309 ай бұрын
@@CodeWithGopi "Data Source=DESKTOP-XXXXXXX;Initial Catalog=CRUDWithADONet;Integrated Security=True;Encrypt=True;Trust Server Certificate=True", this is my default connection string. It still didn't work out for me.
@aravinthaanswaminaathanraj60309 ай бұрын
I tried this "Trust Server Certificate=True changed to TrustServerCertificate=True", by removing the space in between, it works now.
@NaikIsKing Жыл бұрын
Thanks Gopi, Nice, Please share the code for this video
@creightonchingarande7542 Жыл бұрын
i was following along and I notice your sqlreader has no parameters how did you do that it did not work for me at all I had to do this using(SqlDataReader dr = _command.ExecuteReader()) { whil(dr.Read()) { Employee employee = new Employee(); .... employeeList.Add(employee); } } _connection.Close();
@nileshtambe998 Жыл бұрын
Thank you had the same issue!!
@rodrigoklein Жыл бұрын
While trying to execute the Insert procedure, i got the following error: Msg 208, Level 16, State 6, Procedure usp_Insert_Time, Line 2 [Batch Start Line 26] Invalid object name 'DBO.usp_Insert_Time'. Can someone help me?
@Raj_Vishwa1 Жыл бұрын
make sure u have changed Master database into ur database name while executing
@CodeWithGopi Жыл бұрын
Sp is not available in selected db
@VinSetty6 ай бұрын
Hi sir..... can you please provide in previous videos like CrudwithCodeFirst and CascdingDDL project videos sir............. please sir I have based on the project one task will be there sir ............ please sir can you provide as soon as possible sir......... still I am waiting your videos links sir........ and How can I contact sir
@VinSetty6 ай бұрын
previous videos will not be there sir
@TheWizardOnTheWeb Жыл бұрын
Where i can get the query
@oguzhannejatkarabas7139 Жыл бұрын
After I did the "Read Data" part, when I started it it gives this error. Can you help ? InvalidOperationException: The view 'Index' was not found. The following locations were searched: /Views/Home/Index.cshtml /Views/Shared/Index.cshtml
@CodeWithGopi Жыл бұрын
View not avaliable. Pls check
@asitraining7664 Жыл бұрын
Louder!
@CodeWithGopi Жыл бұрын
Sure. Will improve on this
@rabishankargupta63564 ай бұрын
try to speak a bit loude
@CodeWithGopi3 ай бұрын
Sure thanks for your valuable feedback and support 👍
@alibaba-ez9un Жыл бұрын
pls give the source code
@shirshantgupta6227 Жыл бұрын
why i getting Error: unable to save data
@arghyamallick7357 Жыл бұрын
I am getting this error "InvalidOperationException: The view 'Edit' was not found. The following locations were searched: /Views/Employee/Edit.cshtml /Views/Shared/Edit.cshtml" while clicking the edit option. Please suggest
@CodeWithGopi Жыл бұрын
Edit View not available. Please create it and try
@arghyamallick7357 Жыл бұрын
@@CodeWithGopi Done..
@arghyamallick7357 Жыл бұрын
@@CodeWithGopi thanks
@shwetadamakale54274 ай бұрын
The type name 'models' does not exist in the type 'Employee'