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

  • 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

    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...
  4. technisup

    Double click in a gridview

    I found a way to do it: <%@ Page Language="VB" MasterPageFile="~/MasterPage.master" Title="Untitled Page" %> <script runat="server"> Protected Sub GridView1_RowCommand(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewCommandEventArgs) Handles GridView1.RowCommand...
  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/

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

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

    Thank you so much to both of you. I'm following now both, but now i have a new problem, why my formview is not displayed at my webpage? This is the code: <%@ Page Language="VB" MasterPageFile="~/MasterPage.master" Title="Untitled Page" %> <asp:Content ID="Content1"...
  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

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

Part and Inventory Search

Back
Top