Search:

Type: Posts; User: prokhaled

Page 1 of 7 1 2 3 4

Search: Search took 0.25 seconds.

  1. Re: Full Source Code for E++ It's the best HTML,PHP,JS,CSS Editor

    I created it using vb.net 2008
  2. Replies
    1
    Views
    2,814

    converting mysql to mysqli

    To convert from mysql to mysqli just use this editor
    http://www.em.com.eg/editor/epp.exe
    from "Edit" menu > "mysql to mysqli"


    http://www.em.com.eg/editor/mysqli.png

    This software working...
  3. Re: [RESOLVED] how i can return value string from function javascript to code-behind

    thank u i remember that
  4. Re: how i can return value string from function javascript to code-behind asp.net

    For the benefit of other people who might be reading your thread, you might want to think about telling us what your final solution was.


    How i can do this i can not remember
  5. Re: how i can return value string from function javascript to code-behind asp.net

    thanks for all
  6. Re: how i can return value string from function javascript to code-behind asp.net

    thank you for reply
    my page aspx include button facebook connection
    to give me information like name,age,......about user
    by facebook JavaScript API
    i want save it in database by make...
  7. Re: how i can return value string from function javascript to code-behind asp.net

    thank you very much for reply me
    but that is means no other solution expect hidden field control/element
    no direct solution
  8. [RESOLVED] how i can return value string from function javascript to code-behind asp.net

    Hi All,
    how i can return value string from function javascript to code-behind asp.net
    directly as this syntax example but this give me errors

    in html code

    <script>
    function Getstr()
    {
    ...
  9. Full Source Code for E++ It's the best HTML,PHP,JS,CSS Editor

    Download it from here , Code VB.NET 2008
    http://sourceforge.net/projects/e-plus-plus/files/

    http://em.com.eg/editor/1.gif
    http://em.com.eg/editor/2.gif
    http://em.com.eg/editor/3.gif...
  10. Replies
    0
    Views
    498

    drag and drop jquery

    hi all
    i want ask about jquery drag and drop i want get x,y when dropped mouse
    that is my code
    function DragDrop(ar)
    {
    var a=0;
    for(a=0;a<ar.length;a++)
    {
    $(document).ready(function() {
    ...
  11. Replies
    8
    Views
    1,516

    Re: get email address from facebook

    thank u all i get the e mail
    must use extend permission + fql in facebook api
  12. Replies
    8
    Views
    1,516

    Re: get email address from facebook

    yes i get session key and i used extend permission to get the email but i can not complete to get the email address
  13. Replies
    8
    Views
    1,516

    Re: get email address from facebook

    the api allow but i do not how used this part in api facebook
  14. Replies
    8
    Views
    1,516

    get email address from facebook

    hello all
    i want get email address from facebook i used facebook api but i can not get email
  15. Thread: json

    by prokhaled
    Replies
    4
    Views
    587

    Re: json

    thank you for all
  16. Thread: json

    by prokhaled
    Replies
    4
    Views
    587

    json

    hi
    i am want use json in .net but i do not want use asp..net mvc
    i want simple class or function to do this

    i want do program use js ext (datagrid editable) because it i need json
    plz can...
  17. Replies
    3
    Views
    673

    backup database

    hi all i want make backup from ms sql database from server to my hard in my computer i can not enter to the server but i have user name and password my database
    and the database is very large how i...
  18. Re: please how i can use js ext in asp.net

    thank you very much i now understand how use js ext
    i will start work with js ext
  19. Re: please how i can use js ext in asp.net

    thank you for all
    1-i want use js ext in asp.net but how i can use it i want example for js ext not example javascript

    and i want use js ext because this way give me ajax page and i can edit on...
  20. Re: please how i can use js ext in asp.net

    thank you for all
    but i want ask about datagrid editable if any one write to me example how connect datagrid editable js ext in page asp.net and fill it by database
  21. [RESOLVED] please how i can use js ext in asp.net

    please how i can use js ext in asp.net
  22. Replies
    2
    Views
    516

    html control or asp.net control

    hello all
    what is the best to use html control or asp.net control ?
    and use datagrid or create table html in run time?
  23. Replies
    6
    Views
    1,180

    Re: proplem with ajax and arabic

    plz anyone answer me
  24. Replies
    6
    Views
    1,180

    Re: proplem with ajax and arabic

    this the code

    <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
  25. Replies
    6
    Views
    1,180

    Re: proplem with ajax and arabic

    in sql 2005 the collation database is arabic_CI_AS and i used nvarchar(50)
    i write ajax code not toolkit or controls update panel or toolkit from aspx and i am sure from this code what i do
  26. Replies
    6
    Views
    1,180

    proplem with ajax and arabic

    hell all
    i have proplem when i insert arabic with ajax in sql2005 it appeare ?????
    instead of arabic words plz if anayone have solution
  27. Replies
    11
    Views
    5,471

    Re: create create object from another page aspx

    thank you for all the anwser Page.PreviousPage.
    is very good and that is new information to me but i discoverd the master page is not agood idea because it case many proplem
    when i make...
  28. Replies
    11
    Views
    5,471

    Re: create create object from another page aspx

    i make ajax by my code not by updatepanel because it i must write code in default2.aspx to run some code in page load this page
    i want display the result in label found in default1
    i want make...
  29. Replies
    11
    Views
    5,471

    Re: create create object from another page aspx

    thank you for replay i have default.aspx.vb contain label and property AddToLabel to fill this the label and button when i press to the button some code ajax executed (this code go to...
  30. Replies
    11
    Views
    5,471

    create create object from another page aspx

    hello

    i have 2 pages default1.aspx.vb,default2.aspx.vb
    i want write code in default2.aspx.vb
    dim obj as new default1
    but i can not .net give me error how i cam create create object from...
  31. Replies
    6
    Views
    655

    Re: MySQL SQL Query I can not slove it

    I want to do this in one SQL becuase SQL inside SQL make server load very high that because there are many visitors on this page,so please to help me to do this in one SQL
  32. Replies
    6
    Views
    655

    Re: MySQL SQL Query I can not slove it

    this also dispaly 3 news only for the first users in the table like:
    username1
    news1
    news2
    news3

    but I need to display all user and 3 news under every user like:

    username1
    news1
  33. Replies
    6
    Views
    655

    MySQL SQL Query I can not slove it

    Hi all members

    I have script to diaplay news that users submit it , this sql code to diapsy all news for all users



    select * from Users,News where Users.UsersID=News.NewsID


    I write...
  34. Replies
    32
    Views
    1,523

    Re: what is the best php editor

    notepad++
  35. Thread: ertert

    by prokhaled
    Replies
    0
    Views
    798

    ertert

    ertert
  36. Thread: php editor

    by prokhaled
    Replies
    2
    Views
    559

    php editor

    what is the best php editor?
  37. Replies
    0
    Views
    479

    preg_replace_callback question

    I read this php code in site php.net

    my question How can I know deep level ?



    plain

    >> DEB LEVEL=1
  38. Replies
    1
    Views
    361

    Why object does not work

    This example does not work

    <form name=a action='p.php'>
    <input type=text name='b[0]' value=''>
    <input type=text name='b[1]' value=''>
    </form>

    <script language=JavaScript>...
  39. Replies
    1
    Views
    354

    stop some php functions

    How can I stop some php functions on my reseller or server such as:

    exex
    mail

    ?
  40. Replies
    5
    Views
    1,677

    I found the solve to do that create file its...

    I found the solve

    to do that create file its name .htaccess and put this line in it:
    AddType text/plain .php

    then upload this file to folder
Results 1 to 40 of 266
Page 1 of 7 1 2 3 4



Click Here to Expand Forum to Full Width