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 SkipVought 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. enochsfootwear

    Formatting child nodes in TextArea

    Thanks for your answer. Do you mean use a DIV instead of the Text Area? This is an existing project and I really can't change the controls. Thanks again
  2. enochsfootwear

    Formatting child nodes in TextArea

    Hello, I have a page with a Text area and some links above it that the user clicks to add to the text area, “AND”,”OR”,”NOT”, etc. I’m tying to change the color of the Text that is added. I ‘ve tried the code below which changes the color of the text that is added but any text that is typed in...
  3. enochsfootwear

    On_SelectedIndexChanged quits If page is not valid

    The validator is for other controls. In this instance the form is letting users select params for a report which is opened in another window via JavaScript, if a report cannot be generated using the params the user selected then a message is displayed in the validator and the window is closed...
  4. enochsfootwear

    On_SelectedIndexChanged quits If page is not valid

    Hi, I have a page that has a dropdown that queries the database to populate other controls on the form depending on what item was selected in the dropdown. There is also a CustomValidator. The problem I’m having is that if the page is submitted and the validation fails then the postback doesn’t...
  5. enochsfootwear

    Applets fail on network drive

    Thanks. I'm not sure if it's the same thing since it's just a HelloWorld test. Someone suggested that it maybe it's because I'm going through the network drive and not a web server.
  6. enochsfootwear

    Applets fail on network drive

    Hi, I’m having trouble with Applets on a network drive. I get the Java.Security.AccessControlException: access denied message. I tried creating a simple HelloWorld applet and I get the same message. If I map the network drive all applets work. So, in my browser (I.E 6) this causes an error...
  7. enochsfootwear

    Tool tips

    Thanks, That's just what I was looking for
  8. enochsfootwear

    Tool tips

    Hi, I need to set some tool tips for the fields we have in our reports. Is there a generic way to reference the controls in a report like ME or THIS? I want to be able to set the tool tip to whatever that value of the control is like : me.value or this.value. Thanks
  9. enochsfootwear

    Hourglass in ASP page

    Hello, I have an crystalViewer in an ASP page, some of the reports can take a few moments to open. Is there a parameter that will change the cursor to an hourglass while it's busy? Thanks
  10. enochsfootwear

    Hourglass with viewer in ASP page

    Hello, I have a crystalViewer on an ASP page, some of the reports can take a few moments to open. Is there a parameter for the viewer that will display an hourglass while it's busy? Thanks
  11. enochsfootwear

    Editing only one datagrid cell

    Hi, Is it possible to edit only one cell in a datagrid at a time? I would like to have a user be able to click on a cell and have that cell’s editItemTemplate be the only one displayed. Also is there a way to cancel out of the editing with JavaScript like DataGrid.EditItemIndex = -1 Thanks
  12. enochsfootwear

    Change datagrid value from popup

    I use VB but I guess it's close to C#, it's in the onClick in the code behind page Private Sub LinkButton1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles LinkButton1.Click Dim popupScript As String = "<script language='javascript'>" & _...
  13. enochsfootwear

    Change datagrid value from popup

    I'm pretty new to ASP.net,but here's my script the opens the popup, I have in inside the onclick of the link button popupScript = "<script language='javascript'>" & _ "window.open('mywindow.aspx' , 'PopUp', " & _ "'width=600, height=500, menubar=yes, resizable=yes...
  14. enochsfootwear

    Change datagrid value from popup

    Hi, I need to be able to change the value of a link button in a datagrid from a different page. I have a datagrid that’s bound to a database on page 1, one of the controls is a link button, when the user clicks the link another page opens that changes the value of the link button using...
  15. enochsfootwear

    EditMode in ADO

    Hi, I’m trying to determine what action a user is taking on a record in ADO by using the EditMode property. I can see when a user adds or updates a record but when they delete a record the EditMode property returns 0, shouldn’t it return 3? Thanks
  16. enochsfootwear

    Favicon

    Yea, Tried that too. Not sure whats happening, it's probably not worth going the headach. Thanks everyone
  17. enochsfootwear

    Favicon

    Yea, It still not working. How do I secure the image? Thanks
  18. enochsfootwear

    Favicon

    Ummm, Tried that same result. If I point the link to my production server in the HTTPS page it works. Could there be something in IIS? Thanks again
  19. enochsfootwear

    Favicon

    HI, I’m tried to add a favorite icon to our web sites pages. On our development server I can get this to work with “<LINK REL=”SHORTCUT ICON” HREF=http://my server/my web site/images/favicon.ico” I can't seem to get this working on our production server which is HTTPS. Any ideas? Thanks

Part and Inventory Search

Back
Top