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 dencom 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: technisup
  • Content: Threads
  • Order by date
  1. technisup

    Dropdownlist in a Gridview

    Hello, I'm adding in a gridview a dropdownlist that has its own SqlDataSource, the idea of this not to display this: TABLE: TipoPropuesta ID Descripcion IdGrupo 1 Datacenter Services 3 But to display this: ID Descripcion IdGrupo 1 Datacenter...
  2. technisup

    Double click in a gridview

    I have a Gridview and when customer clicks in a row should send the values (for instance, the ID and the Company's name)to a new aspx page. How can i do this? Thx for the help.
  3. technisup

    ScriptManager and MasterPages

    Hello, I'm trying to add a Ajax tab control in to my aspx page but unfortunately I haven't found anything related to it. I have a MasterPage. Thx in advance for the example that you can offer me.
  4. technisup

    Cannot display images

    Yesterday everytime i hit on "view in browser.." it displays fine the images, but today in the morning can't do it. How can i solve this, tomorrow i have to do a presentation, so i really appreciate your help.
  5. technisup

    Error: Server Error in '/SIP' Application. No data exists for the row/

    Hello, I'm trying to retreive info from a query in order to add it to a query but in the process it displays this error: No data exists for the row/column. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more...
  6. technisup

    Gridview with more than 2 tables

    Hello. I'd like to know how can use in a Gridview more than two tables and when I hit the update button should display for the child table a dropdownlist instead of a textbox? How can i do this two things? Best regards and thanks in advance for the help.
  7. technisup

    Adding an item to a DropDownList which is connected to a SQLDataSource

    Hi, how can i add a new item manually to a dropdownlist which is connected to a SQLDataSource? This is my current code: <asp:DropDownList ID="DropDownList1" runat="server" DataSourceID="SqlDataGrupo" DataTextField="Descripcion" DataValueField="IdGrupo" Style="position...
  8. technisup

    Common connection string file

    Hi, On ASP 3.0 I was able to create a file conn.vbs where the connection string lines to the db resides in, how can i do the same on ASP.Net? The reason of this is to avoid modify the line in only one file instead of do it in several web pages.
  9. technisup

    Error: Only content controls are allowed directly in a content page.

    Hello, from my research i noticed that i have something wrong with my masterpage, because when i try to do something like: Response.Write("<script language=Javascript>alert('Elr')</script>") It highlight the code and when i do a rollover the text diaplays: "Path file\Ciudad.aspx": ASP.Net...
  10. technisup

    saving records with ASP.Net

    Hello, i need some help because i'm new at this and i'd like to save a record with Asp.Net and visual web developer from a form. I really thank any support that you can bring me.
  11. technisup

    Adjusting DIVs to the sice of the web page

    Hi, I have this css code and i would like to know where/what do i have to post in there in order to set the webpage adjust to the web browser window: body { font: 100% Verdana, Arial, Helvetica, sans-serif; background: #666666; margin: 0; /* it's good practice to zero the margin and...
  12. technisup

    User's validations

    Hi, I need to do something with ASP.Net, I have users that are going to have 3 different kins of roles/profiles: Administrators, Salesman and Responsibles. According to each one of these user will have access or not to some pages and/or delete, add, modify data from the db. The question would...
  13. technisup

    Problems to create a masterpage

    Hello, i'm new at this and i'm trying to design my masterpage but is complicated for me because i copied a css code from Dreamweaver to apply it in the masterpage, but when i run the aspx file from visual studio doesn't look the same than if i run it from the dreamweaver it self. How can i...
  14. technisup

    Tree in Php

    Hi, i need help with a tree that i need to build on php. I bringing info from 2 tables: TABLE ANIMALS Id Name TABLE GENEALOGY IdFather IdMother IdSon How to build a tree starting from these 2 tables? I really appreaciate the help I've looking since awhile without success. Thanks in advance...
  15. technisup

    SQL and OWA

    I'd like to take 5 fields from a SQL db, in order to use them in OWA, specifically in Outlook, so i can add, for instance, in the Outlook's calendar an event and i retreive from the db the list of teachers that i have, select some one and left it registered in Outlook.. this is for a web...
  16. technisup

    Two division web desing

    Hello, i'd like to have a web with a división, in one of the divisions (1/2 cm above) i'd like to place a logo and in the other one (1/2 cm below) a small text, with two textboxes and a button and i would like to know how to always keep the divison in the same position with the objects that i...
  17. technisup

    Date sum

    Hi, I'd like to know how do i do to sum to a record (date type) 11 months in order to establish the date after the sum? Thanks for the help.
  18. technisup

    Why this code doesn't work?

    I come from programming in ASP and i think exists similar things in a programming level, but i'm trying to do this code: [/b] <?php $rsp=mysql_query("select hv.*, herencia.* from hv left join herencia on hv.identificacion=herencia.hijo order by hv.nombre ", $link); $i=1 while...
  19. technisup

    Help with a query

    Hi, i have to tables like this: Table: HV Id Name Table: VS Idhorse Idmare value so i need to bring from hv the names according to the idhorse and idmare in HV, how can i do this? Thanks in advance for the help.
  20. technisup

    Genealogical PHP tree

    Hi, i'm trying to find information about how to create a genealogical php tree from a MYSQL db. These are my tables: table:CV ID Name table: HERITAGE ID Father Mother is there any who could help me with it? Thanks in advance for the help.

Part and Inventory Search

Back
Top