User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 374,571 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,617 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 40 of 193
Search took 0.02 seconds.
Posts Made By: jamello
Forum: ASP.NET 2 Hours Ago
Replies: 1
Views: 67
Posted By jamello
Re: Please help me asap.

Is your application working on your development machine?
Forum: ASP.NET 2 Hours Ago
Replies: 0
Views: 18
Posted By jamello
basics of webbased chat app

I have a project I am currently working on and I need users to be able to chat online amongst themselves. Please experts, what are the basics I need to know and implement so that this becomes...
Forum: ASP.NET 3 Hours Ago
Replies: 10
Views: 119
Posted By jamello
Re: how do I generate random numbers

Yes prasu seems correct but I am worried about the comparisons. That would be an awful number of comparisons to do. imagine I want to create 1000 groups:-/

Methinks the combination prasu's idea and...
Forum: ASP.NET 3 Hours Ago
Replies: 10
Views: 119
Posted By jamello
Re: how do I generate random numbers

No no i am not using this for an e-testing software.
Thanks all the same tuse. You are a great guy:)

U know talking about another way, I had this idea of generating guids then picking out 16...
Forum: ASP.NET 4 Hours Ago
Replies: 10
Views: 119
Posted By jamello
Re: how do I generate random numbers

Yes,
the integers naturally would be 0 to 9 for the groups.
i mean something like this

1. 8937474633290944
2. 8464595950698568
3. 0734736478237473
...
40 9689896859895596
get it?
Forum: ASP.NET 4 Hours Ago
Replies: 0
Views: 17
Posted By jamello
How to turn off header and footer text in IE

people!

I noticed that when a web page displayed is sent to the printer for a hardcopy, some sometimes annoying and unnessary headers and footers are printed alongside the main document. This are...
Forum: ASP.NET 4 Hours Ago
Replies: 7
Views: 145
Posted By jamello
Re: Online Test Creation

aww..!
I use vs 2005. but would upgrade soon.:(
Forum: ASP.NET 4 Hours Ago
Replies: 1
Views: 55
Posted By jamello
Re: How to display a repeater control correctly

Or is the repeater not the appropriate control to use?
I just wanted to display these data and not for them to be editable. Any ideas people?:sweat:
Forum: ASP.NET 4 Hours Ago
Replies: 2
Views: 45
Posted By jamello
Re: C# or vb.net for asp

It is doing what its supposed to do.
if you drag a textbox from the toolbox onto your web page, the property page displays its id as textbox1. If you do not change it and add another textbox it would...
Forum: ASP.NET 4 Hours Ago
Replies: 10
Views: 119
Posted By jamello
Re: how do I generate random numbers

tuse,
thanks for your reply. Yes that is a good idea, but if i fill the first line with 16 integers (aided by an array) I would want the next group of 16 to be unique as a group. So if I generate...
Forum: ASP.NET 5 Hours Ago
Replies: 7
Views: 145
Posted By jamello
Re: Online Test Creation

tuse, your online test solution looks interesting. I had downloaded a copy and was wondering which version of vs did you use for development. v2 or 3.0?
Forum: ASP.NET 2 Days Ago
Replies: 1
Views: 55
Posted By jamello
How to display a repeater control correctly

I have data I am displaying with a repeater in vs 2.0. Its just a very short record length but high volume data. The repeater displays it vertically but most of the screens real estate is left...
Forum: ASP.NET 2 Days Ago
Replies: 10
Views: 119
Posted By jamello
how do I generate random numbers

Hello people!
I need ideas about how to randomly generate a set of integers - a set of 16 on 40 rows.
I had tried the Randomize function on the .net framework but has not been successful. Any idea...
Forum: Site Layout and Usability May 21st, 2008
Replies: 8
Views: 1,485
Posted By jamello
Re: Site Development Structure

Well, different strokes for different folks!:)
I find coding before design 'easier' or more convinient for me to do. I generally know what the functionality of the website would be and code...
Forum: Geeks' Lounge Apr 10th, 2008
Replies: 919
Views: 40,789
Posted By jamello
Re: What are you eating/drinking right now?

eba and egusi (melon soup) plus water.
Forum: ASP.NET Feb 15th, 2008
Replies: 1
Views: 190
Posted By jamello
An ASP.net v2 question!

Hi there experts!!
I am translating an app from asp.net 1.1 to v2.0. In version 1.1 I could right click a source file in the solution explorer and pick my build action i.e none, compile, embedded...
Forum: ASP.NET Feb 13th, 2008
Replies: 7
Views: 1,111
Posted By jamello
Re: back button disable

I do not think you would be able to disable the back button. My take is that you take a critical look at your design again so that it mitigates this problem.
I had the same problem some time ago and...
Forum: ASP.NET Feb 13th, 2008
Replies: 5
Views: 686
Posted By jamello
Re: ASP.NET 2.0 equivalent Please

Yes, This was what I did eventually to move ahead. Thanks all the same. It was quite nice of you...

And the blogpost you suggested? SUPER DUPER!!!!
Gracias A Plenty!!!!!!
Forum: ASP.NET Feb 12th, 2008
Replies: 5
Views: 686
Posted By jamello
Re: ASP.NET 2.0 equivalent Please

I am yet to get any error:) The point is that I cannot find or create the generic principal objects mainly because I cannot reference the objects by the usage of the "using" clause at the top of the...
Forum: ASP.NET Feb 12th, 2008
Replies: 5
Views: 686
Posted By jamello
Re: ASP.NET 2.0 equivalent Please

I am yet to get any error:) The point is that I cannot find or create the generic principal objects mainly because I cannot reference the objects by the usage of the "using" clause at the top of the...
Forum: ASP.NET Feb 11th, 2008
Replies: 5
Views: 686
Posted By jamello
ASP.NET 2.0 equivalent Please

Hi there ladies and gentlemen!
I have this code that works in ASP.NET 1.1 but I could not find its equivalent in v 2.0. I had expected it to work having the usual backward compatibility preached by...
Forum: ASP.NET Jan 16th, 2008
Replies: 2
Views: 887
Posted By jamello
Re: calling an asp method from java script embeded in Html

Thanks for your response.
You know I was just not thinking straight! and sometimes it happens;)
I went this way because my requiredfield validator was not firing so I abandoned it for an 'easier ?'...
Forum: C# Jan 15th, 2008
Replies: 2
Views: 809
Posted By jamello
Re: Device Driver

You have to be more explicit and detailed in the description of your problem to get the best of assistance. Ok?
Forum: Geeks' Lounge Jan 15th, 2008
Replies: 305
Views: 19,085
Posted By jamello
Re: We need to laugh...

That was very very very good!
Forum: ASP.NET Jan 11th, 2008
Replies: 2
Views: 366
Posted By jamello
Re: Sending mails......

Hello to you
I'll just give you a sumary of what I did in a very similar scenario.


Dim oMsg As New CDO.Message
Dim iConfig As CDO.IConfiguration
Dim oFields As...
Forum: ASP.NET Jan 9th, 2008
Replies: 2
Views: 887
Posted By jamello
calling an asp method from java script embeded in Html

hi there guys!
I have a scenario that is presently giving me sleepless nights. I need to call an asp method from an "onclick" html event but the method is being called too early.


Public Sub...
Forum: C# Sep 26th, 2007
Replies: 8
Views: 603
Posted By jamello
Re: accessing arrays from other classes

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...
Forum: Visual Basic 4 / 5 / 6 Aug 10th, 2007
Replies: 3
Views: 377
Posted By jamello
Re: DLL in C For Vbasic

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...
Forum: Visual Basic 4 / 5 / 6 Aug 10th, 2007
Replies: 3
Views: 1,227
Posted By jamello
Re: system clock/date language

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...
Forum: VB.NET Jul 27th, 2007
Replies: 2
Views: 8,854
Posted By jamello
Re: how to insert data into the database in vb.net using textfields.

You have to indicate what type of command you are using. This could be got from the commandtype.property. Indicate that it is text and not a storedproc or others. It should work.

Get back if it...
Forum: VB.NET Jul 27th, 2007
Replies: 7
Views: 1,041
Posted By jamello
Re: IF statement in a varible

purchase = if price <= money Then
This is wrong.
if price <= money Then
is right. Try it and it should work
Forum: Geeks' Lounge Jul 27th, 2007
Replies: 183
Views: 8,969
Posted By jamello
Re: Say something NICE about the person above you

^holly styles, good guy, sometimes arguementative but good guy!:cool:
Forum: ASP.NET Jul 27th, 2007
Replies: 3
Views: 1,169
Posted By jamello
Re: Button_click does not fire second time around

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.
Forum: ASP.NET Jul 27th, 2007
Replies: 2
Views: 910
Posted By jamello
Re: how to store the uploaded txt or .doc or jpg file in to webserver by dynamically

Can the user successfully upload his files?
New folders can be created. Confirm and get back to me
Forum: ASP.NET Jul 27th, 2007
Replies: 5
Views: 2,158
Posted By jamello
Re: text box validataion

If the intention is only to make the textbox accept only numeric values, just very simply use the Isnumeric function.

that is

if not Isnumeric(textbox.text) then
'do stuff like forcing retyping...
Forum: Geeks' Lounge Jul 27th, 2007
Replies: 23
Views: 1,190
Posted By jamello
Re: If you were the father?

Haba!!:icon_wink:
Forum: Geeks' Lounge Jul 27th, 2007
Replies: 23
Views: 1,190
Posted By jamello
If you were the father?

I saw this somewhere and decided to share it here. Enjoy!



If you were the father, what would you do?:icon_redface: :icon_cheesygrin:
Forum: Geeks' Lounge Jul 27th, 2007
Replies: 41
Views: 1,860
Posted By jamello
Re: what do you do?

My dear,
some of the times this is true. You work 15 to 18 hours every day, and most of the times the pay is not commensurate. But the bottom line is whether you really love what you are doing.

If...
Forum: Geeks' Lounge Jul 23rd, 2007
Replies: 305
Views: 19,085
Posted By jamello
Re: We need to laugh...

This is vintage Aia! You made me laugh!
Forum: Geeks' Lounge Jul 18th, 2007
Replies: 38
Views: 2,504
Posted By jamello
Re: Rusty the Rooster.

Aia? Work of art!:icon_razz:
Showing results 1 to 40 of 193

 
All times are GMT -4. The time now is 5:45 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC