Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. powerranger

    submit to another form from datagrid

    I have a form (Page1) containing datagrid with an Edit. When the user clicks on the Edit, it suppose to transfer me to another page so that I can process the data from Page1. Is it possible to do this? Thanks.
  2. powerranger

    Reference to the main page

    I would like to ask how do I code the javascript in this situation: Main page opens child1. Child1 opens child2 and closes itself. How child2 refers to the Main page. How to maintains a relationship to the main page when you have multiple children. Thanks.
  3. powerranger

    Refresh the parent from sibling -Urgent

    I'm sorry there was a typo in my previous response Here is the javascript from the main page: function winopen() { var url = 'http://localhost/WebForm2.aspx'; var map = open(url, 'popupWindow', ''); if(!map.opener) map.opener = self; } Next is the javascript from the first popup where I have...
  4. powerranger

    Refresh the parent from sibling -Urgent

    Here is the javascript from the main page: function winopen() { var url = 'http://localhost/WebForm2.aspx'; var map = open(url, 'popupWindow', ''); if(!map.opener) map.opener = self; } Next is the javascript from the first popup where I have button with onclick=&quot;winopen()&quot; : <script...
  5. powerranger

    Refresh the parent from sibling -Urgent

    it still does not work. After the first popup it works but not after the second popup. Help!!
  6. powerranger

    Refresh the parent from sibling -Urgent

    Hello, I have main asp page where I have a button. When the user clicks on the button, a popup (popup A) will appear with a button. Once the user clicks the button on the popup A, another popup (popup B) appears and close the popup B. What I'd like to do is when the user clicks on the button...
  7. powerranger

    Add worksheet in Csharp

    Can someone help me how to add a worksheet in Excel using Csharp? Thanks
  8. powerranger

    Need help with windows form

    I have two forms - login and data forms. I would like to use the user id and password from the login form to do some processes on the data form. How I can achieve this. Some sample of codes will help. Thanks.
  9. powerranger

    add javascript to a button

    MichealPerry, Thank you for reply. And you are right. When I originally posted my question, I had that problem. But I found a way to overcome the problem. Is it a bug in Asp.Net though if you have 2 onclick event and one of them is not working?
  10. powerranger

    add javascript to a button

    I have an asp button and would like to add a javascript to it. For example, I'd like to display a message Yes/No before submitting to another page. Thanks.

Part and Inventory Search

Back
Top