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

ahmed eldeghedy

@ahmed eldeghedy
About
Posts
19
Topics
13
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • what is the error in this code ?
    A ahmed eldeghedy

    <body onunload="CallMyEnd()"> <script type="text/javascript" language="javascript"> function CallMyEnd() { // call server side method alert(PageMethods.GetName()); } </script> <form id="form1" runat="server"> <div> <asp:ScriptManager ID="ScriptManager1" runat="server" EnablePageMethods="true"/> ------------------------- and my methods CS. [WebMethod] public static string GetName() { return "1111111"; } the explorer return alert undefined what is the error in this code ? i try the script on head and now in body the same error ?

    ahmed eldeghedy

    ASP.NET question javascript sysadmin tools help

  • Log out in closing
    A ahmed eldeghedy

    in the first thank you i know what you speaking about but i am a developer not a customer and that a customer request and i can not change his beliefs note ---- the question not for log out specially i am sorry it for how to open connection with data base thanks for your help again

    ahmed eldeghedy

    ASP.NET

  • Log out in closing
    A ahmed eldeghedy

    hi i need to log out when the user close the explorer by click (X)button

    ahmed eldeghedy

    ASP.NET

  • Locking a form when another form is opened???
    A ahmed eldeghedy

    try this if it help yourformyouwanttoshow.ShowDialog();

    ahmed eldeghedy

    C# csharp tutorial question

  • autocomplete in datagraid
    A ahmed eldeghedy

    private void dataGridView1_EditingControlShowing(object sender, DataGridViewEditingControlShowingEventArgs e) { if (dataGridView1.CurrentCellAddress.X == 1) { TextBox txt = e.Control as TextBox; txt.AutoCompleteCustomSource = ItemCode; txt.AutoCompleteMode = AutoCompleteMode.SuggestAppend; txt.AutoCompleteSource = AutoCompleteSource.CustomSource; e.CellStyle.ForeColor = Color.Red; } } i use this cod to assign auto Complete to the text box in data grid it work well but it work for all text boxes After my text i need to assign for it :(

    ahmed eldeghedy

    C# css

  • iframe & Server
    A ahmed eldeghedy

    it work in my client well i try to upload my files in a deferent folders all of it work in clinet when i publish it to the server not work

    ahmed eldeghedy

    ASP.NET html sysadmin help

  • iframe & Server
    A ahmed eldeghedy

    hi i have a frame with bind data it work @ client when i publish the project it not work but it get the path this the source --- in html i changed my file to it not work any help

    ahmed eldeghedy

    ASP.NET html sysadmin help

  • Menu and Treeview.
    A ahmed eldeghedy

    You can start with MS Vedio from her http://www.asp.net/get-started/ http://www.asp.net/learn/videos/#beginners[^]

    ahmed eldeghedy

    ASP.NET csharp asp-net

  • Dropdownlist
    A ahmed eldeghedy

    Can I fill a dropDownList Like treeView thanks

    ahmed eldeghedy

    ASP.NET

  • heeeeeeeeeeeeeeeeeeeeeeeeeeeeelp
    A ahmed eldeghedy

    i try it it Make a download file to disk ; any option changed in Internet explorer thanks

    ahmed eldeghedy

    ASP.NET tutorial

  • heeeeeeeeeeeeeeeeeeeeeeeeeeeeelp
    A ahmed eldeghedy

    :mad: i need to open any (office)document in panel or frame in my application(AJAXEnabledWebApplication) i need 2 know how to do that and how to save it as after end wright my words fileupload not upload files with big size (Especially Office files)

    ahmed eldeghedy

    ASP.NET tutorial

  • MS Word in Fram [modified]
    A ahmed eldeghedy

    mean extension myworddoc.rtf or any office document rtf,doc,xls .....

    ahmed eldeghedy

    ASP.NET tutorial

  • MS Word in Fram [modified]
    A ahmed eldeghedy

    :confused: i need to open word doc with exe (rtf) in panel or frame in my application i need 2 know how to do that and how to save it as after end wright my words mean extension myworddoc.rtf or any office document rtf,doc,xls .....

    ahmed eldeghedy

    modified on Sunday, November 23, 2008 1:41 AM

    ASP.NET tutorial

  • help Updatepanel and alert ; [modified]
    A ahmed eldeghedy

    i use this cod in a (button_Click) in the updatepanel not work MyMessages msg = new MyMessages(); string str = "javascript:alert(\'" + msg.GetDenied() + " " + err.Text + " " + "!\')"; Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "Str", str, true); ahmed eldeghedy modified on Tuesday, November 18, 2008 6:59 AM

    ASP.NET javascript help

  • asp.net tree view
    A ahmed eldeghedy

    how to bind data from date base to tree view or must export date to xml,sitemab can i do it manualy (hope) thanks.

    ahmed eldeghedy

    ASP.NET csharp asp-net data-structures xml tutorial

  • Closing the Internet browser
    A ahmed eldeghedy

    how to access Closing the Internet browser in CS file code :doh:

    ahmed eldeghedy

    ASP.NET tutorial

  • some help
    A ahmed eldeghedy

    how to stop user logging on more than once :)

    ahmed eldeghedy

    ASP.NET help tutorial

  • how to block ?
    A ahmed eldeghedy

    how can i block the data in Data base (SQL server 2000) by variable in the data base like Year please some definition and detailes ahmed eldeghedy

    Database question database sql-server sysadmin tutorial

  • how to get protection
    A ahmed eldeghedy

    can i protect my sql server2000 data bases (ldf - mdf files) from attach or open by password or any thing ahmed eldeghedy

    Database database tutorial
  • Login

  • Don't have an account? Register

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