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 Gaser

@Ahmed Gaser
About
Posts
17
Topics
11
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Req:Systems Analysis and Design (6th Edition)
    A Ahmed Gaser

    Can anybody please help me to get this book, or give me link to download it, or can anybody send it to me please; Book details Systems Analysis and Design (6th Edition) by Kenneth E. Kendall, Julie E. Kendall You can fine more details about it in this address http://www.amazon.com/exec/obidos/ASIN/0131454552/qid=1120043228/sr=2-2/ref=pd\_bbs\_b\_2\_2/103-1194608-8963840 Thanks Ahmed Gaser

    IT & Infrastructure com design help learning

  • Selective Form Validation Using ASP.NET Validation Controls
    A Ahmed Gaser

    sorry,can you please write more code for the client side and the server side,because it's so difficult to me to handle it thanks

    ASP.NET help csharp asp-net winforms

  • Selective Form Validation Using ASP.NET Validation Controls
    A Ahmed Gaser

    I Already disabled it in the client side ,but I can't disable it at the server side ,when I click on the button in one control ,it fires the other validation controls at the other user control (after running the server side script under this butoon),!! ,so what can I do ?

    ASP.NET help csharp asp-net winforms

  • Selective Form Validation Using ASP.NET Validation Controls
    A Ahmed Gaser

    Dear all i have a problem in a web form ,it contains two user controls ,each control has its own validation controls ,the problem is ,when I put the two user controls in the same page ,when I push a button in one of them the other validation controls in the other user controls fires even if the user control where I pushed the button is valid ,so please if any one knows an article opr a sample that discuss this issue please inform me Thanks

    ASP.NET help csharp asp-net winforms

  • web user control & HTML control conflict
    A Ahmed Gaser

    Dear all i have a problem in a web form , I have a webform that contains a web user control which in turn contains a html input form ,the web controls events in the web form don't fire up ,When I click button ,no effect ,I don't know what is the effect of the html form which is in the web user control on the web controls in the web form ?? Can any one help me

    ASP.NET help question html

  • How can I do this(Entire mailing system)
    A Ahmed Gaser

    thanks you for your reply ,but you didn't understand me,or I didn't disscuss the issue well ,but I will now I meant by mailing system not like yahoo groups ,I just mean ,it is like the messaging system in the forum ,that you can send private message to another member,but I want it with level ,and the messages will be saved in the system database ,in the records of the user messages table ,you know..,I just want to handle it entirly without using emails (@domain.com), ex: client for a company want to ask the technical for something ,then he login to the system and choose the technical support from the dropdownlist that contains other levels(manager,secertary,sales) ,and then post a message to him,then when the technical support login to the system he finds the new message in his inbox ,and can reply to the client ,or pass the message to another technical or to the manager to handle it, just it, I hope that I discuss the issue well ,and please reply me with the answer and please if you know a link to a sample for this issue or an article that disscuss it ,please inform me ,thank you again Ahmed Gaser

    ASP.NET tutorial question

  • How can I do this(Entire mailing system)
    A Ahmed Gaser

    Dear all: I have a task ,and I can't get the idea of how to do it .. I have an app. that contain members in many levels: 1-manager 2-engineer 3-secertary ,something like that. I want to make entire mailing system to enable sending messages from different levels to other levels , just like this: 1-manager can send message to engineer . 2-engineer can send to manager 3-secertary can send message to manager ,and so on and I want each one after login to have inbox ,and outbox and sent items ,and enable him to delete messages. Ahmed Gaser

    ASP.NET tutorial question

  • Help me
    A Ahmed Gaser

    sorry again ,can yoy please tell me the name of this system ,and if you can help me ,please I want your help thanks Regards Ahmed Gaser

    ASP.NET help tutorial

  • Live meeting system
    A Ahmed Gaser

    How to develop live meeting system with ASP.NET ?? Can anyone help me any examples ?? Ahmed Gaser

    ASP.NET csharp asp-net help tutorial question

  • Help me
    A Ahmed Gaser

    I want to develop entire mail system ex: In school site ,the father of the student can send message to the teacher of math and ask him about his sun and the teacher of the math can log in and see the messages arrived from the fathers of the students and so on . also the manager can see messages arrived from the engineers after log in can anyone tell me link to example or source code ,or any idea about that system thanks Ahmed Gaser Ahmed Gaser

    ASP.NET help tutorial

  • How to develop Message Center system
    A Ahmed Gaser

    I want to develop entire mail system ex: In school site ,the father of the student can send message to the teqacher of math and ask him about his sun and the teacher of the math can log in and see the messages arrived from the fathers of the students and so on also the manager can see messages arrived from the engineers after log in that what i meant thanks Ahmed Gaser

    ASP.NET csharp asp-net tutorial

  • How to develop Message Center system
    A Ahmed Gaser

    How to develop Message Center system with ASP.NET ,C# , is there any idea for that system Ahmed Gaser

    ASP.NET csharp asp-net tutorial

  • How can I find activeskin skins
    A Ahmed Gaser

    where can I write this post....? I searched google and fined nothing. If you can help me.... Ahmed Gaser

    C# question help

  • How can I find activeskin skins
    A Ahmed Gaser

    please help me ,howa can I find Activeskin skins... how can I download it.....? Ahmed Gaser

    C# question help

  • please help me,my project.........
    A Ahmed Gaser

    Dear friends: My team has the following task to complete.A solution that consists of 3 projects : 1-Win app that connected to a local DB server(SQL server) . 1-Web app that connected to a remotre server(SQL server). 1-Mobile app for that connected to tha same remote server of the web app. The Details: 1-The win app deals with a DB(Local DB SQL server) for updating ,retriving,inserting and deleting. 2-The web & the mobile app deal with a DB(Remote DB SQL server) for tha same purpose.(updating ,retriving,inserting and deleting) The Goal: 1-The Win app will connect one time per day to update the Remote SQL server with the new data from the Local SQL server. 2-The Web and mobile app connected to the Remote SQL server will update ,retrieve ,delete and insert records in it. The Questions: 1-If I can use Asp.net web services ,How can I use it? 2-How can i make daily transaction to update the Remote SQL server with the new data at the Local SQL server?? 3-How can i make daily transaction to update the Local SQL server with the new data at Remote SQL server ?? 4-How can i manage the DB Transactions ? 5-how can i use the same methods(code) for dealing with the DB ,for the win app , the web app and the mobile app? 5-What is the best way to complete this solution? Thanks for reading to this line. I hope you can help me. thanks again. Best Regards Ahmed Gaser FCSIS IS Dept.

    .NET (Core and Framework) question database csharp asp-net mobile

  • please help me,my project.........
    A Ahmed Gaser

    Dear friends: My team has the following task to complete.A solution that consists of 3 projects : 1-Win app that connected to a local DB server(SQL server) . 1-Web app that connected to a remotre server(SQL server). 1-Mobile app for that connected to tha same remote server of the web app. The Details: 1-The win app deals with a DB(Local DB SQL server) for updating ,retriving,inserting and deleting. 2-The web & the mobile app deal with a DB(Remote DB SQL server) for tha same purpose.(updating ,retriving,inserting and deleting) The Goal: 1-The Win app will connect one time per day to update the Remote SQL server with the new data from the Local SQL server. 2-The Web and mobile app connected to the Remote SQL server will update ,retrieve ,delete and insert records in it. The Questions: 1-If I can use Asp.net web services ,How can I use it? 2-How can i make daily transaction to update the Remote SQL server with the new data at the Local SQL server?? 3-How can i make daily transaction to update the Local SQL server with the new data at Remote SQL server ?? 4-How can i manage the DB Transactions ? 5-how can i use the same methods(code) for dealing with the DB ,for the win app , the web app and the mobile app? 5-What is the best way to complete this solution? Thanks for reading to this line. I hope you can help me. thanks again. Best Regards Ahmed Gaser FCSIS IS Dept.

    Database question database csharp asp-net mobile

  • please help me,my project.........
    A Ahmed Gaser

    Dear friends: My team has the following task to complete.A solution that consists of 3 projects : 1-Win app that connected to a local DB server(SQL server) . 2-Web app that connected to a remotre server(SQL server). 3-Mobile app for that connected to tha same remote server of the web app. The Details: 1-The win app deals with a DB(Local DB SQL server) for updating ,retriving,inserting and deleting. 2-The web & the mobile app deal with a DB(Remote DB SQL server) for tha same purpose.(updating ,retriving,inserting and deleting) The Goal: 1-The Win app will connect one time per day to update the Remote SQL server with the new data from the Local SQL server. 2-The Web and mobile app connected to the Remote SQL server will update ,retrieve ,delete and insert records in it. The Questions: 1-If I can use Asp.net web services ,How can I use it? 2-How can i make daily transaction to update the Remote SQL server with the new data at the Local SQL server?? 3-How can i make daily transaction to update the Local SQL server with the new data at Remote SQL server ?? 4-How can i manage the DB Transactions ? 5-how can i use the same methods(code) for dealing with the DB ,for the win app , the web app and the mobile app? 6-What is the best way to complete this solution? Thanks for reading to this line. I hope you can help me. thanks again. Best Regards Ahmed Gaser FCSIS IS Dept.

    C# question database csharp asp-net mobile
  • Login

  • Don't have an account? Register

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