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
Mahhouraaaaaa
Posts
-
Sys.WebForms.PostBackAction is not a constructor <--- in the navigator :/ -
problem with < br /> in < td > < /td >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
-
Hello .. i'm new in asp.net : i need to use POST vars ... instead of GET : Request["myGetvar"]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:
-
Adding Programmatically Buttons to an asp.net page...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); }
-
[Message Deleted]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
-
[Message Deleted][Message Deleted]
-
How to write a data source content field in a hyperlink field so that i can pass parametters ?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: -
Enable to launch the visual editor for web applications :(Hello i have a problem launching the visual web editor even while creating a new project ! can someone help me please ? Thank You.
-
Using the office 2007 Ribbon ( drag-n-drop a window without using the border ) [modified]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
-
Hello i really need Help specially from IT engineers of Computer and Telecommunication Networks.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 :(
-
Registry Errori'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
-
Registry ErrorHello,:) 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 :)
-
Raising events in C#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 !!
-
launching notepad.exe and reading the current date/timeHi 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
-
Hello a problem with Cstring :)Thank youuuuuuuuuuuuuuuuuuuuuuuuuuuuuu !!!!!!!!!!!!!
-
Hello a problem with Cstring :)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 :)
-
How to create a setup package to my C++ App ( i created it wusing VS C++ 6 )thanx ;)
-
How to create a setup package to my C++ App ( i created it wusing VS C++ 6 )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 :)
-
Helping with including a file :D [modified]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 likeerror 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 -
Reading from a ListBoxHello i How can i read a string from a listbox ( MFC) Thanx a lot !