Forum: ASP.NET 2 Hours Ago |
| Replies: 1 Views: 67 |
Forum: ASP.NET 2 Hours Ago |
| Replies: 0 Views: 18 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 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 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 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 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 |
Forum: ASP.NET 4 Hours Ago |
| Replies: 1 Views: 55 |
Forum: ASP.NET 4 Hours Ago |
| Replies: 2 Views: 45 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 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 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 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 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 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 |
Forum: ASP.NET Feb 15th, 2008 |
| Replies: 1 Views: 190 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 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 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 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 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 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 |
Forum: C# Jan 15th, 2008 |
| Replies: 2 Views: 809 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 |
Forum: ASP.NET Jan 11th, 2008 |
| Replies: 2 Views: 366 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 |
Forum: C# Sep 26th, 2007 |
| Replies: 8 Views: 603 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 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 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 |
Forum: VB.NET Jul 27th, 2007 |
| Replies: 7 Views: 1,041 |
Forum: Geeks' Lounge Jul 27th, 2007 |
| Replies: 183 Views: 8,969 |
Forum: ASP.NET Jul 27th, 2007 |
| Replies: 3 Views: 1,169 |
Forum: ASP.NET Jul 27th, 2007 |
| Replies: 2 Views: 910 |
Forum: ASP.NET Jul 27th, 2007 |
| Replies: 5 Views: 2,158 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 |
Forum: Geeks' Lounge Jul 27th, 2007 |
| Replies: 23 Views: 1,190 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 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 |
Forum: Geeks' Lounge Jul 18th, 2007 |
| Replies: 38 Views: 2,504 |