There is my exam in 30 minutes I will share this video to all my friends and we are watching together, it's so helpful at lastminute, you really the reason for passing my exams , thank you so much ❤
This is a very helpful tutorial especially for beginners because you're going through the processes step-by-step and that's pretty easy to follow. Thank you for this!
I love this guy, ignore the people who are complaning about the lenght, i for one like to take my time to figure it out while you are talking on the background. Great job buddy, you saved my college lol
One of the best tutorial i have ever seen.this guy is simply a genius. Very talented and nice teaching sense. I started to study Asp.net from today and i created a registration form. Thanks for your tutorial.
God thx so much. I am a student so bad in Hong Kong. Before your video I am zero by use this software. I can build this project today and I want cry... thx so much.
I have never commented for a video ever before...these are my first comments for the video This guy really really helped me a lot....Awesome...I have been searching a lot for this info...Finally, I got a wonderful video... Great!!!!
for those who having issue with script, here is full config file that solved my problem:
Notice version of you framework may be different from mine (4.5 is different from 4.5.1) Also notice, Reg.aspx - is my name of the page in which I have the issue, You might have different file name such as registration.aspx
You all prolly dont care but does anybody know a trick to get back into an Instagram account?? I somehow lost the password. I appreciate any help you can give me
thanks sir i have my project on ASP.net and im really mashup with the project can't understand the coding and getting errors now get the result easily!!
I would have liked it if you taught beginners how to program from raw and not dragging and dropping the toolbox items onto the page. For instance, explain why the run="server" is required or an OnSelectedIndexChanged event is used. Allowing beginners to understand this is more helpful and useful.
Excellent tutorial. I just ask that you please stop shaking the cursor around like crazy. At times it becomes annoying, and you can randomly click on stuff and it becoming difficult to follow along. 18:37 is just one example. Thanks again!
Hey. I get this error. I added jquerry through nugget. What am I missing: Here goes the error: WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive). Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.InvalidOperationException: WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive). Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace:
To fix this problem we need to set some validation settings when page loading. Write code below in Page_Load() method: protected void Page_Load(object sender, EventArgs e) { ValidationSettings.UnobtrusiveValidationMode = UnobtrusiveValidationMode.None; }
+Rem ko Or just type protected void Page_Load(object sender, EventArgs e) { this.UnobtrusiveValidationMode = System.Web.UI.UnobtrusiveValidationMode.None; } Inside your page load, works either way.
server error in'/' application. webforms unobtrusive validation mode requires a script Resource mapping for 'jquery'.please add a scriptResourceMapping named jquery this msg is ocurd what I will doing in this case
This z wat error comes "WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive).]"
When i click on Submit after entering all the fields, i am not able to view the message "Your registration is successful". Instead, the password and confirm password fields are set to blank.... Any pointers why this is happening ???
sir i really understand how to create, now can u show us how to connect this registration of login id to sql database(which is very important for us). ty sooomuch
thnx sir it is very helpful but i have one doubt after button click event how you show that text message - your registration successful ... every thing will be same as you said i make this but last thing not happen in my code. what is wrong ?
Q1. Will you please explain how to use response, request, session, server, application objects in normal html page or asp page in visual studio 10 ultimate using vb script.
your videos are excellent :) do you know how add text label inside textboxes? for example "Password" within password textbox and when you click on that textbox it clears.
Very useful tutorial! Thanks for this i learned a lot! The only thing you perhaps missed is the that you have to put under your web.config. Otherwise it was really straightforward and easy to follow!
Hello!..Thanks for your video tutorial about creating and validating login page. I have designed the Registration page as you said but when running the application finally, I have received a error message that telling something jquery related error. I am not well known person in programming. Can you simply tell me about this error and how to rectify that in my windows 2010 laptop?
There is my exam in 30 minutes I will share this video to all my friends and we are watching together, it's so helpful at lastminute, you really the reason for passing my exams , thank you so much ❤
This is a very helpful tutorial especially for beginners because you're going through the processes step-by-step and that's pretty easy to follow. Thank you for this!
I love this guy, ignore the people who are complaning about the lenght, i for one like to take my time to figure it out while you are talking on the background. Great job buddy, you saved my college lol
One of the best tutorial i have ever seen.this guy is simply a genius. Very talented and nice teaching sense. I started to study Asp.net from today and i created a registration form. Thanks for your tutorial.
God thx so much. I am a student so bad in Hong Kong. Before your video I am zero by use this software. I can build this project today and I want cry... thx so much.
I have never commented for a video ever before...these are my first comments for the video
This guy really really helped me a lot....Awesome...I have been searching a lot for this info...Finally, I got a wonderful video...
Great!!!!
I wish you were my teacher. I can't thank you enough!
u taught so lucid in such easy way..with so soft words..thanks a ton sir.......we need many more videos from u sir..
I am Vietnamese, your lesson is really helpful to me
You really helped me to know exact difference between ASP .NET Web Site vs ASP. NET Empty Web Site. Thank's a lot..!!! :D
Hi sir. The way of you teaching will everyone easily. Thank you so much sir
It's really useful for me I watched all ur vdos...keep doing..this is the best tutorial..with clear cut explanation...👍🏻...here 🎉new subscriber
I fell in love with the way you teach sir...thanku so much😍😋
for those who having issue with script, here is full config file that solved my problem:
Notice version of you framework may be different from mine (4.5 is different from 4.5.1)
Also notice, Reg.aspx - is my name of the page in which I have the issue,
You might have different file name such as registration.aspx
Thank you so much.
Andrey Koltsov Thank you bob...thanks a lot...
Andrey Koltsov worked for me thanks a lot mate
Andrey Koltsov Thanks, it worked for me :)
+Andrey Koltsov I Have 4.5.2 :( can you please help me
all ur tutorials are easy to understand grt work keep it up!!!
Excellent, really helpful step by step tutorial.
Sir, this is an excellent series. Thank you so much for taking the time to share your knowledge
You all prolly dont care but does anybody know a trick to get back into an Instagram account??
I somehow lost the password. I appreciate any help you can give me
I really enjoy your tutorials they are helpful and useful.
Your effort is really valuable. Thanks alot , I keep watching your lessons very very interesting the way you conduct. Thanks a million
This was a good refresher on validators
Bro you are superb. this is really helpful. i have learn many things from this video.
Thank You.
Excellent video for beginners...thanks u vry much 4 uploading this video.
thanks in advance for doing such an interesting & wonderful tutorial !!
keep going...
Very Helpful Sir.
Many Many Thanks!!
thanks sir i have my project on ASP.net and im really mashup with the project can't understand the coding and getting errors now get the result easily!!
Thankyou for u video so useful
..waiting for more videos
My first web page
Thank you sir
awesome brother. It helped me a lot. Thank you so much!!
Thanks my friend this tutorial is very useful
its very nice and easy to understand thank you verymuch...
Best of all time 😍
superb sir you are really amazing explanaier
AMAZING Explain and easy steps to follow, Thank you
hey...this vidoes is very helpfull.. ThnxX
Great video - Really useful.
go to web.config and in the configuration tags add this code to get raid of this validation error:
UnobtrusiveValidationMode
thanks for the great video
Thx, it i was getting error but thx to u its cleared. could u explain why we are getting this error and how this fixed it??
Not working:)
I would have liked it if you taught beginners how to program from raw and not dragging and dropping the toolbox items onto the page. For instance, explain why the run="server" is required or an OnSelectedIndexChanged event is used. Allowing beginners to understand this is more helpful and useful.
.. maybe it wasn't intended for beginners ?
Thankyou sir.. It was very useful
thnxx alot man,,it is really very helpful !!!
Amazingly great tutorial!
nice
#Improve Skills
Thanks much for the video brother...
Hey Great video. Very Helpful
Thanks very much! Great job!
Great video by the way.
Awesome videos. Thanks a ton!
hey dude its required field validator not requested field validator........good video thanks lot dude
Really helpful. thanks a lot!
Excellent tutorial. I just ask that you please stop shaking the cursor around like crazy. At times it becomes annoying, and you can randomly click on stuff and it becoming difficult to follow along. 18:37 is just one example.
Thanks again!
Thanks for the tutorials !!
Amazing Tutorial
really good thanks so much.
Muchas gracias Mr. Programming, yo lo sigo desde Chile y realmente explica muy bien... Espero pueda seguir subiendo videos, ya que son muy buenos
Nice video.just keep it up
NICE TUTORIAL
think u helped me lot
You rock Sirrrrrrrrrrrrr. Thx a lot
18:33 select the first option, and click arrow button and press enter. What arrow button? this doesnt work.
Hi, I just dragged bellow and it worked
place the cursor on the extreme right and then press the left arrow twice
Excellent post!!
Thank you for cool video.
thanks a lot! I loved it
Thank you for helping me
Hey. I get this error. I added jquerry through nugget. What am I missing: Here goes the error:
WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive).
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive).
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
i have the same problem! plz help us with this, ProgrammingKnowledge..
I face the same problem. I like your tutorial and therefore please give us advise on this issue.
Hi there,
Manage NuGet Packages...
Online...
AspNet.ScriptManager.jQuery
has to be installed.
It is working. Hope it is helping you too!
just add this in your web.config
To fix this problem we need to set some validation settings when page loading. Write code below in Page_Load() method:
protected void Page_Load(object sender, EventArgs e)
{
ValidationSettings.UnobtrusiveValidationMode = UnobtrusiveValidationMode.None;
}
Asp.NET uses three methodologies. Web pages, web forms and MVC. Your video followed which approach?
@@DipMadav-bg7oj There is no web pages in the new visual studio so I am confused also
thank you for the help!
getting this error-Please add a ScriptResourceMapping named jquery(case-sensitive).
Me too😢
Great Sir..
In order to stop ScriptResourceMapping jquery I had to add the following to the config file:
Rem ko Thanks a lot :)
+Rem ko where is config file?
+Bad Sham In solution explorer.. :D it may be at last
+Rem ko Thanks dude
+Rem ko Or just type
protected void Page_Load(object sender, EventArgs e)
{
this.UnobtrusiveValidationMode = System.Web.UI.UnobtrusiveValidationMode.None;
}
Inside your page load, works either way.
very helpful
gostei bastante da vidio aula
Sir, It is useful for me. Need custom validation and Validation summary for this page.
server error in'/' application.
webforms unobtrusive validation mode requires a script Resource mapping for 'jquery'.please add a scriptResourceMapping named jquery
this msg is ocurd what I will doing in this case
Thank you.
nice tutorial .....
Which version of visual studio you're using
superb....sir n tnx
This z wat error comes "WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive).]"
When i click on Submit after entering all the fields, i am not able to view the message "Your registration is successful". Instead, the password and confirm password fields are set to blank.... Any pointers why this is happening ???
sir i really understand how to create, now can u show us how to connect this registration of login id to sql database(which is very important for us). ty sooomuch
great help
Can you link in the description the next/previous video for people who finds you via TH-cam/Google search?
thkns for this video
thnx sir it is very helpful but i have one doubt after button click event how you show that text message - your registration successful ... every thing will be same as you said i make this but last thing not happen in my code. what is wrong ?
thank u so much
Speaker, what is your work as of September 2016?
Plzz give a video for configuration of database and save data of registration into database
Thanks alot!!
Q1. Will you please explain how to use response, request, session, server, application objects in normal html page or asp page in visual studio 10 ultimate using vb script.
Greate sir ...
button is not working.it doesnt show any msg
good
#AlfahadTricky
your videos are excellent :) do you know how add text label inside textboxes? for example "Password" within password textbox and when you click on that textbox it clears.
Perhaps you can use the Tooltip option instead?
even when i am entering same password , it is displaying password must be same when i click on submit
thanq sir
Very useful tutorial! Thanks for this i learned a lot! The only thing you perhaps missed is the that you have to put under your web.config. Otherwise it was really straightforward and easy to follow!
Sir , can i ask something?
Is there a program that can autoplay a song right after you log-in your account? Thanks
is this using .net web forms application or .net mvc application?
Hello!..Thanks for your video tutorial about creating and validating login page. I have designed the Registration page as you said but when running the application finally, I have received a error message that telling something jquery related error.
I am not well known person in programming. Can you simply tell me about this error and how to rectify that in my windows 2010 laptop?
yes, same issue i got
do I have to create a IIS local vitual directory first? my website is not loading.
good yr
its working