Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8270425
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T06:33:49+00:00 2026-06-08T06:33:49+00:00

I am getting the username and password to run some scripts <act:ModalPopupExtender ID=unixLoginMPE runat=server

  • 0

I am getting the username and password to run some scripts

  <act:ModalPopupExtender ID="unixLoginMPE" runat="server" TargetControlID="rdoUnix"
        PopupControlID="unixPanel" BackgroundCssClass="modalBackground" CancelControlID="unixCancel" OkControlID="unixSubmit"
          />
    <asp:Panel ID="unixPanel" runat="server" 
        CssClass="modalPopup" align="center" Style="display: none">Unix Username: <asp:TextBox ID="unixName" ClientIDMode="Static" runat="server"  />
        <br />
        Unix Password: <asp:TextBox ID="unixPass" runat="server" ClientIDMode="Static" TextMode="Password"  />
        <br />
        <asp:Button ID="unixCancel" runat="server" Text="Cancel" />
        <asp:Button ID="unixSubmit" ClientIDMode="Static" runat="server" Text="Submit" OnClientClick="enableRDO()"  />
    </asp:Panel>

In my codebehind, I’m doing something like this just to test if the values have passed.

Dim UNIXPASSWORD As String = unixPass.text
                Dim UNIXUSERNAME As String = unixName.Text
                MsgBox(UNIXCOMPUTERNAME)
                MsgBox(UNIXUSERNAME)
                MsgBox(UNIXPASSWORD)

I do reference a script to enable the radio button. I asked a question to help me with that issue, it is all resolved Radio Button won't stay check if I have a modal window open up when it is selected

  <script type="text/javascript">
        function enableRDO() {
            var cancel = document.getElementById('rdoUnix');
            cancel.setAttribute('checked', 'true');
        };
    </script>

For some reason the values are passing just fine in Google Chrome but not in IE. I’ve been at this for a few hours and don’t know what else to try…or search for

EDIT:

I’m still trying to attempt this. I setup up dummy text boxes which I will hide later on if I can pass to them. I’m still very lost with this…

<asp:TextBox ID="dummyUnixName" runat="server" />
    <asp:TextBox ID="dummyUnixPass" runat="server" />
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T06:33:50+00:00Added an answer on June 8, 2026 at 6:33 am

    If you aren’t performing a postback or an AJAX call, nothing will be passed to the code behind.

    During debugging, Console.WriteLine can be redirected to the output window in VS; in production, it’s going to go nowhere. A logging solution is often appropriate for a web application which needs to know more of what happened than which page was requested by a user (IIS logs).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have tried to login my server with some fields like username, password, latitude,
via server API's i'm getting contact information using member of structure: char displayName[USERNAME_MAX_SIZE]; One
I am getting Unknown column 'u.id' in 'on clause' . SELECT id, username, coalesce(
I`m getting some troubles after installing in Windows 7 ruby 1.8.6, rails 2.3.8, some
I am getting an ldap.SIZELIMIT_EXCEEDED error when I run this code: import ldap url
I'm new in Rails and I'm getting some problems. About system: Rails-3.2.1 Ruby-1.8.7 RedHat
Android Application : Basically application has to register few credentials like username , password
We're trying to run a set of administrative tasks on the server via a
I'm getting this exception when I try to run this program. It's one of
When I run this am getting resource #id 3 result. Please look into my

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.