Search

You searched for the word(s): userid:789893

Matching Posts

  • Select field twice

    Hi ALL, I have a table that save employee number for flow of approving requests and sequence number for each one I want to retrive name of every one who have sequence number 1 and every one who have sequece number 2 that mean I want to retrive employee number more than one time the same query but with differne condition then connect it with other table to get the name Please help me ASAP khalid
    Posted to Oracle (Forum) by khalid2008 on 11/2/2009
  • javascript function modification not applied

    Hi All, am king on detail page within aproject,from this page I call javascript function which exist in aseperate file ,but if I do modification on it dont get modification at run time!!! can any one help me thanks khalid
    Posted to Client Side Web Development (Forum) by khalid2008 on 10/13/2009
  • Access layout template controls using javascript

    Hi All I have login control layout template I want to access label inside that temaplate to change its text using javascrip , I tried with document.getElementById but I get error message (control not defined),So How Can I access it????? thanks khalid
    Posted to Client Side Web Development (Forum) by khalid2008 on 10/5/2009
  • Re: Access layout template controls using javascript

    Hi, I have this html button < input type =button value ="HR System" onclick ="show()" style ="width: 130px" size =""></ td > and javascript funcion: function show() { var login = document.getElementById( '<%= Login1.ClientID %>' ); login.style.visibility =" visible" ; } once I click on it login Box appear : My Question is How can I pass the value of html button to login box through javascript function???? note:I used layout
    Posted to Client Side Web Development (Forum) by khalid2008 on 10/5/2009
  • ModalPopup Position

    Hi ALL, How can I control the position of modalpopupextender to appear on the button that show it???? thanks in advance khalid
    Posted to ASP.NET AJAX Control Toolkit (Forum) by khalid2008 on 9/27/2009
  • datalist edit Mode

    Hi all, I have datalist with item template like: < td class ="border" style ="width :110px; border-left: #3366cc 1px solid; border-bottom: #3366cc 1px solid">< b >< font color ="#3366cc"> Department </ font ></ b ></ td > < td class ="border" style =" border-left: #3366cc 1px solid; border-bottom: #3366cc 1px solid;border-right: #3366cc 1px solid"> < asp : Label ID ="Label265" runat ="server"
    Posted to Data Presentation Controls (Forum) by khalid2008 on 8/26/2009
  • Re: datalist edit Mode

    i already use it ,but I fill dropdownlist in ItemDataBound ,so how can I selected the old value????
    Posted to Data Presentation Controls (Forum) by khalid2008 on 8/26/2009
  • Conver string array to datatable

    Hi All, Can anyone help me how can I convert string array to datatable using C# thanks in advane khalid
    Posted to C# (Forum) by khalid2008 on 8/13/2009
  • Re: loop with procedure

    thanks So much but please if you can explain for me ,where the result of the main select query will be stored because I want to return atable of data????? khalid
    Posted to Oracle (Forum) by khalid2008 on 7/6/2009
  • loop with procedure

    Hi All, I want to excute one of two select query based on codition that I Have to get its value from database ,So I have to write a procedure that get value from database then loop through condtion to decide which select statement will excute,the problem that is the time I will write procedure So I need a help I try with this CREATE OR REPLACE procedure GetTransferRequest(StartIndex number, EndIndex number,cursor_rs out SYS_REFCURSOR) is cursor M is select TRANSFERTYP from EMPTRANSFER ; begin OPEN
    Posted to Oracle (Forum) by khalid2008 on 7/5/2009
Page 1 of 20 (194 items) 1 2 3 4 5 Next > ... Last »