I have two pages, AllAddresses.aspx with a GridView and AddressDetails.aspx with a DetailsView. I want to pass the selectedIndexChanged to AddressDetails.aspx so someone can update their information, but not sure how to pass that over to the new page.....
how to pass value in GridView from Page1.aspx to Page2.aspx
In the GridView, I add one column that have CheckBox and the GridView have 5 rows then it will be 5 CheckBox.
What I would like to do is, when we checked 3 CheckBox from the GridView and click submit button, it will go to the Page2.aspx and display back the GridView but only display 3 rows that had been checked from the Page1.aspx I'm using VB
I am trying to set up with a pay portal. The example they gave to add the "buy now" button was a standard form in HTML with inputs. I need to keep the form in .aspx because I have some of the values populating from another page. How can I pass the information in my .aspx page to their .cfm page?
I wrote a page Page method in my aspx page. in web service method I need to call FindControl method return textbox and get text box value. But my findControl will take MasterPage object to iterate.
code.<script type = "text/javascript"> function ShowCurrentDateTime() { $.ajax({ [code]....
But I am getting compiler error when use Page.Master: Reference to non-shared member requires an object reference
How to pass Master Page object or Page to Page method?. So I can use in Sared method.Is there any way I can access Textbox value directly in Page method? I need access couple of controls in Page Method.
howto pass value from one aspx page to other.In this on one page i have radgrid when i am click on button the how to select the value of selected grid item and then how to pass that value to other page.
I have a query that I am passing to a new page. It seems that when the querystring is too long I get it diagnose connection problem page on internet explorer. Could there be a memory issue or something. When I reduce the amount of records being queried it seems works.
i am new to ASP.net website programming i have a page with dropdown list connected with batabase file. I put Image button that automatically retreive image from default project location but it does not accessing image from folder that i made for images. Secondaly i want to send the information to another page that when user click the image button of any record it move to another page showing the same image and its details. i made the second page with detailsview control and it also showing large image and information but how to pass argument (querystring)to second form whith record id and second form show it. detail about what to write behind the button_click trigger and other changes.
I do most of my dev work in Windows, and don't do very much ASP development.However I have a contract doing a webapp right now, and I am brushing up on what I have missed since the last one (which was .NET 1.1/VS2003).I am just wondering if there are any ways to pass data to a given aspx page. I can think of all the traditional methods such as using the query string or a session, but I figured maybe there have been some new things in the ASP.NET runtime since I last used it.The site is using a DBML (linq2sql) for data access, and I was trying to make use of some of these databound controls like the ListView and FormView.
I am working on user controll.My user controll is loaded in .aspx page and that .aspx page is opened as Pop up window.I want to Pass control back to Parent page when i click on save button of user control which is in pop up window.
I am trying to pass the value to next page using control property. I test serveral times before. It runs OK, but I got runtime error today.Here is my code:
I am trying to add the total of the items in my listbox . i have done this with my checkboxlist and it works no problem. When i try to add the total of my products in listbox i get 0.
Another thing i am trying to do with this project is. create a arraylist or list of product names and send them them to my exit.aspx so i can show the selected products at the exit page.
I used a Response.Redirect() to make a variable of customer status and pass it page to page I have it working for only the first page