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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
M

momo007

@momo007
About
Posts
21
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Web services
    M momo007

    Hi everybody, i have a little problem, i deployed an application "web services" in my provider. this application should get data from a data base already deployed also. the problem is that i can't get the data, the connexion to the web services goes just fine but i have an error telling me that the data are in format HTML and not XML. Have an idea??? i need some help please Thanks

    ASP.NET help html wcf xml question

  • Web services
    M momo007

    Hi everybody, i have a big problem in the deployment of a web services. pleaze can any body help with that? i use web services to get data from my database, i have deployed my application web services, but i can't get the data... here is the message: GetData Test The test form is only available for requests from the local machine. SOAP The following is a sample SOAP request and response. The placeholders shown need to be replaced with actual values. POST /service1.asmx HTTP/1.1 Host: www.fourthr.ma Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/GetData" in local, i have a button wich invock getData method, but when i deploy the application it doesn't appear!! Have an idea??? Thank you very much

    ASP.NET wcf xml help database sysadmin

  • problem postback
    M momo007

    the thing is, i have a variable session that i increment each time i push the button... but the problem is that i have to add the controls in the load_page so i can't lose them.. so when i push the button like i said, the controls are being added again because the init and the load are executed before the button event.. see what i mean??

    ASP.NET database help question

  • problem postback
    M momo007

    so if i want to use ajax like you said, can you tell me plz the event in javascript that i should work with if i want to use a button? for example, if i used a dropdownlist, i have to use onchange.. thanks for the reply

    ASP.NET database help question

  • problem postback
    M momo007

    Hi everybody, i was wondering if we could execute the code in a button before the postback... because i need to save data from a placeholder in a database, before the postback of the page... can wa do that?? Thanks

    ASP.NET database help question

  • Reading checkboxes in datagrid
    M momo007

    it's ok, i forgot the postback

    ASP.NET help question

  • Reading checkboxes in datagrid
    M momo007

    Hi everybody, i have a problem with reading checkboxes in a datagrid. here is the code: foreach(DataGridItem i in DataGrid1.Items) { CheckBox check=(CheckBox)i.Cells[6].Controls[1]; if(check.Checked) { dvTest.RowFilter="id_question="+Convert.ToInt32(i.Cells[i.ItemIndex].Text); if(dvTest.Count==0) { drTest=dtTest.NewRow(); drTest["id_question"]=Convert.ToInt32(i.Cells[i.ItemIndex].Text); dtTest.Rows.Add(drTest); } } } the checkbox value is always false, i don't know why!!! Can any one help?? Thanks

    ASP.NET help question

  • creating a radiobuttons column in a datagrid
    M momo007

    radiobutton, i have just one in a cell

    ASP.NET help question

  • creating a radiobuttons column in a datagrid
    M momo007

    hi, thanks for he reply, i'm developping with c#, could you plz just give the code in c# of: rb=CType(i.FindControl("rdoPriority"), RadioButton) thanks agian for your help

    ASP.NET help question

  • creating a radiobuttons column in a datagrid
    M momo007

    hi everybody, i need to create a column of radiobuttons in a dtagrid. i've done already this, but the problem is i can't choose just one from all the radiobuttons. even if i set the group's name.. can any one help??? Thanks

    ASP.NET help question

  • controls lost in a placeholder when button is clicked
    M momo007

    thanks for the reply, could you give the syntax of this event plz??

    ASP.NET question help

  • learn AJAX
    M momo007

    you can find very good tutorials in here http://www.kynou.com/TutorialIndex.aspx?treeNodeID=21

    ASP.NET

  • controls lost in a placeholder when button is clicked
    M momo007

    Hi every one, i've created controls dynamically in a placeholder, everything works fine, but when click to a button to save text in the textboxes, everything in the placeholder is gone... because the webform is refreshed. how can i proceed to avoid that??? can any one help me??? Thanks

    ASP.NET question help

  • a group of Radio buttons in datagrid
    M momo007

    Thanks a lot, i'll take a look at it. Hope it works

    ASP.NET help

  • a group of Radio buttons in datagrid
    M momo007

    what do i try :^)

    ASP.NET help

  • a group of Radio buttons in datagrid
    M momo007

    yes i'm sure, i have only one column of the radiobuttons. i checked also with the debug... thanks

    ASP.NET help

  • a group of Radio buttons in datagrid
    M momo007

    hi everybody, i have a little problem, i have a group of Radio buttons in a datagrid. and when i want to save their value: radio.checked is always false!!! here is the code: foreach(DataGridItem i in DataGrid1.Items) { RadioButton ri=i.FindControl("RInit") as RadioButton; RadioButton rp=i.FindControl("RPerfect") as RadioButton; RadioButton rm=i.FindControl("RMaitrise") as RadioButton; if(ri.Checked) { } else if(rp.Checked) { } else if(rm.Checked) { } } thanks

    ASP.NET help

  • How to get the command name of a control
    M momo007

    hello again, well i'm working with dotnet 2003. i can't find a way to create an hyperlink button or a checkbox. do you have an idea please thanks

    ASP.NET help tutorial question

  • Dotnet problem
    M momo007

    hi everybody, i have a little problem, with Dotnet and Internet connexion. when i'm not connected to the internet, dotnet doesn't work "error:server problem... or something like that". what do i do to work without connexion. HELP!!! :(( Thanks

    ASP.NET help csharp sysadmin

  • How to get the command name of a control
    M momo007

    thanxs for the reply i'll try this code you gave me. thanks again :-D

    ASP.NET help tutorial 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