199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for hirenpatel53

Hi all i am looking for some readymade skinfiles for asp.net so if there is any website providing this service Please let me help it out Thanks in advance

Member Avatar for BMXDad
-1
511
Member Avatar for adeeb.keyaam

i am using http://bojanmauser.from.hr/bvalidator/ this script to validate my form, now i am stack with a problem, want to set max file limit for image file upload. but i am unsuccessful everytime, can anybody help me to get rid of this, advance thanx to all, who is reading this discussion …

Member Avatar for Troy III
-1
359
Member Avatar for Azmah

I'm looking at getting back to C++ . Its been awhile since I last did it, so I am planning on going from the very beginning and looking for a site to learn it from. I've found a few but wish for the best one to stick to. Thanks in …

Member Avatar for Labdabeta
-1
473
Member Avatar for divyakrishnan

Hi.. Any PHP code to display the IPaddress of all systems which are connected in a LAN ? Thanks in advance

Member Avatar for |-|x
-1
3K
Member Avatar for wolf_one

So, I'm a new programmer python is my first language. I'm trying to create a program to randomly open a pdf from a directory and read/display one page. Anyway thats what I got so far. I'm just wondering if theres a more efficient way to write this. Any advice? import …

Member Avatar for chriswelborn
-1
273
Member Avatar for spyece

Hello, I want to click the skip ad buttom when the buttom appears, can someone please explain me how this can be done using jquery? Here is the Code <!DOCTYPE html> <html> <body style="margin:0px;padding:0px;"> <iframe src="http://bc.vc/7VsNj6" style="width:100%; height:100%; border:none;" id="frame"> <p>Your browser does not support iframes.</p> </iframe> </body> </html> Thanks …

Member Avatar for minitauros
-1
329
Member Avatar for ecostas

Hi. I need help with defining on which monitor a given form is to be presented. I know I can discover how many monitors a computer has with screen.MonitorCount. But I haven't found yet how to change the settings. For example, I'd like to have a one-form application to run …

Member Avatar for raymhuff
-1
3K
Member Avatar for probytes

It is not easy to make the choice of a PHP framework. A lot goes into choosing the proper PHP framework especially if you want to use it on a long term basis. A wrong choice of PHP framework may lead to certain disadvantages, like, increased development time, the need …

Member Avatar for LastMitch
-1
313
Member Avatar for daniel36

I want to close my current window in javascript and want a prompt alert to close or stay here when window is closed by me. i have used onbeforeunload property of body tag.

Member Avatar for Troy III
-1
602
Member Avatar for sidnei

This code show how to made a MDI Form Borderless. Tested on Visual Basic 6 under Windows XP SP3 platform.

Member Avatar for anbarasan
-1
703
Member Avatar for cnet1989

I'm a computer science major and I'm taking an intro to C++ programming course. I have to write a program that reads in the data from a .txt file and echoprint it, and also print the data again but with every fifth word with 10 underscores. I was able to …

Member Avatar for mike_2000_17
-1
620
Member Avatar for Himanshu Chawla

I Want to create a form in which the pop-out form should disable the background form just like save as dialog box in notepad. Please ANybody Help me .. I am Creating Application and Need it very urgent .

Member Avatar for tinstaafl
-1
292
Member Avatar for setu basak

package com.example.crypton; import android.app.Activity; import android.content.Intent; import android.database.Cursor; import android.net.Uri; import android.os.Bundle; import android.provider.Contacts; import android.provider.Contacts.People; import android.provider.ContactsContract; import android.provider.ContactsContract.CommonDataKinds; import android.provider.ContactsContract.CommonDataKinds.Phone; import android.provider.ContactsContract.CommonDataKinds.StructuredName; import android.provider.ContactsContract.Data; import android.telephony.SmsManager; import android.util.Log; import android.view.MenuInflater; import android.view.MenuItem; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import android.widget.EditText; import android.widget.Toast; import android.app.PendingIntent; public class CREATEMESSAGE extends …

Member Avatar for setu basak
-1
256
Member Avatar for aadarsh_khare

