Techniques to send data from one webform to another in asp.net   Part 58

Techniques to send data from one webform to another in asp.net Part 58

kudvenkat

11 лет назад

193,218 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@wamitafa3791
@wamitafa3791 - 13.12.2023 20:50

Helloo dear

Ответить
@wamitafa3791
@wamitafa3791 - 13.12.2023 20:49

Helloo dear

Ответить
@inshamuk
@inshamuk - 21.03.2023 10:10

Hi, How can you pass data from a datalist control label to another page

Ответить
@shrikantsingh5392
@shrikantsingh5392 - 28.06.2022 19:29

Thank you so much..................

Ответить
@gayatrikhot7718
@gayatrikhot7718 - 29.05.2021 18:50

I do same process. But whenever i execute program there is system. Null reference exception.. Object reference not set to an instance of object.. What i should do??

Ответить
@buntysoni2282
@buntysoni2282 - 22.12.2020 07:45

When we use payment gateway and we want to generate invoice with client details so which concept is best for data transfer securely?

Ответить
@jtjumperify
@jtjumperify - 30.05.2020 08:02

Beautiful

Ответить
@abineshselva
@abineshselva - 13.05.2020 11:40

How to submit the value in Last page both the post back data and the last page data

Error with same I'd name

Ответить
@tstariqdirectortsskillandt6098
@tstariqdirectortsskillandt6098 - 23.04.2020 11:11

Can I transfer data from page of one website to the page of another website (both are my web sites) ?

Ответить
@indradeokumar8949
@indradeokumar8949 - 26.02.2020 19:59

how to pass string value from one page to another page and save in data base using asp c#

Ответить
@rielbrothersgroupservices2308
@rielbrothersgroupservices2308 - 02.05.2019 08:54

Multiple users login in website and viewing different data (from db table records), don't want to view one user records to another user. There is chance to view one user records to another user if i use session/public/Global variable in passing values one page to another page. How to resolve this issue ? Please help me

Ответить
@sca11ywagg
@sca11ywagg - 16.04.2019 12:48

By casting to a specific page, you have indeed removed the possibility of typos. But you have also hardwired that form2 beeds to be called by form1, so you've just tightly-coupled the two pages. Don't get me wrong, this series of videos is brilliant, but you could have made it clear that, by doing it this way, you've made a definite choice which has both upsides and downsides.

Ответить
@kunalsingh1636
@kunalsingh1636 - 17.02.2019 18:51

Thank you sir

Ответить
@nayakdevi6880
@nayakdevi6880 - 13.02.2019 17:02

Sir
how can we send webform1 data in webform2 using grid view please tell

Ответить
@user-pf6yw8sr9h
@user-pf6yw8sr9h - 01.02.2018 12:58

Thanks you are A creative person with a distinctive style in communicating information and I benefited greatly from your lessons ........... Thank you very much

Ответить
@jamesjamali2656
@jamesjamali2656 - 10.11.2017 07:30

How to pass datalist value using sessions?

Ответить
@ovuokeaghwotu2389
@ovuokeaghwotu2389 - 13.07.2017 18:41

Thank you kudvenkat! It worked like a charm.

Ответить
@prakashsai655
@prakashsai655 - 14.03.2017 16:58

thats a nice lesson. we can transfer data from one page to other bt context.Handler.

Is it possible to transfer data from two or more webforms to other new web form??

Reply me Please??

Ответить
@programmerrafik
@programmerrafik - 28.08.2016 20:16

what is the difference between page.previouspage.findControl and context.handler

Ответить
@trinetradigitallearning1802
@trinetradigitallearning1802 - 15.07.2016 04:45

Sir, when we navigate from one page(webform1.aspx) to other page(webform2.aspx) why the url is not changing after navigation it shows webform1.aspx after navigation, why it happens?

Ответить
@sismail243
@sismail243 - 08.02.2016 18:16

am having one doubt in this context.handler is fine... but why cant we use previouspage property which will also holds previous page data members like we used in previos videos??

Ответить
@sismail243
@sismail243 - 08.02.2016 17:57

Super explanation.. Thanks Venkat..

Ответить
@maureensemadi176
@maureensemadi176 - 14.12.2015 14:22

hello thanks for the straight forward tutorial..
im struggling with a similar thing, like if my webform 1 had objects like dropdown list , textbox and a listbox how would i transfer the objects to my webform 2, and i want them to be disabled thank you

Ответить
@vietkhanhnguyen100
@vietkhanhnguyen100 - 29.11.2015 19:22

Thank's your videos..! I have a question! If radio button or check box ...! I can send data it like? Please help me!

Ответить
@jayjethva786
@jayjethva786 - 24.09.2015 09:32

sir,
one doubt how to pass values of checkboxlist with the request.form method

Ответить
@surajmaharana1123
@surajmaharana1123 - 10.08.2015 21:04

Page lastpage = (Page)Context.Handler;

