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 TouchToneTommy 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: imadmarie
  • Content: Threads
  • Order by date
  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

    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 ?
  3. 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...
  4. 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...
  5. 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 ?
  6. 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 ?
  7. imadmarie

    dynamic cursors

    guys ... how can i create a dynamic cursor with dynamic SQL ? any help ? plz send the TSQL code
  8. 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 ?!
  9. 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 ?
  10. 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