Could anyone help me in understanding what does below Python code do? Also please help me in converting it into Java. import random howMany = random.randint(0,1000) stats = {} for i in range(howMany): value = random.randint(0,500) stats.setdefault(value,0) stats[value]+=1 for item in stats: if stats[item] > 1: print item

Member Avatar for JasonHippy
-1
277
Member Avatar for razamughal67

Hello every one i want to send emails to other peoples. i want to do this. when i type any email adress in text field and when we click send button to send email to text field Email address. simply i want to send mail different email addresses. if any …

Member Avatar for razamughal67
-1
293
Member Avatar for akkbkht

Hello. I have tired too much ways to overcome this issue but can't find a way yet. I am making a user defined function, when click a "And new row", This function will be called and a new row will be added. There in first cell, a dropdown menu will …

Member Avatar for pzuurveen
-1
292
Member Avatar for Etniespr101

Hey guys, I am incredibly new to c++ and need a little help on a matrix multiplyer program... [code] #include <iomanip> #include <iostream> using namespace std; int main() { int **mat1; int **mat2; int **result; int row,col; cout<<"Please enter row/col"<<endl; cin>>row>>col; mat1 = new int *[row]; mat2 = new int …

Member Avatar for Musa_Jutt
-1
625
Member Avatar for gbhs

Hi To All, I am a newbie. I have 4 computers that I want to connect together as a LAN. I have a switch and ready cables. One of the computers C1 will have a sqldatabase to be accessed by the other computers C2,C3 and C4. 1. How do I …

Member Avatar for gbhs
-1
1K
Member Avatar for tobinhoadesanya

Good day all...i am a final year student of computer science and am finding it hard to choose my project topic. Pls any idea cos i am seriously in a fix now? pls

Member Avatar for tobinhoadesanya
-1
580
Member Avatar for ng5

I have a form with a calendar and a textbox with 2 buttons. The calendar is the vb 2010 tool and the textbox overlaps it so that when a day is selected on the calendar you can make an appointment for that day. i have a save button and a …

Member Avatar for ben.ot.18
-1
439
Member Avatar for junaid tariq

Dear Sir, I am student of BS(CS) in COMSATS, Islamabad, Pakistan. I am working on my final year project of OCRNL (Optical Character Recognition Naskh Ligature, Naskh is Urdu font, the national language of Pakistan). My project is in final stage and I am having the following problem: i) textString1 …

Member Avatar for Billyseven
-1
404
Member Avatar for raghasudha-r

[CODE]<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true" CodeFile="Home.aspx.cs" Inherits="_Default" %> <asp:Content ID="Home" ContentPlaceHolderID="Home" runat="server"> <script type="text/javascript" language="javascript"> function Validate() { var StartDate = document.getElementById[COLOR="Red"]('<%=txtstart.ClientID %>');[/COLOR] var EndDate = document.getElementById('<%=txtEnd.ClientID %>'); if (StartDate.value =='') { alert("Pick Start Date"); StartDate.focus(); return false; } else if (EndDate.value =='') { alert("Pick End Date"); EndDate.focus(); …

Member Avatar for raghu_005
-1
258
Member Avatar for elanch

hi friends! From my Microsoft Access form I would like to hyperlink to a pdf document. At present each record contains a document name and a full file path to where the document is stored. I would like to open adobe Reader and view the specified document. please give me …

Member Avatar for daniROC
-1
3K
Member Avatar for Echo89

A little find and replace function for PHP, not tested, but theoretically should work.

Member Avatar for Echo89
-1
2K
Member Avatar for missy maretele

need help with the following java program a.s.a.p please a pension fund company maintains employee date of birth details in order to calculate each employee's package value for retirement. the retirement age is 65 years old and each employee accumulates 0.015% of monthly salary towards retirement. write a java program …

Member Avatar for stultuske
-1
860
Member Avatar for mr0277

I have a control wrapped in an UpdatePanel that is part of an iframe. The control grows on user's selection and images appear. Correspondingly I have to extend the iframe's height. The problem is I get the iframe's height before appearing images are loaded, hence I get the content cutoff. …

Member Avatar for Troy III
-1
299
Member Avatar for surajdgiri

<?php include 'includes/config.php'; include 'header.php'; $check = ''; $TOTAL_FILE = 0; $rowsPerPage=12; $PATH = ''; if($parentid != 0) { $folddetail = $db->query("select * from category where id = ".$parentid, database::GET_ROW); $seq = $folddetail['pathc'];//$db->query("select pathc from category where id = ". $parentid, database::GET_FIELD); $PATH = '» <a href="'.BASE_PATH.'">Home</a> '; $PATH .= $seq; } …

Member Avatar for phoenix_2000
-1
353
Member Avatar for Himanshu Chawla

what is jquery ? What is java script and what are prerequirements for learning javascript ? What is the diiference between advance java and core java ? What is AJAX ? As i am beginner to JAVA and want to learn about java and thats y i am asking this …

Member Avatar for rotten69
-1
448
Member Avatar for twofel

hi, Menu on a Windows Form for Dev C++ hi, i have devc++ version 5.2.0.3 after compiling this prog i got following message: 110 46 C:\Users!__DEVCPP PROJEKTE\menu.cpp [Error] cast from 'HMENU {aka HMENU__*}' to 'UINT {aka unsigned int}' loses precision [-fpermissive] 100 56 C:\Users!__DEVCPP PROJEKTE\menu.cpp [Warning] deprecated conversion from string …

Member Avatar for pritaeas
-1
586
Member Avatar for harinath_2007

Hi..Stress is a common thing in every programmer's life. So here is a way you can reduce your stress.. Write System.exit(0); in your code whenever you are in stress..:) Comment your own tips too to avoid stress

Member Avatar for ~s.o.s~
-1
268
Member Avatar for user777

Hi Everybody, Could somebody let me know the search code in a database (mdb database : with 1 table only) to write for a search command. I am using ADODC1 connection. Please also let me know for the above table if i want to add a new contact to the …

Member Avatar for AndreRet
-1
2K
Member Avatar for Akshay nand

Assignment 1: Simple Text Editor using C programming in Linux Environment The goal of this assignment is to help you practice c programming. A tutorial on Linux commands and c programming is given at the end of this assignment. Resources/examples of c programming is given in Moodle and further help …

Member Avatar for L7Sqr
-1
1K
Member Avatar for daniel.conlinjr.1

Addpages.php <?phpclass DivineAddPages { private function DBString($string) { return str_replace(array("''", "\\"), array("''", "\\\\"), $string); } public function Add($link, $title, $content, $comments = true) { $result = mysql_query("SELECT ID FROM wp_posts WHERE post_name = '{$this->DBString($link)}' LIMIT 1"); if ($result) { list($post_id) = mysql_fetch_row($result); } else { $post_id = 0; } $comment_status …

Member Avatar for diafol
-1
374
Member Avatar for dottomm

Hello. I'm getting an undefined index error with the following code and I can't for the life of me figure out why. Any insight would be greatly appreciated. I'm using an html form and a PHP file to upload images to a directory and write the rest of the form …

Member Avatar for earlxph8
-1
20K
Member Avatar for jeremywduncan

def is_anagram(t,u): if sorted(t)== sorted (u): return True else: return False print is_anagram('realtor', 'rotlear') # True print is_anagram('superpuff','local') # False print is_anagram('alla', 'lala') # True print is_anagram('tools', 'stool') # True print is_anagram('double', 'trouble') # False

Member Avatar for TrustyTony
-1
784
Member Avatar for on93

anyone know what is this error , how to fix it ??? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #include<iostream> #include<string> #define MAX 6 #define size 10 using namespace std; struct student { string name; int id; string prog; double cgpa; }; class stinfo { private: student data[size]; int last; public: stinfo(); void selectionSort(int A[]); void …

Member Avatar for Banfa
-1
571
Member Avatar for jocelyn.eyog
Member Avatar for krul.ezanie

can someone help me ? i have problem to make airplane seating program.. what it need is i ust put the details of the booker in the seat.. for example , when we want to check who already booked this seat,we click that seat and it will appear name and …

Member Avatar for deceptikon
-1
362
Member Avatar for Pankaj18

Hi, I am using below code to check only one radio button which is in gridview item template. But it allow multiple selection as CheckBoxes. My code: [code=asp.net]<columns> <asp:TemplateField HeaderText="Select"> <ItemTemplate > <asp:RadioButton ID="rd1" GroupName="rdBox" runat="server" /> </ItemTemplate> </asp:TemplateField> </columns>[/code] Please help me. Thanks ! Pankaj Singh

Member Avatar for arun1123
-1
4K
Member Avatar for dana2292

hello every one i'm a new member in this web site i'm really happy coz i found the best web to leran the computer language it is will be better if some one explean for me the array in c# and syntax of using array , i hope some one …

Member Avatar for dana2292
-1
435
Member Avatar for chinaexpert1

Hi Folks, My partner and I are experienced investment professionals with a background in mathematics. We are picking up Python now and we're gonna take this free online class from UC Berkeley on AI programming. We're looking for a third to join in our study group, contrast approaches, discuss topics, …

Member Avatar for TrustyTony
-1
254
Member Avatar for joshl_1995

Hello Community, I was wondering if there is a way to backup my mysql database.

Member Avatar for joshl_1995
-1
366
Member Avatar for archelle

Hello guys, im a newbie in vb programming. I just want to know how to compute total working hours. for EXAMPLE, i started 8:00 AM And goes out 13:00, the total time would be 4 hrs. because 12:00-1:30 is lunch break.

Member Avatar for Reverend Jim
-1
322
Member Avatar for slasel

I tried to create those 6 radiobuttons(bh1,bh2,bh3,bh4,bh5,bh6) using a for and placing them in a dictionary but I get the following error whenever they should be displayed! I have attached a folder with the images. Any help please is highly appreciated! Thank you Exception in Tkinter callback Traceback (most recent …

Member Avatar for vegaseat
-1
347
Member Avatar for Huxaifa

int main() { float a,b,c; cin>>a >> b >>c; if(a<(b+c) && b < (a+c) && c< (a+b)) { cout<<"\nIt is a Triangle.”; if (a==b && b==c) cout<<"\nIt is a Equiletaral Triangle.”; if(a==b || a==c || b==c) cout<<"\nIt is a Isoceles Triangle.”; else cout<<"\nIt is a Scalene Triangle.”; } else cout<<"This …

Member Avatar for DEAD TERMINATOR
-1
367
Member Avatar for pranav034

hi guys i am a student of b-tech i want a ppt for my mini project i.e. web browser using vb.net .If u Know the sites from which i can get it plzz tell.....

Member Avatar for Reverend Jim
-1
407
Member Avatar for heavy.is.happy

Hello. How do i make a flood fill in python? For exampel. I choose to download this picture of world countries. I save this as picture.png in a folder. The folder also contains a python file whith the name change.py. The change.py file is gonna change USA to yellow. To …

Member Avatar for Lardmeister
-1
2K
Member Avatar for kw42chan

Dear all, I m a newbie in C. When do the questions in "C Programming for Absolute Beginners" (MICHAEL VINE, 2008) When talked about structure programming, there is a question. Write A function that prints an ATM menu—it receives no parameters and returns no value. Void displaymenu() /********************* Function Prototypes …

Member Avatar for deceptikon
-1
259
Member Avatar for hunain261

I m a student and i want to make a project in VB.Net but i am really confuse so kindly anyone which have special command in vb.net plz guide me what i do which is better for me.. Thnx

Member Avatar for tinstaafl
-1
429
Member Avatar for while(!success)

Hi guys, how would I translate the functionality of this anchor: <a style="font-size: small;" href="javascript:void(0)" onclick="document.getElementById('info').style.display='block';document.getElementById('fade').style.display='block';return false;">Blahblah</a> To an asp.net imagebutton control? This is what I have come up with: <asp:ImageButton ID="ImgBtn" runat="server" ImageUrl="~Images/Go.gif" OnClientClick="<script type='text/javascript'>document.getElementById('info').style.display='block';document.getElementById('fade').style.display='block';return false;</script>" /> But its not coming out the same way. Can anyone help me …

Member Avatar for JorgeM
-1
789

The End.