No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
14 Posted Topics
how do i display the data for 1st page onwards? the allowpaging is set to true this is the pageindexchanging code Protected Sub solist_PageIndexChanging(ByVal sender As Object, _ ByVal e As System.Web.UI.WebControls.GridViewPageEventArgs) Handles solist.PageIndexChanging solist.PageIndex = e.NewPageIndex solist.DataBind() End Sub this is the data code Protected Sub solist_RowCommand(ByVal sender As … ![]() | |
How to get the imgbtnView image button in gridview to display the row of data? i try to use modelpopupextender but the targetid is invalid because the image button is in the gridview. when click on imgbtnView, solistPanel will be display now i cant display the solistPanel. please help <table … | |
how do i convert this code to VB? i am new in VB.Pls help. ABC (int xyz) { If xyz==0 { return(0) } else { return (xyz + ABC(xyz-1)); } } | |
i have two forms on 1 page. but the 2nd form keep going to 1st form action.. 2nd form suppose to go to approve.php..how do i solve this? when i click Approve it suppose to go to approve.php and execute the query there..but now when i click it give errors: … ![]() | |
I want to display pdf file in browser. odo1.php has the file to select the date. read.php will read the date from odo1.php. i have this files 2013-03-26_SAP.pdf, 2013-03-05_SAP and more to come. the name of this file is combination of date and outlet. when i change the `readfile($filename);` to … | |
How to solve the undefined index error? i have tried to make hidden field but not working also.. <?php if($nume==0) { echo "You currently have no item to show"; } else if(isset($_GET['msg'])) { $msg = $_GET['msg']; if($msg!='') { echo '<table border="1"> <tr> <td><font color="red">'.$msg.'</font></td> </tr> </table>'; } } ?></font></strong></p> <table … | |
I want to have this table and user will be able t delete row of data if they wish to with the checkbox. But the errors i don't know how to solve: *Notice: Undefined index: itemcode in /home/lh026/public_html/pro1/ostock.php on line 153* *Notice: Undefined index: saiz in /home/lh026/public_html/pro1/ostock.php on line 154* … | |
I am building a web for ordering stock for a small company. I wanted to add data into a table for user to view before confirm the order. Tried to use excel but can only display data and not add data on the website. I'm currently using Dreamweaver to develop … ![]() | |
Re: <?php include_once 'db/db.php'; include_once 'admin-class.php'; //This is the directory where images will be saved $target = 'images/upload/'; $target = $target . basename( $_FILES['photo']['name']); //This gets all the other information from the form $name=$_POST['name']; $detail=$_POST['detail']; $pic=($_FILES['photo']['name']); // Connects to your Database mysql_connect("localhost", "username", "password") or die(mysql_error()) ; mysql_select_db("mdb_lh026") or die(mysql_error()) ; … | |
How to show image for the drop down list? have tried a few alternative but dont work. Thanks <tr> <td class="label"><label for="kelas">Kelas:</label></td> <td class="field"> <select id="kelas" name="kelas" > <option value="Pilih kelas" selected="selected"></option> <option value="1 Tekal" >1 Tekal</option> <option value="1 Tekad" >1 Tekad</option> <option value="1 Tekun" >1 Tekun</option> <option value="1 Tabah" … | |
 how can i build a calendar like this? Year View and can choose a day to view the event? i just need a simplest version. any help will be appreciate. thanks in advance. ![]() | |
this is the function <SCRIPT TYPE="Text/JavaScript"> <!-- Beginning of JavaScript - function changecolor(code) { document.bgColor=code } // - End of JavaScript - --> </SCRIPT> this is the code <a href="" onmouseover="document.bgColor='turquoise'">C</a> <a href="" onmouseover="document.bgColor='pink'">h</a> <a href="" onmouseover="document.bgColor='blue'">o</a> <a href="" onmouseover="document.bgColor='red'">o</a> <a href="" onmouseover="document.bgColor='yellow'">s</a> <a href="" onmouseover="document.bgColor='green'">e</a> <a href="" onmouseover="document.bgColor='white'">your</a> <a … | |
this is the html <cat> <ul> <li><span><a href="#">Sekolah</a></span> <ul> <li><a href="perutusan.html">Perutusan Guru Besar</a></li> <li><a href="sejarah.html">Sejarah</a></li> <li><a href="etos.html">Etos</a></li> <li><a href="#">Iklim Sekolah</a> <ul> <li><a href="falsafah.html">Falsafah Misi Visi</a></li> <li><a href="logo&bendera.html">Logo & Bendera</a></li> <li><a href="piagam.html">Piagam</a></li> <li><a href="lagu.html">Lagu</a></li> </ul> </li> <li><a href="peraturan.html">Peraturan</a></li> <li><a href="pelanevakuasi.html">Pelan Evakuasi</a></li> <li><a href="pelansekolah.html">Pelan Sekolah</a></li> </ul> </li> <li><span><a href="#">Pengurusan</a></span></li> <li><span><a href="#">PIBG</a></span></li> <li><span><a … | |
i have this problem for checking for duplicate username in database. this error appear whether the username is duplicate and does not duplicate. Please help. Warning: mysql_num_rows() expects parameter 1 to be resource, boolean in <?php include_once 'db/db.php'; include_once 'admin-class.php'; $admin = new itg_admin(); if(isset($_POST['Submit'])) { $con = mysql_connect("localhost","username","password","tablename"); if … |
The End.