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
A

ahmedhassan96

@ahmedhassan96
About
Posts
28
Topics
22
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how can i stream videos on my server
    A ahmedhassan96

    hi every body i want to know how can i stream videos from my server to client page like youtube.com can any body help me ???

    Web Development question com sysadmin help

  • how can i convert audio sample rate and audio sample size of wave files ??
    A ahmedhassan96

    hi every body i want know how can i convert the audio sample rate and sample size in wave file Ex: i have audio files with sample size 16bit , audio sample rate 44khz and i want to change it to 8 bit , audio sample rate 11khz how can i do this by c# thanks in advance

    C#

  • how can i change the sample rate and sample size of wave files
    A ahmedhassan96

    hi every body i want know how can i change the audio sample rate and sample size in wave file Ex: i have audio files with sample size 16bit and i want to change it to 8 bit how can i do this thanks in advance

    C# question

  • how to get copied files from windows to my application ??
    A ahmedhassan96

    thanks for reply baut file system watcher i must give it one directory to watch it i want get the name of the files on any where on computer thanks again for reply

    C# question tutorial

  • how to get copied files from windows to my application ??
    A ahmedhassan96

    hi every body i have desktop application i want to get the copied files names from windows to my application ex: the user will copy any file from pc and i have button in my form i want when user click this button the name of files which he copied it appear in list box how can i do this ?? thanks in advance :)

    C# question tutorial

  • how to make my application startup with windows
    A ahmedhassan96

    thank you very much it worked with me

    C# tutorial question

  • how to make my application startup with windows
    A ahmedhassan96

    hi every body i want to know how can i make my application startup with windows thanks in advance

    C# tutorial question

  • how can i send file name to desktop application
    A ahmedhassan96

    thanks for reply but my question is how from my program recieve file name which open my program

    C# question

  • how can i send file name to desktop application
    A ahmedhassan96

    hi every body i have desktop application which convert from mp3 to wav i want to make all mp3 files in my pc have new item in it context menu which can open my application and then i want the application receive the file name which open it to make convert how can i do this ??

    C# question

  • When i convert to .net 3.5 give me Property evaluation failed
    A ahmedhassan96

    hi every body i`ve Asp.Net project built in vs 2005 and ado.net now i update this project to vs 2008 and use linq in it i`ve built linq to sql class and get all tables and the procedures in it but when i use any procedures in any page i found all the variables in this page doesn`t have any value and give me "property evaluation failed" Sesseions, Viewstate, Variables all of this give me the same error "Property evaluation failed" plz any body can give me the solution ??

    ASP.NET csharp asp-net database visual-studio linq

  • when i convert to to linq i`ve got "property evaluation failed"
    A ahmedhassan96

    hi every body i`ve project built in vs 2005 and ado.net now i update this project to vs 2008 and use linq in it i`ve built linq to sql class and get thae tables and the procedures in it but when i use any procedures in any page i found all the variables in this page doesn`t have any value and give me "property evaluation failed" Sesseions, Viewstate, Variables all of this give me the same error "Property evaluation failed" plz any body can give me the solution ??

    LINQ csharp database visual-studio linq help

  • How get the current src of iframe ???
    A ahmedhassan96

    Dear sir, I know how to set the src of a iframe, for example, I can use Dim frame1 As HtmlControl = Page.FindControl("itest") frame1.Attributes("src") = Me.TextBox1.Text.Trim However how can I get the current src of a iframe after user clicking several times on the iframe??? when I try to get the value of frame1. Attributes("src"), what I get is the original src I set to it. How can I do this? regards,

    ASP.NET tutorial question

  • how can i get the image from iframe??
    A ahmedhassan96

    hi every body how are you i have website application and i have iframe object which get it source from google maps and ofcourse the map is changing when user change it i want to get the image inside this i frame and save it on my server how can i do this ???

    ASP.NET question sysadmin

  • how can i use ajax in asp.net 1.X
    A ahmedhassan96

    thanx for ur help but can u tell me how can i use Anthem.net in my project ?? and thanx again for your help

    ASP.NET csharp asp-net visual-studio sysadmin question

  • how can i use ajax in asp.net 1.X
    A ahmedhassan96

    hi every body i have project with asp.net 2003 and i want to use ajax in it because i have gridview and i want to update it automaticly every 5 minutes without page go to server and comeback how can i do it in vs 2003 thanx in advance

    ASP.NET csharp asp-net visual-studio sysadmin question

  • how can i write in Excel files and create spreadsheets using C# and
    A ahmedhassan96

    Hi Every Body i want know how can i write in excel files ex: i want write 3 words only each word i want it in seperate column and i want to rename inner sheets from "Sheet1" to "xxx" and create another sheet too plz can any body help me ??

    C# question csharp help

  • how can i make rss feed for my website ??
    A ahmedhassan96

    iam createing website with asp.net and i want make rss feed and i don`t know how can i make this ?? plz any body give me the way to make dynamic rss feed to get the newest data from data base ??? plz can i body help me ???

    ASP.NET question csharp asp-net help

  • how can i read files from my silverlight 2 web folder
    A ahmedhassan96

    hi every body i created silverlight2 application i put image control which show an image but i want read the image from the web folder i used this code but it didn`t work with me : Image i2 = new Image(); i2.Source = new BitmapImage(new Uri("..\\..\\TestWeb\\Images\\session1\\2.jpg", UriKind.Relative)); and: i2.Source = new BitmapImage(new Uri("../../TestWeb/Images/session1/2.jpg", UriKind.Relative)); any body can tell me how can i do this ???

    WPF question

  • how can i check linq query return with value or not ??
    A ahmedhassan96

    hi every body i want know the way which i can check the query result and is it has value or not ex: i made this query var res = from x in rs.Users where x.UserName == "name" select x; i want check if res has value or not thanx for ur time

    LINQ question csharp database linq

  • plz can any body give me code for silverlight2 which can transfer to another web page ??
    A ahmedhassan96

    thank u very much it worked with me

    WPF sysadmin 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