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

    Datagrid Template Column

    i added a template column to a data grid : <asp:DataGrid id=&quot;DataGrid1&quot; runat=&quot;server&quot; PageSize=&quot;5&quot; AllowPaging=&quot;True&quot;> <Columns> <asp:TemplateColumn HeaderText=&quot;Name&quot;> <HeaderStyle HorizontalAlign=&quot;Center&quot;></HeaderStyle> <ItemTemplate>...
  2. imadmarie

    include virtual

    yes, 3 kinds, what im intrested in is the virtual path, but i dont want to code the directory virtual name
  3. imadmarie

    views and XML

    im trying to make my view get its records from an xml file, i guess i must use the openxml function or something, any help ?
  4. imadmarie

    include virtual

    im trying to include virtual a file in my asp code, so far im not able to do it whithout specifying the name of the virtual directory <!-- #include virtual=&quot;virtualdirectoy/file.asp&quot; --> problem is i dont want to specify the name of the virtual directory in my code, cz this name...
  5. imadmarie

    handlers

    guys, this is what im trying to do, i want to change the onmouseout handler at run time using javascript i.e. : object.onmouseout=myfunction the problem is that i can't pass parameters to this handler when i set it at runtime i.e. : object.onmouseout=myfunction(2) /* this would give an error...
  6. imadmarie

    SQL remote server

    dear all, im trying to run a query against a remote server, the query uses the LEFT OUTER JOIN method, the query would run correctly, it doesnt return all correct rows, it seems this is a bug in SQL, any help ?
  7. imadmarie

    cursors

    all the sample codes in books online r written in sql for C !!!, where can i use such code ?? and where can i find documentation and sample code for T-SQL ?
  8. imadmarie

    cursors

    dear tlbroadbent, ur method works fine :) but i think there's another way using the PREPARE function, do u know about it ? the method is mentioned in books online, but the problem is that the code is written in SQL for C, and i couldn't manage to make it work in query anylser, any help ?
  9. imadmarie

    cursors

    what im trying to do is to create a cursor in TSQL with a dynamic sql statement not a fixed one, any help ?
  10. imadmarie

    dynamic cursors

    guys ... how can i create a dynamic cursor with dynamic SQL ? any help ? plz send the TSQL code
  11. imadmarie

    menus

    guys, im designing this menu in my web page, im facing a little problem, this menu can never overlap a (select) object, no matter what i set the z-index for the objects, the menu can never overlap the select object!! any suggestions ?!
  12. imadmarie

    pixels and points

    nope, i tried this function, it gives me incorrect results, ive been reading ur code too, having been able to understand what its supposed to do !!! what if i give the function (convert) a parameter of 500 , what happens ?
  13. imadmarie

    points and pixels

    hi guys, what im trying to do is to find a function in vbscript that converts from points to pixels, or vice versa, no luck so far !! any help ?
  14. imadmarie

    pixels and points

    hi guys, what im trying to do is to find a function in javascript that converts from points to pixels, or vice versa, no luck so far !! any help ?

Part and Inventory Search

Back
Top