Thank You Sir Web Service and WCF are what I asked your many times to teach us, as you did C#, ASP.NET, SQL, MVC, ADO.NET, thanks thanks thanks thanks thanks!!!!!!!! THanks a lot a lot a lot a lot a lot
sir, the session did not generate in my web-config and using VS2012, is there any way to make it generate , all do l need to set one features in the visual studio, at work fine until l get to this stage.
Hi Tocar, I just followed this video and I'm a beginner student. I couldn't retrieve the session. I cannot find this tag to type allowCookies = true. Could you please help me in finding this tag. Thank you.
sir, when im performing the second Add operation, Session["CALCULATIONS"] is null , the session is not preserving first Add operation value,so the gridview is displaying only 1 result every time, how can i resolve this?
Make sure that you have made changes (allowCookies="true") in Web.config file of client i.e. project from where you are calling the service. Make sure that you are not making changes in Web.config file of the project where you have created the service.
abhinav sultania Hi, I did as your guide, but Session["CALCULATIONS"] still = null. where did you set the key: CALCULATIONS for the session ? what happens if I use : Session["CALCULA"] ?
Very nice and interesting video. I have followed the same code , but still I always get the result as "You have not performed any Calculations yet" in the GetCalculations(). Please suggest. Thanks in Advance!!, Sajitha
Hi Venkat. I have a pbm to open CalculatorWebService.asmx page that error is Server Error in '/' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not create type 'WebServicesDemo.CalculatorWebService'. Source Error: Line 1: Source File: /CalculatorWebService.asmx Line: 1 Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.1055.0 Can you tell me how to solve this issue
When I invoke the GetCalculations , I'm unable to receive the calculations that were performed. Could anyone please help me to solve this problem. Thank you.
Great video. However, I cannot get the webform1 page to display. Upon building (ctrl-5) my program always defaults to localhost:61809/CalculatorWebServices.asmx not WebForm1.aspx. I can run the program from the startpage (CalculatorWebServices.aspx) but I cannot get the table in WebForm1.aspx. Any advice? I tried changing the "Start page" function but it is not working.
HI, thanks for your great teach. i have problem in this part. my web service is run correctly but when i run webform1.aspx in web _application_calculator , I face this error ("HTTP Error 403.14 - Forbidden") and i can't fix it. could you help me? how can i solve this?
I'm unable to retrieve the session. Could anyone please help me in fixing this problem. If anyone could help me to resolve this error, I can move forward to watch later videos. Please... Thank You.
Hi this is Khajaismail i can help u please contact me, Bcoz same problem i got but now i fixed this problem in my project (or) u can call me this is my number 8830548216
+Anish Pal Thank you for the feedback. This means a lot. Very pleased you found these videos useful. Dot Net & SQL Server training videos to help you become a web developer th-cam.com/users/kudvenkatplaylists?view=1&sort=dd Download videos for offline viewing www.pragimtech.com/Order.aspx Slides, Code Samples & Text Version of the videos can be found on my blog csharp-video-tutorials.blogspot.com Tips to effectively use our youtube channel th-cam.com/video/y780MwhY70s/w-d-xo.html To receive alerts, when new videos are uploaded, please subscribe to our channel th-cam.com/users/kudvenkat If you like these videos, please click on the THUMBS UP button below the video May I request you to please share the link with your friends who you think would also benefit from them To teach is to learn Thanks Venkat
I put this in the web form aspx.cs to use the initial "You have not performed any calculations" protected void Page_Load(object sender, EventArgs e) { CalculatorService.CalculatorWebServiceSoapClient client = new CalculatorService.CalculatorWebServiceSoapClient(); gvCalculations.DataSource = client.GetCalculations(); gvCalculations.DataBind(); gvCalculations.HeaderRow.Cells[0].Text = "Recent Calculations"; }
Thank you so much sir, I don't have words for you, I ever never see a teacher/youtubers just like you in my life?
Mr.Venkat you are a savior. Thanks for every knowledge you have shared.
The way in which you display screen shots of all the relevant code at the end of every video is very helpful for taking notes
Thank You Sir
Web Service and WCF are what I asked your many times to teach us, as you did
C#, ASP.NET, SQL, MVC, ADO.NET, thanks thanks thanks thanks thanks!!!!!!!!
THanks a lot a lot a lot a lot a lot
THANK YOU SO MUCH DEAR @kudvenkat... SOONER I'LL START WATCHING ASP TUTORIALS I'M STILL FOCUSED WITH C#
sir, the session did not generate in my web-config and using VS2012, is there any way to make it generate , all do l need to set one features in the visual studio, at work fine until l get to this stage.
if session not working in web service then where to change in webconfig
How to use session state, when cookies are disabled and service is on another server??
Nice Explanation...Thanks a lot.
Looking forward for WCF videos from you.
I have problem with ASP .NET MVC 4. I do not know how turn on "allowCookies="true"" in MVC 4. I do not find the similar setting.
same problem here...
just fixed it. type allowCookies="true" inside tag
Thank you very much! You saved my life :)
Hi Tocar, I just followed this video and I'm a beginner student. I couldn't retrieve the session. I cannot find this tag to type allowCookies = true. Could you please help me in finding this tag.
Thank you.
When I opened Web.Config, I didn't have most of the code. So, I just wrote "allowCookies=true"
In this context, why would you do the "Recent Calculations" storing on the server side?
@kudvenkat: can you please explain how to get exception messages and custom messages from web service
How to do for other arithmetic operations?
session not wotking ,
One problem is when we refresh the page, than the values automatically insert a value again as recent calculations... How can I fix it?
sir, when im performing the second Add operation, Session["CALCULATIONS"] is null , the session is not preserving first Add operation value,so the gridview is displaying only 1 result every time, how can i resolve this?
Make sure that you have made changes (allowCookies="true") in Web.config file of client i.e. project from where you are calling the service.
Make sure that you are not making changes in Web.config file of the project where you have created the service.
abhinav sultania Hi, I did as your guide, but Session["CALCULATIONS"] still = null. where did you set the key: CALCULATIONS for the session ? what happens if I use : Session["CALCULA"] ?
Very nice and interesting video. I have followed the same code , but still I always get the result as "You have not performed any Calculations yet" in the GetCalculations(). Please suggest. Thanks in Advance!!, Sajitha
I was not able to see the GetCalculations method in my web service even though i rebuild it
hey brother may be you haven't write web method(Enable Session= true)
write it then it will be visible.
Thanks! Keep up the good work :)
Hi Venkat. I have a pbm to open CalculatorWebService.asmx page that error is
Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not create type 'WebServicesDemo.CalculatorWebService'.
Source Error:
Line 1:
Source File: /CalculatorWebService.asmx Line: 1
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.1055.0
Can you tell me how to solve this issue
When I invoke the GetCalculations , I'm unable to receive the calculations that were performed. Could anyone please help me to solve this problem. Thank you.
awesome video, thanks alot really u helped me
Great video. However, I cannot get the webform1 page to display. Upon building (ctrl-5) my program always defaults to localhost:61809/CalculatorWebServices.asmx not WebForm1.aspx. I can run the program from the startpage (CalculatorWebServices.aspx) but I cannot get the table in WebForm1.aspx. Any advice? I tried changing the "Start page" function but it is not working.
Very nice video. My humble request to you, that if you provide any session related to Webapi with restful services then that would be a great help.
HI, thanks for your great teach.
i have problem in this part. my web service is run correctly but when i run webform1.aspx in web _application_calculator , I face this error ("HTTP Error 403.14 - Forbidden") and i can't fix it. could you help me? how can i solve this?
Hi this is Khajaismail could u please share the Screenshot then i'm gonna help u Message me , This is my mail Khajaismail15111994@gmail.com
Thank you so much, very interesting !
I'm unable to retrieve the session. Could anyone please help me in fixing this problem. If anyone could help me to resolve this error, I can move forward to watch later videos. Please...
Thank You.
Hi this is Khajaismail i can help u please contact me, Bcoz same problem i got but now i fixed this problem in my project (or) u can call me this is my number 8830548216
can anyone please paste ADONet interview blog From venkat
how can i write (List)Session["CALCULATIONS"]; in visual basic?
CType(Session("CALCULATIONS"), List(Of String))
Nice Video , It helpful
thanks a lot. great vid again.
u're just awesome
Good work
great ..
good one..
thank you very much!
Thank u sir.
great work keep it up and please if u can wcf tutorial also will be great
pls help me
What is Ur Problem friend
very nice vedio
+Anish Pal Thank you for the feedback. This means a lot. Very pleased you found these videos useful.
Dot Net & SQL Server training videos to help you become a web developer
th-cam.com/users/kudvenkatplaylists?view=1&sort=dd
Download videos for offline viewing
www.pragimtech.com/Order.aspx
Slides, Code Samples & Text Version of the videos can be found on my blog
csharp-video-tutorials.blogspot.com
Tips to effectively use our youtube channel
th-cam.com/video/y780MwhY70s/w-d-xo.html
To receive alerts, when new videos are uploaded, please subscribe to our channel
th-cam.com/users/kudvenkat
If you like these videos, please click on the THUMBS UP button below the video
May I request you to please share the link with your friends who you think would also benefit from them
To teach is to learn
Thanks
Venkat
Really Great
I put this in the web form aspx.cs to use the initial "You have not performed any calculations"
protected void Page_Load(object sender, EventArgs e)
{
CalculatorService.CalculatorWebServiceSoapClient client = new CalculatorService.CalculatorWebServiceSoapClient();
gvCalculations.DataSource = client.GetCalculations();
gvCalculations.DataBind();
gvCalculations.HeaderRow.Cells[0].Text = "Recent Calculations";
}
Thank you so much!