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 IamaSherpa 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: *

  • Users: Lladro
  • Order by date
  1. Lladro

    New to PHP

    Thanks Sleidia! I will try this.
  2. Lladro

    New to PHP

    How can I view my page in design if I am not hooked up to a PHP server? I hope I am asking this correctly. Any help!
  3. Lladro

    Listbox

    Listbox only has the Enabled property. Any other suggestions?
  4. Lladro

    Listbox

    Hello! I am creating a listbox and it's list items dynamically. Once the user makes their selection I wanted to disable the listbox. I made enabled=false, but this does not keep the scrollbar. The list is very long and I need the user to have the scrollbar. Any ideas on how to keep the...
  5. Lladro

    Treeviews and Cross browsers

    Good Evening All! Quick question..... I am creating a treeview in .Net and I need this treeview to be viewable in the following browsers: IE 5+(this works fine, of course), Firefox and Safari. Am I going to have problems when rendering my page in either Firefox or Safari? Thank you in...
  6. Lladro

    Capturing the selected Radio buttons of a form

    Hello All! I have a form which consists of questions and answers(radio buttons). I need to get all the radio buttons selected on the form upon pressing the Submit button. This is my code for this and I seem to be getting this error: Dim tmp As String = "" Dim questID As String = "" Dim ansID...
  7. Lladro

    Pass a variable

    Thanks Ken!!!
  8. Lladro

    Pass a variable

    Ken, I will try this, but I have a question? Is there a way to do a session variable? I appreciate ALL your help! Thank you. Lladro
  9. Lladro

    Pass a variable

    Good Morning All! I am a newbie in Flash 8, ActionScript 2.0. I need to pass a variable that was supplied to me via the URL through all my pages in Flash. How can I do this? Please Help! Lladro
  10. Lladro

    DESPERATELY seeking an expert Flash Developer

    I am a COMPLETE Newbie to Flash and have been dumped into this Flash project that is due June 11th. I am a .Net developer. I am currently seeking for someone who can take the time and talk to me about adding functionality to a Flash site. What I have done so far is go to the Macromedia site...
  11. Lladro

    Using Flash Remoting MX-ActionScript 2.0 and .Net

    I am a newbie to this so please bare with me. I am trying to get a Flash web app to communicate with my SQL Server 2000. I am a .Net developer and understand that this can be done. I have created my classes in VB.Net and complied them. I went to one of the Flash web pages to access my...
  12. Lladro

    Connecting to IBM DB2 using their .Net Provider

    Good Afternoon All! I have a web application that connects to an IBM database. Occasionally, I get this error: at IBM.Data.DB2.iSeries.iDB2Exception.throwDcException(MpDcErrorInfo mpEI, MPConnection conn) at IBM.Data.DB2.iSeries.iDB2Command.reportDCError(Int32 rc) at...
  13. Lladro

    Forms method and action

    Thank you jmeckley! I was able to accomplish something similar to what you sent. It was very helpful and it is now working properly. Thanks again! Lladro
  14. Lladro

    Forms method and action

    I am having a problem with my form doing a specific action on my form. The code is as follows: <form id="frmUserLogin" method="post" action="modules.aspx" runat="server" enableviewstate="true"> I need that from this form, once the user has logged in and has been verified as a valid user, to...
  15. Lladro

    input disabled

    I am a Newbie, but I would think that you would need to handle the event of the checkbox OnChange. Define your checked or unchecked there. I hope this helps!
  16. Lladro

    Javascript and User Controls in .Net

    Question...... Is it possible to dynamically call user controls in Javascript? If so, how is it done? I was trying to dynamically call in the user controls into my web page as needed, upon pressing a button, in VB.Net. I was having postback problems. It was clearing and overlaying my page...
  17. Lladro

    Ajax question

    BabyJeffy, I thought that it was possible, but I don't know how to proceed with this. I started the dropdown of the answer types. From there, I do not know how to continue. I appreciate your help!
  18. Lladro

    Ajax question

    Hello all! I am new to the AJAX arena and have a question I hope someone can answer. I have a dropdown with 5 selections. These 5 selections consist of answer types. These answer types are: Multiple Choice, Multiple Answers, True/False, Free Text and Dropdown answers. Therefore, depending...

Part and Inventory Search

Back
Top