Note that there are some explanatory texts on larger screens.

plurals
  1. POmultiples webforms in one page c# asp.net 2.0
    primarykey
    data
    text
    <p>Frist of all i have some dropdownlist and search button. When user fill the data and click the Search button, the results (WebForms1.aspx)show.I use the Ajax to load the WebForm1.aspx .Then the results is about Gridview that include "Add and Delete" Button. But When user click Delete or Add. It works on another webpage. I want to allow the user same webpage that can search, add and delete without navigate.</p> <p>@frmAddNewPosition.aspx</p> <p>var xmlhttp;</p> <p>function show_dtg_byAjax() { //alert('Ajax'); xmlhttp=new GetXmlHttpObject(); // if (xmlhttp==null) // { // alert ("Your browser does not support AJAX!"); // return; // }</p> <pre><code>var url="WebForm1.aspx"; //var url="frmAddNewPosition_Ajax_dtg.aspx"; url=url+"?Branch="+document.getElementById('cboBranch').value ; url=url+"&amp;Division="+document.getElementById('cboDivision').value ; url=url+"&amp;Department="+document.getElementById('cboDepartment').value ; url=url+"&amp;Section="+document.getElementById('cboSection').value ; url=url+"&amp;SubSection="+document.getElementById('cboSubSection').value ; url=url+"&amp;Location="+document.getElementById('cboLocation').value ; url=url+"&amp;PayDivision="+document.getElementById('cboPayDivision').value ; url=url+"&amp;PayDepartment="+document.getElementById('cboPayDepartment').value ; //url=url+"&amp;Position="+document.getElementById('cboPosition').value ; //url=url+"&amp;pYear="+document.getElementById('cboYear').value ; url=url+"&amp;sid="+Math.random(); //alert(url); xmlhttp.onreadystatechange=stateChanged; xmlhttp.open("GET",url,true); xmlhttp.send(null); </code></pre> <p>}</p> <p>Could you please tell me some suggestion on this issue? Thanks. </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload