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 strongm 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
  • Order by date
  1. technisup

    Double click in a gridview

    I really appreciate your patience and is valid your suggestion but I'm new at this and I'm in ongoing learning step-by-step process, the thing here is that the deadline to deliver is really close and there're things that I need to learn.
  2. technisup

    Dropdownlist in a Gridview

    I really appreacite your help.
  3. technisup

    Dropdownlist in a Gridview

    ...ID="SqlDataSource4" runat="server" ConnectionString="<%$ ConnectionStrings:SIPConnectionString %>" SelectCommand="SELECT * FROM [Grupo]"></asp:SqlDataSource> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp;<br /> <asp:SqlDataSource...
  4. technisup

    Double click in a gridview

    ...[Ciudad] WHERE [IdCiudad] = @IdCiudad" InsertCommand="INSERT INTO [Ciudad] ([Descripcion]) VALUES (@Descripcion)" SelectCommand="SELECT * FROM [Ciudad]" UpdateCommand="UPDATE [Ciudad] SET [Descripcion] = @Descripcion WHERE [IdCiudad] = @IdCiudad"> <DeleteParameters>...
  5. technisup

    Double click in a gridview

    As we are talking about objects, do you have any example of it? Thx
  6. 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.
  7. 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.
  8. technisup

    Cannot display images

    They're in my project. From yesterday till today I just implemented this: http://www.codeproject.com/KB/session/NoCookieSessionLogin.aspx
  9. 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.
  10. technisup

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

    ...objConn.Open() Dim sSQL, Resul As String sSQL = "select * from usuario where usuario='" & Request("pwdusr") & "' and clave='" & Request("pwdpwd") & "'" 'Response.Write(sSQL) 'Response.End() '"Insert into Origen (Descripcion) values...
  11. 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.
  12. technisup

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

    ...ID="SqlDataGrupo" runat="server" ConnectionString="<%$ ConnectionStrings:SIPConnectionString %>" SelectCommand="SELECT * FROM [Grupo]"></asp:SqlDataSource> But is not displaying the new item ":: Seleccione ::" along with the other items extracted from the table.
  13. 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.
  14. technisup

    saving records with ASP.Net

    Thanks for the help. The solution was related with the SQL server, i had it in Windows Authentication mode only so I switch it to Windows and SQL authentication and change the connection string and works.
  15. 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...
  16. technisup

    saving records with ASP.Net

    So, are you suggesting to type my code like in ASP 3.0? If so, can you provide me some example? Thx
  17. technisup

    saving records with ASP.Net

    I've noticed that the table involved here, was empty, but shouldn't the system check this?
  18. technisup

    saving records with ASP.Net

    ...ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:SIPConnectionString %>" SelectCommand="SELECT * FROM [Perfil]"></asp:SqlDataSource> <br /> Grupol: <asp:DropDownList...
  19. 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.
  20. technisup

    Adjusting DIVs to the sice of the web page

    ...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 padding of the body element to account for differing browser defaults */ padding: 0; text-align...

Part and Inventory Search

Back
Top