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
A

abu sundus

@abu sundus
About
Posts
11
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • https request [modified]
    A abu sundus

    Dear all, hi , i was trying to send an xml document over xmlhttp msxml2 object , the problem is i couldn't instantiate the same object using ASP.net any ideas ????

    modified on Thursday, February 07, 2008 10:35:07 AM

    ASP.NET csharp asp-net xml help question

  • file upload
    A abu sundus

    sorry for my bad language, yes what i want is to programmatically work with the contents of the posted file . i try to upload some files from my website but when i check the server i didnot find the uploaded file so i assume that the control didnot work i read from the internet that i need to applay some code when the page is submited to make the file upload control work many thanks

    ASP.NET

  • file upload
    A abu sundus

    no i mean that i write a web page this page contain as upload control i need som ideas that enable me to save the uploaded file from the other peoples on the internet into the server hard disk

    ASP.NET

  • file upload
    A abu sundus

    i need to know how we can save the files that is loaded using the file upload control

    ASP.NET

  • change the text of a element dinamicaly
    A abu sundus

    <%@ Page Language="VB" AutoEventWireup="false" CodeFile="MyFavorites.aspx.vb" Inherits="MyFavorites" %> Untitled Page function toggleAllCheckboxes(rowsCount) { var idsIndex = 0 var mainCheckBox = document.getElementById('ChkBxRemoveAll') for (idsIndex=1;idsIndex<=rowsCount;idsIndex=idsIndex+2) { if(idsIndex<10) { var checkBox = document.getElementById('ctl0'+idsIndex) if (mainCheckBox.checked == true) {checkBox.checked = true} else {checkBox.checked = false} } else { var checkBox = document.getElementById('ctl'+idsIndex) if (mainCheckBox.checked == true) {checkBox.checked = true} else {checkBox.checked = false} } } } //***************************************************************** function UnCheckMainCheckBox(rowsCount) { var idsIndex = 0 var mainCheckBox = document.getElementById('ChkBxRemoveAll') for (idsIndex=1;idsIndex<=rowsCount;idsIndex=idsIndex+2) { if(idsIndex<10) { var checkBox = document.getElementById('ctl0'+idsIndex) if (checkBox.checked == false) {mainCheckBox.checked = false} } else </x-turndown>

    ASP.NET help question

  • change the text of a element dinamicaly
    A abu sundus

    :) sorry i tried that but it does not work thanx

    ASP.NET help question

  • change the text of a element dinamicaly
    A abu sundus

    sorry i tried that but it does not work thanx

    ASP.NET help question

  • change the text of a element dinamicaly
    A abu sundus

    i need multiline tooltip that can contain table so i used the div element the control of the apperance of the div element is by javascript function that showa and hide the div element depending on mouse position, i need to change the text of the div element using the javascript function not in the run time can you help me? regards

    ASP.NET help question

  • change the text of a element dinamicaly
    A abu sundus

    i made a multiline tooltip that appears when the mouse over a link this tooltip is a div element , i have multiple links and i need to set the text of the div element according to the link under the mouse which means that i must change the div text dinamically can any body help me??

    ASP.NET help question

  • Problem with back button in IE [modified]
    A abu sundus

    thanx i solved the problem thank you for help:-D

    ASP.NET question help

  • Problem with back button in IE [modified]
    A abu sundus

    when i press back button in IE the previous web page dosn't reload, it shows the old data how can i make the page reload when i press the back button on IE?? -- modified at 4:50 Tuesday 11th September, 2007

    ASP.NET question help
  • Login

  • Don't have an account? Register

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