Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
A

amer shammout

@amer shammout
About
Posts
18
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • sharepoint mobile webpart and gridview
    A amer shammout

    I am developing a mobile webpart i inherits my class from WebPartMobileAdapter and override the method CreateControlsForSummaryView the code is like this public class ArchiveGridMobileAdapter : WebPartMobileAdapter { protected override void CreateControlsForSummaryView() { GridView gridView = new GridView(); Controls.Add(gridView ); } } the proplem is that the grid view didn't work listview also didn't work SPMobileListView also didn't work what can i do

    SharePoint css sharepoint

  • css and mobileadapter
    A amer shammout

    i have built a webpart controle and add it to a page then i implement a css file to the webpart all is OK then i built a MobileAdapter.cs for mobile users the problem is that the css wasn't implemented what can i do

    ASP.NET css help

  • webpart mobile control and css
    A amer shammout

    i have built a webpart controle and add it to a page then i implement a css file to the webpart all is OK then i built a MobileAdapter.cs for mobile users the problem is that the css wasn't implemented what can i do

    SharePoint css help

  • oracle & .net
    A amer shammout

    thanks that is exactly what i want

    Database csharp database sql-server oracle sysadmin

  • oracle & .net
    A amer shammout

    thanks very much

    Database csharp database sql-server oracle sysadmin

  • c# & oracle
    A amer shammout

    hello can any one give me a sample code of creating a function or procedure in oracle and then use it to return a datatable with tableadapter thank you

    C# csharp oracle

  • sample code of oracle & c#
    A amer shammout

    hello can any one give me a sample code of creating a function or procedure in oracle and then use it to return a datatable with tableadapter thank you

    Database csharp oracle

  • oracle & .net
    A amer shammout

    the procedure did not created (syntax error) sum frien told me to use function but it did not work

    Database csharp database sql-server oracle sysadmin

  • T-SQL - Select with relationships
    A amer shammout

    i want to tell you that is the relationship ypu set is not relationship but it is a constraint but the where statment "WHERE a.ID = b.ID" make the relationship or join statment

    Database database question

  • oracle & .net
    A amer shammout

    hello i used to work with c# and sql server but now i am working with oracle now I want to return data table from procedure i used to create sql proceduer "select * from tablename" and then i use datatable with dataadapter to return the rows of table but it does not work with oracle what can i do???????????????!!!!!!!!!!!!!

    Database csharp database sql-server oracle sysadmin

  • sync services
    A amer shammout

    i have a tow server one of theme i set the main database and the ather i set the the application the target of the application is to get data from 50 site to main database i can't change this structure and i can't access to main database server except from application i want to use syncronization service to sync data between main db and 50 site can syncronization service help

    Database database sysadmin help

  • syncronization service
    A amer shammout

    i have a tow server one of theme i set the main database and the ather i set the the application the target of the application is to get data from 50 site to main database i can't change this structure i want to use syncronization service to sync data between main db and 50 site can syncronization service help

    C# database sysadmin help

  • convert byte[] to BitmabImage
    A amer shammout

    MemoryStream stream = new MemoryStream(b); //b is byte[] BitmapImage image = new BitmapImage(); image.BeginInit(); image.StreamSource = stream; image.EndInit(); when i use this code i receve an error Exception message is {"No imaging component suitable to complete this operation was found."} inner Exception is {"Exception from HRESULT: 0x88982F50"} what is th problem

    WPF help question

  • converting from varbinary(max) to xml
    A amer shammout

    thanks

    Database database sql-server sysadmin xml help

  • converting from varbinary(max) to xml
    A amer shammout

    FOR XML AUTO could not find the table owning the following column 'Logo' to create a URL address for it. Remove the column, or use the BINARY BASE64 mode, or create the URL directly using the 'dbobject/TABLE[@PK1="V1"]/@COLUMN' syntax.

    Database database sql-server sysadmin xml help

  • converting from varbinary(max) to xml
    A amer shammout

    I am working on sql server 2008 I have a table with a varbinary(max) filed I want to store a row of this table in ather table in xml filde so when I write a query and set in the end of query (for xml auto) an error was occered what can i do

    Database database sql-server sysadmin xml help

  • problem in scroll
    A amer shammout

    I create a control in wpf that use treeview and pubulate node by code Now : the problem is when I drag the scroll it doesn't work but it work when i use the mouse scroll or when use the arrows of scroll

    WPF csharp wpf help

  • problim in scroll bar of treeview
    A amer shammout

    I create a controle that contain a treeview the treeview pubulated by code and I create a treeviewitems and set it in a treeview now the scroll is not work well what can i do ??

    WCF and WF question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups