117 Posted Topics
Re: please pay little attention to Ramy! It seems he is just out to have fun!(apologies if i'm wrong). What you should do is to include some comments to your code. Your code is quite lengthy. Put comments near where you are having the error. Let's take it from there. NB: … | |
Re: [quote=socom(psp);368028]he wasnt harsh its probably true like what kind of mother would leave there kid by them selve at 3 years old like common use common sence[/quote] The last news item I read was that she( the child) was sleeping in a cot not far from where they sat. I … | |
Re: ^holly styles, good guy, sometimes arguementative but good guy!:cool: | |
Re: I read and read and read and read - novels, news papers, magazines (e-zines and others) and/or watch television (Cartoons Comedy and sports). | |
Re: This answer depends on the type of OS you are using. All that is needed is to change the regional settings of all the computers concerned to English Language - either British or American. Your program should pick up from there. If you are using Windows XP: Go to control … | |
Re: If you know a bit of vbasic, why don't you write and compile a dll in vbasic? It is really easy. Instead of opening an activeX exe project you can open an activeX dll project instead and start implementing your solution. You could also write your dll in C++ and … | |
I saw this somewhere and decided to share it here. Enjoy! [quote] An 18 year-old girl tells her Mom that she has missed her period for two months. Very worried, the mother goes to the drugstore and buys a pregnancy kit. The test result shows that the girl is pregnant! … | |
Re: [CODE]purchase = [COLOR=green]if[/COLOR] price <= money [COLOR=green]Then[/COLOR][/CODE] This is wrong. [COLOR=green][CODE][COLOR=green]if[/COLOR] price <= money [COLOR=green]Then[/COLOR][/CODE][/COLOR] [COLOR=green]is right. Try it and it should work[/COLOR] | |
Re: Can the user successfully upload his files? New folders can be created. Confirm and get back to me | |
Re: [quote=~s.o.s~;366837]> I'm just as "mean" to other people as I am to you, so don't feel like you're being singled out. Good thing moderators are outside the 'mean' domain ;-) > But I clearly understand, I'm stupid. I'm done. You have just started out in your life. Like Narue previously … | |
Re: Can you use server.execute instead of respnse.redirect. If the result is the same, send the details of your code and we take it from there. | |
Re: [quote=arjunsasidharan;410627]>>is it just us, or is every programmer this way? is it a programmer stereotype? depends on how a programmer takes it. Well im a developer and i used to work 15 to 18 hours a day. Now im getting a little sick of it. :( . I just can't … | |
Re: [quote=Aia;402814]Disclaimer: For those of you, still using a slow CPU, like the Pentium II, between your ears. I do not exist. Any similarities to actual names or places have been purely coincidental. The name of [I]Al Gore[/I] is a work of fiction.[/quote] Aia? Work of art!:icon_razz: | |
Re: [quote=gowri_itech;400854]I have to display two db columns within a single combo box.[/quote] You'll have to give more details for us to know where to start the helping from. Give a sample listing of your attempt and we take it from there. ok? | |
Re: [quote=Rashakil Fol;404191]I love geek jokes SOOOOOOOO much because they make me feel so much more special than all the other people. Only I can understand them, and the jokes remind me of how awesome I am. The puny-minded nincompoops who don't understand the jokes are wasteful idiots who should be … ![]() | |
Hey guys!, Its my birthday (15th July). Had a swell time. How many of you guys are "july people"? | |
Re: I believe it is a world wide problem. There seems to one word which can be used to describe polititians anywhere they can be found - "Corruption!":$. Look at Ancient dragon and Nichito for instance, they are describing politicians on different continents and if you don't look closely you'll think … | |
Folks! I used expressions to sum some dataitems from a table and plugged it to a datagrid. The summations work for all the data on the table. But unfortunately still reports the same aggregate results even after some relevant dataview filters had been applied. Here's the code: [CODE] Dim dv … | |
'been thinking lately, what really are curse words. When i say 'curse words' I don't mean those ones witches purportedly place on people. Some of the language used sometimes on this forum falls into what I think/thought constitutes curse words and therefore inappropriate. Over here in africa, we have words … | |
Re: [quote=~s.o.s~;385960]Yay even I have loads. ;-)[/quote] that is an understatement!, You have tonnes of it:cool: ! | |
Re: [quote=jbennet;376385]I think im too young to play the stockmarket[/quote] jb! Do you seriously think you are too young? Pls, it is always better to start young (to me the younger the better) so that if you crash before you are 30 it would be easier to get up and a-going!:) | |
Re: [quote] Your personality type: Friendly, adaptable, action-oriented. 'Doers' who are focused on immediate results. Living in the here-and-now, they're risk-takers who live fast-paced lifestyles. Impatient with long explanations. Extremely loyal to their peers, but not usually respectful of laws and rules if they get in the way of getting things … | |
Re: [quote=Sturm;368349]Cars have a useful purpose, guns do not.[/quote] Oh no no! Guns can be used to extinguish bad bad people. Ain't that "purpose" enough:D | |
Hey arjunsasidharan! Please do quickly post something. You have 666 posts! Post something quick so that your posts can be more than this pretty controversial number:S . Peace | |
Re: [quote=christina>you;378077]Jesus is the way the[B] truth[/B] and the life. :)[/quote] Please say it again! I believe it! | |
Re: [quote=christina>you;395086]I will be traveling to Chicago tomorrow morning for the FBLA (Future Business Leaders of America) conference to take my Computer Applications test. I won 1st place for the state but I'm extremely nervous about this because I think the national test is a bit harder. I hope I do … | |
After digging to a depth of 100 meters last year, russian sceintists found traces of coper wire dating back 1000years, and came to the conclusion that their ancestors already had a telephone network one thousand years ago. So, not to outdone, in the weeks that followed American scientists dug 200 … | |
Re: [quote=jeromeshiju;380315]I try to print out values from datagrid on button click.I hope I shall get answer from here[/quote] why don't you give explicit details of what you want done and your attempt and let's take it from there. Okay? | |
Re: [quote=vimalv;381290]Hai all, i want to create an page with menu items ...on Mouseover it ll appear and mouseout it ll disappear...pls help me to do this.... Thanks...[/quote] Can we see what you have attempted so far and we can take it from there. | |
Re: Please ladies and gentlemen, when Americans refer to a statement as "baloney" and usually from the context it is meant as false. Where or what is the root of this word. It sounds more like food to me!;) | |
Re: [quote=cybuster;367092]hi im just starting to design a database using adodc but I have a problem... can someone give me tip on how to create a search code for ADODC... thx in advance[/quote] Try the following code. [code] adcBrowser.Recordset.Find txtSearchHdr.Text & " like '" & txtSearch & "_'", , adSearchForward 'adcBrowser … | |
Re: [quote=earlofroberts;383129]This only occurs on a single page. New command buttons dropped on the page from the toolbox will not fire and event. ?? thanks, earlofroberts[/quote] Check and see if the autopostback property is set to "true". It is likely to be "false" now. Please try this and get back to … | |
Re: [quote=Junyah;380747]Hey Dani and the rest, I'm still here but only every now and then. A couple of you know that I recently had a medical adventure (two months in the hospital). Recently, I backslid a little on my healing so I have to do some more healing the cover the … | |
Re: Try this, I am not sure it would work. Look at the display properties of you screens. Be sure they are of the same screen area ( I mean 1024 x 768 or less). If they are different your apps rendering might be streched in comparison to the dev. computer. … | |
Re: Where are you located? [quote=csnegi;370275]I've just finished a long term contract and looking for another big project; 3-6 month contract or a full time offsite position as an ASP.NET developer/architect. I have 6 years of a full cycle development experience with ASP.NET 2.0 (C#) and Microsoft SQL Server 2005 development. … | |
Re: [quote=usershan;367325]Hi all, I am trying to insert date but not able to, im using SQL server. This is my code: [COLOR=green]Dim[/COLOR] str [COLOR=green]As[/COLOR] [COLOR=green]String[/COLOR] [COLOR=green]Dim[/COLOR] cmd [COLOR=green]As[/COLOR] SqlCommand [COLOR=green]Dim[/COLOR] con [COLOR=green]As[/COLOR] SqlConnection [COLOR=green]Dim[/COLOR] sql [COLOR=green]As[/COLOR] [COLOR=green]String[/COLOR] [COLOR=green]Function[/COLOR] AccessDate([COLOR=green]ByVal[/COLOR] dateandtime) [COLOR=green]Dim[/COLOR] myday [COLOR=green]Dim[/COLOR] mymonth [COLOR=green]Dim[/COLOR] myyear myday = Day(dateandtime) [COLOR=green]If[/COLOR] Len(myday) … | |
Re: [URL="http://www.brinkster.com"]www.brinkster.com[/URL] is a good one too. I had never had any problems with them | |
Hi there folks, What do I do if a want a list of all the countries in the world loaded up into a html dropdown listbox. Thanks for the help in advance | |
Re: It seems you already have an idea of vb6. How proficient are you with vb6? This is to determine what sample codes to send to you in vb.net. Do you classify yourself as a beginner, intermediate or an expert. [quote=leoimperial;362822]I dont have yet,and i want to know also if visual … | |
Re: I also think it would not be a bad idea if you learn vb6 before learning vb.net. | |
Hi there people! I need some help here. I have a scenario where I'd like users to pick any date from current date (today's date) to any date in the future. The user would not have access or be presented an opportunity to pick yesterday's date. I have some ideas … | |
Another question:-/ . What Poster ranks are available. For there seems to be many. A newbie comes in as a "newbie poster" then is promoted to a "light Poster" then to "junior poster in training". What are the criteria required for one to gain "promotion" and move up the ranks:) | |
Re: Sorry, Your question is not very clear. Try and simplify it for ease of understanding. [quote=mojio;358341]Hi! I have some project to send my boss tomorrow, but I can't solve it by myself. I try to solve it for a long time. but I still can't. I have a gridview to … | |
Re: What does the error message say?:?: [quote=IBGhost;356621]Dim objNetwork Dim objExcel Dim objWorkBook Set objExcel = CreateObject("EXCEL.APPLICATION") objExcel.Visible = True Set objWorkbook = objExcel.Workbooks.Add() objworkbook.ActiveSheet.Range("A1").value = "DisplayComputername" Set objNetwork = CreateObject("WScript.NetWork") Dim strComputer strComputer = objNetwork.ComputerName Msg strComputer Set objNetwork = Nothing[/quote] | |
Re: You need to do several things. This basically a break down of what Hollystyles suggested. Please pay close attention. edit the html code and edit the Itemcommand property(add a command name) [html] <P><asp:datagrid id="dgFS" runat="server" Height="132px" Width="436px" CssClass="DefaultDataGridStyle" OnItemCommand="Grid_EmpCommand" BorderWidth="0px" CellPadding="0" AutoGenerateColumns="False"> <AlternatingItemStyle BackColor="#d7dce8"></AlternatingItemStyle> <Columns> <asp:BoundColumn DataField="empNo" HeaderText="Emp No"> <HeaderStyle … | |
Please folks, forgive my ignorance:$ I am just wondering. what is the meaning or import of the "rep power" rating of all the users of daniweb.com. What are its implications and/or benefits if any. | |
Re: Try out this link. I hope it helps:-/ . [URL]http://msdn2.microsoft.com/en-us/asp.net/aa336565.aspx[/URL] [quote=hollystyles;351350]ASP (Active Server Pages) is the older of the two technologies. ASP uses VBScript or JScript which are interpreted languages. ASP.NET uses a framework that uses many more langugages (VB, C#, J# ..) and is much more Object Oriented and … | |
Re: Hey! Methinks the use of a character like "#" is the problem. Do not include this kind of character or any of the following in your table name(*&%$#@!). It should work. Please get back to me. [quote=furjaw;350199]Visual Basic 2005 I used DataSet Designer to add a column called "Case#" to … | |
Re: WaltP:pretty: I am sure you are having fun;) Are you sincerely ignorant of what "cording" is or is mean't to be. It is a simple typo. or don't you make mistakes:S [quote=WaltP;344119]What's a cording? Anything to do with rope? Or firewood?[/quote] |
The End.