I m not able to access previous page (WEBFORM1) in webform2.cs file...How to solve this problem...

Ответить
@brijeshcg3242
@brijeshcg3242 - 27.07.2015 14:34

how to send OTP number to mobile...

Ответить
@kahaniyan170
@kahaniyan170 - 27.07.2015 11:41

kia baat kuddu

Ответить
@brijeshcg3242
@brijeshcg3242 - 01.05.2015 16:05

i have a dought , how to send request from one page to another means example employee send request to admin using button click then when admin open his page he saw the request and he accept using accept button tat msg go to user he saw accept msg from admin....how to implement this please can u guide me

Ответить
@rosalynabankwah2736
@rosalynabankwah2736 - 23.03.2015 23:43

how do you navigate from webform to winform?

Ответить
@davester32
@davester32 - 09.12.2014 20:16

I am not able to declare lastpage as webform2 either 

Ответить
@AbdulHannan-bv8of
@AbdulHannan-bv8of - 28.09.2014 18:44

Guys i am facing a problem in the following code 
webform1 previous = (webform1)context.handler;

the Problem is my system is not accepting the webform1 as an object (same with any other page) except the webform2 it self anyone who can help me in this regard because i am not able to declare webform as an object :( help me please :)

Ответить
@rodriguempagazihe403
@rodriguempagazihe403 - 27.08.2014 19:49

Great video ! You've personally made my learning experience nothing but successful; Still have a lot to learn but thankfully there's you !

Ответить
@rhchino123
@rhchino123 - 30.07.2014 05:57

damn i love u

Ответить
@Spdroo7
@Spdroo7 - 29.07.2014 20:04

It shows the same webform1.aspx.. It doesn't show webform2.aspx in url when you click the button...

Ответить
@jiner821
@jiner821 - 21.04.2014 04:30

Thank you very much Venkat. I just have one question. Why can't we use PreviousPage property as you did in previous video?

Ответить
@AmitKumar-oz6yt
@AmitKumar-oz6yt - 19.03.2014 19:23

Hi venkat , could you please uploads the Video series on JQuery, Ajax,Javascript with practical examples. I have watched almost all videos which you have uploaded on ASP.Net

Ответить
@konstantinosbasaris7909
@konstantinosbasaris7909 - 19.03.2014 17:41

great tutorials...!!!
are you going to upload any tutorials with full project development?

Ответить
@Void_YT666
@Void_YT666 - 25.09.2013 21:43

Venkat, I don't know if you are replying to any more questions or not. But I still wanted ask you. How do you compare context.handler vs page.previouspage vs Request obj. They all do almost the same things. Please explain. I am so confused !!! thanks in advance. Ramya

Ответить
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot - 03.09.2013 00:27

Thank you very much for taking time to give feedback. In the description of this video, I have included the link for ASP .NET, C#, and SQL Server playlists. All the videos are arranged in logical sequence in these playlists, which could be useful to you. Please share the link with your friends who you think would also benefit from them. If you like these videos, please click on the THUMBS UP button below the video. For email alerts, when new videos are uploaded, you may subscribe to my channel.

Ответить
@MohammedDawoodAnsari
@MohammedDawoodAnsari - 02.09.2013 20:20

You are Brilliant!!! Thnxxxxxx a lot :)

Ответить
@sarfuahmed6696
@sarfuahmed6696 - 05.06.2013 08:25

VENKAT SIR ,  could u please make videos on ENTITY FRAMEWORK PLZZZZZZZZZZZZZZ.

Ответить
@kushagrabhardwaj4436
@kushagrabhardwaj4436 - 09.05.2013 16:24

hey...thanks for the tutorial...problem in my case is that after running the project it is showing NullreferenceException was not handled by user code so plzz help me out

Ответить
@azam513993
@azam513993 - 05.04.2013 09:18

Hi Kudvenkat! i am using Visual Studio 2010 .Problem is that i can retrive my last page in 2nd page...Page lastpage = (Page)Context.Handler; so my first page is webform1 and 2nd is webform 2...i cannot write in 2nd page webform2...so how can i solve this problem..thanx

Ответить
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot - 05.04.2013 00:50

Hi Harika, yes they both mean the same. This question can be asked in different ways. Since web applications work on state less protocol, there are a variety of techniques to maintain start across postbacks, and between pages in an application. I hope this answers your question. Good Luck.

Ответить
@harikaaakutota7776
@harikaaakutota7776 - 04.04.2013 08:28

hi venkat, what are state management techniques ?sending data from one page to another page and state management techniques are one and the same...this qtn is asked in my interview

Ответить
@VickyMoorjani
@VickyMoorjani - 28.12.2012 23:27

Hello Sir... Sir I Want TO Open An aspx form as modal popup window. So If New Form Is Opened As popup User Cant access Parent Form until child form is closed... pls help on this... pls pls pls Thsnks Waiting For your Reply...

Ответить