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
M

Mahhouraaaaaa

@Mahhouraaaaaa
About
Posts
37
Topics
26
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Sys.WebForms.PostBackAction is not a constructor <--- in the navigator :/
    M Mahhouraaaaaa

    Erreur : Sys.WebForms.PostBackAction is not a constructor hello i'm trying to execute postback action manually using : var postBack = new Sys.WebForms.PostBackAction(); postBack.set_target('btn_valider'); postBack.set_eventArgument(''); postBack.performAction(); but in the navigator i have this error message. thank you for your help

    ASP.NET help

  • problem with < br /> in < td > < /td >
    M Mahhouraaaaaa

    here is my code :

                     row\["ReductionDetails"\] = row\["ReductionDetails"\] + "" + Value
                                              + "% of " + GetProductNameById(ProductId) + **'\\n'**;
    

    what i want to get : < td > MY FIRST LINE MY SECOND LINE < /td > there is no result with : '\n' and what i got : MY FIRST LINEMY SECOND LINE i tried the "< br / >" and what i got : MY FIRST LINE < br / >MY SECOND LINE

    ASP.NET help

  • Hello .. i'm new in asp.net : i need to use POST vars ... instead of GET : Request["myGetvar"]
    M Mahhouraaaaaa

    Hello .. i'm new in asp.net : i need to use POST vars ... instead of GET : Request["myGetvars"] my problem is that i want to send data from one page to another page without using the Session[] vars ... how can i do this ? than you for your help and i hope that i'm clear. :rolleyes:

    ASP.NET help question csharp asp-net

  • Adding Programmatically Buttons to an asp.net page...
    M Mahhouraaaaaa

    Hello , my problem is that i added some buttons Programmatically and i don't want them to postback the page .. just walla execute the javascriptcode how can i desactivate this property : ps: buttons are in a panel with : runat="server". foreach (Promotion promotion in promotions) { button = new Button(); button.ID = **"button"** + i; button.CssClass = "ContextMenuItem"; button.OnClientClick = **"javascript:function(this);"**; i++; button.Text = promotion.Value.ToString(); ValueListPanel.Controls.Add(button); }

    ASP.NET csharp javascript asp-net sysadmin help

  • [Message Deleted]
    M Mahhouraaaaaa

    Hi again .. the problem it was with the table called ProductGroup <-- i used the index 0 and it worked thought that the null exception was because of the Row .. and not the Table. sorry for bugging you. i can say thank you . for helping me .. and thank you very much :$ lol

    C#

  • [Message Deleted]
    M Mahhouraaaaaa

    [Message Deleted]

    C#

  • How to write a data source content field in a hyperlink field so that i can pass parametters ?
    M Mahhouraaaaaa

    this is the code : SortExpression="[IsSubsciption]" /> "CrossSellEdit.aspx?id=<%#Eval("Id") %>" Text="Attach Products" /> this is the error details : Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Literal content (' Line 27: SortExpression="[IsSubsciption]" /> Line 28: Line 29: Line 30: :(( :(( :(( :(( :confused:

    ASP.NET json help tutorial question learning

  • Enable to launch the visual editor for web applications :(
    M Mahhouraaaaaa

    Hello i have a problem launching the visual web editor even while creating a new project ! can someone help me please ? Thank You.

    Visual Studio help question

  • Using the office 2007 Ribbon ( drag-n-drop a window without using the border ) [modified]
    M Mahhouraaaaaa

    Hello ;), i'm using the office 2007 ribbon.. so i deleted the control bar by setting the Form Border Style to None. So i can't drag-n-drop all the window now ... i don't kno how can i tell the control to delegate the drag-n-drop event to the parent container ... ( the window ) i hope that my question is clear .. thank you. ps : sorry for my bad english X|

    modified on Sunday, September 14, 2008 7:36 AM

    C# question docker

  • Hello i really need Help specially from IT engineers of Computer and Telecommunication Networks.
    M Mahhouraaaaaa

    Hello, I'm supposed to build a smilution of a packet transmission in a network ( 4G Core ) .. X| But i don't know really what i'm supposed to start with to build a packet generation with a mathematical law , an M/M/1 queu, a channel simulation... ( virtual channel ) So my question is .. when i have such a subject what i'm really supposed to programm and to build ? how can i modulate : queues ? and channels ? and packets ? using a programming language. i really really really need your help. thank you very much. Sorry for my bad english :(

    IT & Infrastructure question asp-net sysadmin help

  • Registry Error
    M Mahhouraaaaaa

    i've installed them . i already créated a solution using vs 2005 in vista ... the last time i've done this it was 2 week ago but i can't do this right now and i can't remember doing something critical in windows registry or installing something important bur Nhibernate .. and i don't think that nHibernate would modify registry authorisations :S thanx

    Visual Studio help csharp visual-studio windows-admin question

  • Registry Error
    M Mahhouraaaaaa

    Hello,:) i'm always getting this dialog box "Requested Registry access is not allowed" when i'm trying to create a new solution or trying to adding an item to any existing solution :S i've tried too many things as explained in some forum but they r not workin. anyone encountred this problem ? ps: i'm using visual studio .net 2005 with Windows Vista. thanx for you help :)

    Visual Studio help csharp visual-studio windows-admin question

  • Raising events in C#
    M Mahhouraaaaaa

    hello how can i raise an event explicitly using coding for exemple i want to simulate the clicking in a tabpage of the tabcotrol so that it will be showed to the user :D thank you! hope that understand what i mean !!

    C# csharp question

  • launching notepad.exe and reading the current date/time
    M Mahhouraaaaaa

    Hi want to know how to open a txt file in NotePad.exe using a button in my C++ app and i want to know how can i read the current time/date and put them in a CString Thans

    C / C++ / MFC c++ tutorial question

  • Hello a problem with Cstring :)
    M Mahhouraaaaaa

    Thank youuuuuuuuuuuuuuuuuuuuuuuuuuuuuu !!!!!!!!!!!!!

    C / C++ / MFC help c++

  • Hello a problem with Cstring :)
    M Mahhouraaaaaa

    hello i want to write some lines into a Cfile ( text file ) but i cant create a new line using "\n" what should i do ... i think i must search for the VbCrlf equivalent in C++ :) thanx for your help :)

    C / C++ / MFC help c++

  • How to create a setup package to my C++ App ( i created it wusing VS C++ 6 )
    M Mahhouraaaaaa

    thanx ;)

    C / C++ / MFC c++ visual-studio tutorial question workspace

  • How to create a setup package to my C++ App ( i created it wusing VS C++ 6 )
    M Mahhouraaaaaa

    How to create a setup package to my C++ App ( i created it wusing VS C++ 6 ) lol the question was in the subject :p thanx a lot :)

    C / C++ / MFC c++ visual-studio tutorial question workspace

  • Helping with including a file :D [modified]
    M Mahhouraaaaaa

    I want to include a header file (ServeurDicoView.h (hérited from CFormView.h) in a another class ( MySocket ) but when i put #include "CFormView.h" i have too many errors like error C2146: syntax error : missing ';' before identifier 'm_sListenSocket' as it's explained here : // ServeurDicoView.h : interface of the CServeurDicoView class // ///////////////////////////////////////////////////////////////////////////// Mot* tabSupp[100]; //------------------ MonSocket m_sListenSocket; **// the error is here .** MonSocket m_sConnectSocket; in the "Monsocket.h" // MonSocket.h : header file // #include "ServeurDicoView.h" // if i don't put this .h file .. i have nothing wrong in the **ServeurDicoView.h** thanx for readin' my message .... and certainely for answering me ;) i can't compile the "Monsocket.h"... -- modified at 11:03 Wednesday 24th May, 2006

    C / C++ / MFC help

  • Reading from a ListBox
    M Mahhouraaaaaa

    Hello i How can i read a string from a listbox ( MFC) Thanx a lot !

    C / C++ / MFC c++ 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