Search

You searched for the word(s): userid:695852

Matching Posts

  • install windows CE

    Hi There ... i have CE 6.1 installed on my PDA so i need to install Dotnet Compact Framwork on my PDA or windows CE have Compact framwork buildin? your response higly appreciated. thanks
    Posted to Mobile and Handheld Devices (Forum) by aboabdoo on 6/29/2009
    Filed under: Window Mobile Device 6.1
  • Re: Sub web

    Ok.. i want to implements the security for some pages in ADMIN folder by using LOGIN.aspx page (Coding) and if i want to copy this web to any computer in my Company it is easy to do it. thanks
    Posted to Getting Started (Forum) by aboabdoo on 4/1/2009
  • Sub web

    Dear there.. i created a web application as FILE SYSTEm by using asp.net 2.0 and i have a folder named ADMIN in my web application, i want to make this folder as sub web without using IIS configration so any one have an ieada ? thanks
    Posted to Getting Started (Forum) by aboabdoo on 3/31/2009
    Filed under: security - client certificate, security question
  • .SWF file

    Hi All.... i would like to add flash file to my web page so how can i run .swf file in asp.net 2.0? thx
    Posted to Client Side Web Development (Forum) by aboabdoo on 3/31/2009
    Filed under: asp .NET 2.0
  • pocket pc settings

    Hi there.. pls,some one know the steps to configre pocket pc to connect to labtop pc(have wi fi bulitin) by wi fi so i need to use the IE from my pocket pc to browse some web reside it in my labtop under iis thanks
    Posted to Mobile and Handheld Devices (Forum) by aboabdoo on 3/4/2009
    Filed under: ASP.net Mobile Controls Panel
  • Re: consuming Xml web service from Smart DEvice Application

    Thanks For your support but my application maked by .Net 2003 and my question is: why xml web service rise an error only if i would like to consume it from SAMRT Device App ??? Thanks Again
    Posted to XML Web Services (Forum) by aboabdoo on 2/17/2009
  • consuming Xml web service from Smart DEvice Application

    Hi there.. I created xml web services to get data from Northwind database My .asmx page has the following function <WebMethod()> _ Public Function GetData( ByVal city As String ) As DataSet Dim ds As New DataSet SqlDataAdapter1.SelectCommand.Parameters(0).Value = city SqlDataAdapter1.Fill(ds) Return ds End Function But while consuming this xml web service from SMART DEVICE APPLICATION TEMPLATE by add the following code: Dim newds As New DataSet Dim ws As New localhost.Service1 newds = ws.HelloWorld
    Posted to XML Web Services (Forum) by aboabdoo on 2/16/2009
    Filed under: WebServices call
  • compare between arrays

    Hi there i have a big proplem so if some body have a soulution i appriciate. my question is: i have tow listbox controls, each of them have the follwoing values: ListBox1 Listbox2 15 19 11 7 18 12 13 5 and i would like to check textbox1.text value if exist in the first and second range only from [15 to 19] and [11 to 7] i meaning like BETWEEN in Tsql, by the way i do it already by using SQL but i want to do it in VB.Net Thanks
    Posted to C# (Forum) by aboabdoo on 4/23/2008
  • Re: Question About HttpHandler

    I face the same problem!!!
    Posted to Web Forms (Forum) by aboabdoo on 3/4/2008
  • Question About HttpHandler

    Hi There.. i maked C# Asp.net 2.0 web Application to retrive an image from database by using httphandler the page work properly but the image are not display so can you help me my code: In side Handler.ashx File: <%@ webhandler language= "C#" class = "imageHandler" %> using System; using System.Web; using System.Data; using System.Data.SqlClient; public class NWEmpPhotoHandler : IHttpHandler { public bool IsReusable { get { return true ; } } public void ProcessRequest(HttpContext
    Posted to Web Forms (Forum) by aboabdoo on 3/4/2008
Page 1 of 4 (36 items) 1 2 3 4 Next >