Click here to Skip to main content
Page 1 of 2
Page Size: 10 · 25 · 50


Author filtered by: UL UL ALBAB [x]
Question 12 May 2013   license: CPOL
I have a project name "nkhrm" in htdocs. And my IPv4 address is: 192.168.1.106. And my port no is: 8080. when I am running my project by 192.168.1.106:8080/nkhrm from my pc its working good. but, when I am running from another pc through LAN my project is showing nothing.How, can I solve...
Question 8 May 2013   license: CPOL
I want to create php project using symphony framework in Netbeans version 7.3. But, when I am selecting true Symphony PHP Web Framework, netbeans ide showing the message : "PHP interpreter must be selected." How can I solve this problem step by step ? Please tell me...
Question 28 Apr 2013   license: CPOL
I am creating a Video List dynamically. Here, I have added javascript onclick event dynamically; But, I have to call a javascript function which get parameter from php. here is my php code:while (($file = readdir($dh)) !== false) { if ($file == ".") { ...
Load video Frame by Frame by UL UL ALBAB
Question 27 Apr 2013   license: CPOL
I want to set a poster in html5 video tag automatically while page is loading. Thus why, I am using a jquery here: $(document).ready(function(){ var vid = $('#v0')[0]; vid.onplay = vid.onclick = function() { ...
Question 27 Apr 2013   license: CPOL
'; } ?>Notice:Notice: Use of undefined constant i - assumed...
Question 27 Apr 2013   license: CPOL
I have a java-script function which will generate buttons dynamically in my html page. My java-script is: function myFunc(target_div,num_buttons) { var buttons = ""; for (var i = 0; i
Question 25 Apr 2013   license: CPOL
I am creating video list dynamically. My code is here:while($row=mysql_fetch_array($res)){ $post=$row['post']; $link=$row['link']; $HTML.=''; $HTML.=''.''.$post.'/'; $HTML.='';}And I have a video...
Question 25 Apr 2013   license: CPOL
Hi,I have dynamically created a video list from my database. For that I have done my code in php:$query = "select post,link from pagination order by id desclimit $pageLimit," . PAGE_PER_NO;$res = mysql_query($query);$count = mysql_num_rows($res);$HTML = '';$countli = 1;if...
Question 22 Apr 2013   license: CPOL
My Code:';// Open a known directory, and proceed to read its contents if (is_dir($dir)) { if ($dh = opendir($dir)) { while (($file = readdir($dh)) !== false) { ...
Question 22 Apr 2013   license: CPOL
Hi,I want to make a web-application as like YouTube where I have a directory name "Video" and there will lots of video file. When my application will run it will read all video files and show in index.php as a thumbnails list of 10 videos and paging then as like page-1,2,3.How can I do this?
Question 21 Apr 2013   license: CPOL
C:\Sites>gem install rmagickTemporarily enhancing PATH to include DevKit...Building native extensions. This could take a while...ERROR: Error installing rmagick: ERROR: Failed to build gem native extension. C:/RailsInstaller/Ruby1.9.3/bin/ruby.exe extconf.rbchecking...
Question 17 Apr 2013   license: CPOL
$return->Controller = array();I am using cakephp in my opendcn project. Now, I am getting warning while I am running my project in :localhost:3000/BASE/home/index.php"And this is warning list:Warning (2): Creating default object from empty value [APP\vendors\Strings.php, line...
Question 17 Apr 2013   license: CPOL
I need to solve this error :Strict Standards: Redefining already defined constructor for class Object in C:\xampp-portable\htdocs\BASE\home\cake\libs\object.php on line 54I have change in my php.ini file with line:error_reporting = E_ALL & ~E_STRICTAnd I have also include in...
Question 16 Apr 2013   license: CPOL
I have a project which have developed in PHP Symphony framework. There are more than one thousand files and more critical for MVC. And I am a new comer in Symphony framework. So, when I need to change in my project than I am not finding files for changing as my new required update. So, I think I...
Question 9 Apr 2013   license: CPOL
I have a Download.php file which can download any types of file. And I have attached here my Download.php :
Question 8 Apr 2013   license: CPOL
Hi, I want to show "hello" message in button click event which is calling by Ajax. But, this is not working. script type="text/javascript"> ...
Question 8 Apr 2013   license: CPOL
My Script: var myTrigger; var progressElem = $('#progress'); $.ajax({ type: 'GET', url: 'download.php', beforeSend: function(thisXHR) { ...
Question 7 Apr 2013   license: CPOL
I want to download a file which size is more than 1GB from server. And in my index page I have only a download button. Now when I will click in the download button than that file will star automaticly download in drive C:\ and a progress bar will appear than. How can I do this ?
Question 5 Apr 2013   license: CPOL
Hi, I have written a code to save an exe file from my server side to client's pc in C:\ drive.But, I am getting error as like this:type Exception reportmessagedescriptionThe server encountered an internal error () that prevented it from fulfilling this...
Question 2 Apr 2013   license: CPOL
Hi, I have a download button in my .html page and I have a .jer file in D:\Folder directory. Now, when I will click in download button than I want to download this .jer file in drive C:\ or any where in client pc and when the download will start a progress bar will show in my .html page and...
Question 2 Apr 2013   license: CPOL
Hi, I am using this javascript :http://www.java.com/js/deployJava.jsMy javascript code:function Test(){ var attributes = {codebase:'http://java.sun.com/products/plugin/1.5.0/demos/jfc/Java2D', code:'java2d.Java2DemoApplet.class', ...
Question 27 Feb 2013   license: CPOL
I have 6 page in my application. The names of my pages as flowing:1. Home.aspx2. Registration.aspx3. UploadArticles.aspx4. News.aspx5. AdvanceSearch.aspx6. SearchResult.aspxDetails: When my application is start the homepage(Home.aspx) will start and there is a login area as...
Question 17 Feb 2013   license: CPOL
I have three DropdownList named drpUniversity, drpFaculty and drpSupervisor in my page. In drpUniversity has a list of University and in last index has Others if the listed Universities are not sufficient for users. Like as: American University, George Washington University, Florida Hospital...
Question 13 Feb 2013   license: CPOL
I have two DropDownList in my page and AutoPostBack property is true. But when I am clicking any DropDownList and changing it's index it;s working good. Then when I am clicking another DropDownList than its not working. Can you tell me how it will work every time after PostBack? protected...
Question 10 Feb 2013   license: CPOL
I want to add a Table dynamically when the page is load with database table. But it's not working. Its give me a Exception:An exception of type 'System.OutOfMemoryException' occurred in System.Web.dll but was not handled in user codeMy Code:if (!IsPostBack == true) { ...
Question 9 Feb 2013   license: CPOL
My code:protected void Page_Load(object sender, EventArgs e) { myframe.Attributes.Add("src", "/UploadJournal/okay3.pdf"); }Code in ASP.NET: Problem: When I am running my program,...
Question 8 Feb 2013   license: CPOL
Hi,I have a Search.aspx and SearchResult.aspx files. When Iam searching any thing in a TextBox which is exist in Search.aspx fle it return in Search.aspx file with result. In my result I get some LinkButton where I want to click to go in SearchResult.aspx file with elaborate of search result....
Question 29 Jan 2013   license: CPOL
My Code:In Login Page:public string EmailAddress { get { return emailAddress; } set { emailAddress = value; } } string emailAddress;protected void...
Question 20 Jan 2013   license: CPOL
I have already add dynamic LinkButton in run time under a Search Button event.The Code is here:for (int i = 0; i
Question 15 Oct 2012   license: CPOL
I want to make an application where I select date and than the report will show dynamically in CrystalReportViewer. As for Example: If date is between Jan 2006 - Aug 2006 CrystalReportViewer:Product_Name Jan Feb Mar Apr May Jun Jul Aug Total ...
Question 14 Oct 2012   license: CPOL
I want to draw a crystal report in run time in desktop application. For Example: I want to insert subjects in a table. Than I want to make the subjects name as the column in crystal report. Than I want to insert marks of those subjects in another table.Is there any process to add column...
C#
Question 13 Aug 2012   license: CPOL
My Code:private void txtCategoryCode_TextChanged(object sender, EventArgs e) { txtCategoryCode.KeyPress += new KeyPressEventHandler(MyKeyPress); } void MyKeyPress(object sender, KeyPressEventArgs e) { TextBox txt =...
Question 13 Aug 2012   license: CPOL
Error:Object reference not set to an instance of an object.Actually, I want to insert data in database from DataGridView. But, in my code 1ly first row is inserted but, other rows are not.My Code: private void btnSave_Click(object sender, EventArgs e) { int...
C#
Question 12 Aug 2012   license: CPOL
I want to add link button in ListView/ListBox/GridView while my page is loaded, in the Page_Load() events I want to query data from database and if I get 1 data than I'll add 1 LinkButton if I get 2 data than I'll add 2 LinkButton in this way I want add more linkbutton depends on query. It's...
ndroid apps using C# by UL UL ALBAB
Forum Message 9 Aug 2012  
How can I start in VS-2008 ? Please tell me step by step and give me the link if I need to download any setup file or framework to do so. I have 1ly VS-2008 in my PC. :) Yes...
Question 4 Aug 2012   license: CPOL
I have 2 link button. My code which is working:protected void LinkButton1_Click(object sender, EventArgs e) { myframe.Attributes["src"] = "LINQToSQLCheatSheet.pdf"; } protected void LinkButton2_Click(object sender, EventArgs e) { ...
Question 30 Jul 2012   license: CPOL
My code: string filePath = Server.MapPath("admit.pdf"); myframe.Attributes.Add("src", "" + filePath.ToString());Error :Firefox doesn't know how to open this address, because the protocol(c) isn't associated with any program.Please tell me how to solve this problem to...
Question 29 Jul 2012   license: CPOL
I have already upload pdf files from browser and I have successfully shown the files in iframe while I am uploading pdf files and those pdf files are saving in a folder named journal and this folder is exist in my application start-up path. To do that my code is here:private void...
How to add image by ajax? by UL UL ALBAB
Question 28 Jul 2012   license: CPOL
I have a control Web.Control.Image in .aspx file And I have a CheckBox too. I want to add a Image in myImage control when CheckBox.Checked = true and I have a wait_.gif file too. I want to run this wait.gif file before Adding Image in myImage control. After add the image the wait_.gif will hide...
Question 18 Jul 2012   license: CPOL
My Code in C#:private bool IsMatch() { if (drpCategory.Text.ToString() == ">") { lblLogin.Visible = true; lblLogin.Text = "Please select category from (Login Category) list"; return...
Question 7 Jul 2012   license: CPOL
My Code:SqlDBAccess db = new SqlDBAccess(); protected void drpFaculty_SelectedIndexChanged(object sender, EventArgs e) { drpAdvisiorName.Items.Clear(); drpAdvisiorName.Items.Add(">"); try { ...
Question 5 Jul 2012   license: CPOL
My code:SqlDBAccess db = new SqlDBAccess(); ReportDocument report; private void btnSave_Click(object sender, EventArgs e) { Wait wait = new Wait(); report = new ReportDocument(); string reportPath = Application.StartupPath +...
Question 3 Jul 2012   license: CPOL
My Code:private void comboBox1_SelectedIndexChanged(object sender, EventArgs e) { try { //DataTable dt = new DataTable(); db.Adapter("select distinct StudentName, Roll from StudentAttendance...
Question 2 Jul 2012   license: CPOL
My CODE: private void btnSave_Click(object sender, EventArgs e) { //MessageBox.Show(grStudentAttend.Rows.Count.ToString()); //int count = grStudentAttend.Rows.Count; try { for (int i = 0; i
Question 29 Jun 2012   license: CPOL
My code: private void button1_Click(object sender, EventArgs e) { try { MailMessage mail = new MailMessage(); mail.To.Add("shi01715@gmail.com"); mail.To.Add(txtto.Text.ToString()); ...
Question 25 Jun 2012   license: CPOL
I want to search is the DataGridView checkbox checked or unchecked. If checked than I want to use that row. This is my problem.My Code : private void PracticalSubjectLoad() { try { foreach (DataGridViewRow row in gdAddNewSubject.Rows) ...

Page 1 of 2
1 2


Advertise | Privacy | Mobile
Web02 | 2.6.130513.1 | Last Updated 15 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid