473,804 Members | 4,153 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

less code??????????? ?? are you out of your mind?

In asp , you make a query string with one line.

Now you have to click click click, add parameters edit templates
dig thru the documentation
type bunches and f*&^(cking bunches of code to just come up with

item.asp?orderI D=xxxx

what the F$$cking FD*ck is this F&&ck sh(*********t?
Feb 3 '06 #1
16 1115
Can you use professional language in this forum please? Thanks.

" Ashe Sjedic" <to*******@doug hpddu.com> wrote in message
news:kr******** *************** *******@comcast .com...
In asp , you make a query string with one line.

Now you have to click click click, add parameters edit templates
dig thru the documentation
type bunches and f*&^(cking bunches of code to just come up with

item.asp?orderI D=xxxx

what the F$$cking FD*ck is this F&&ck sh(*********t?

Feb 3 '06 #2
What the hell are you talking about? With incoherent rambling like this, no
wonder you are having problems. :-)

" Ashe Sjedic" <to*******@doug hpddu.com> wrote in message
news:kr******** *************** *******@comcast .com...
In asp , you make a query string with one line.

Now you have to click click click, add parameters edit templates
dig thru the documentation
type bunches and f*&^(cking bunches of code to just come up with

item.asp?orderI D=xxxx

what the F$$cking FD*ck is this F&&ck sh(*********t?

Feb 3 '06 #3
You do? I never had to do any of that, it was one line of code when I had to
write something like that.

" Ashe Sjedic" <to*******@doug hpddu.com> wrote in message
news:kr******** *************** *******@comcast .com...
In asp , you make a query string with one line.

Now you have to click click click, add parameters edit templates
dig thru the documentation
type bunches and f*&^(cking bunches of code to just come up with

item.asp?orderI D=xxxx

what the F$$cking FD*ck is this F&&ck sh(*********t?

Feb 3 '06 #4
I have asked this question several ways in this group in the last two
hours..
NO repsonses.
Get off your tail and anwer my question .,
(Please)

Professional or not. THIS IS NOT less code, it is not easier code.
Feb 3 '06 #5
then how did you do it? is my REpeated question , I don;t know how many F***
times

"Marina Levit [MVP]" <so*****@nospam .com> wrote in message
news:up******** ******@TK2MSFTN GP12.phx.gbl...
You do? I never had to do any of that, it was one line of code when I had
to write something like that.

" Ashe Sjedic" <to*******@doug hpddu.com> wrote in message
news:kr******** *************** *******@comcast .com...
In asp , you make a query string with one line.

Now you have to click click click, add parameters edit templates
dig thru the documentation
type bunches and f*&^(cking bunches of code to just come up with

item.asp?orderI D=xxxx

what the F$$cking FD*ck is this F&&ck sh(*********t?


Feb 3 '06 #6
Dude, buy a book... If you are still not happy, then keep writing for ASP.

" Ashe Sjedic" <to*******@doug hpddu.com> wrote in message
news:PM******** *************** *******@comcast .com...
I have asked this question several ways in this group in the last two
hours..
NO repsonses.
Get off your tail and anwer my question .,
(Please)

Professional or not. THIS IS NOT less code, it is not easier code.

Feb 3 '06 #7
Sounds like you need a break, dude.

Sorry about not getting your question answered.
I think everyone must be out to lunch.- or sleeping again.
Remember - a lot of these people are volunteers- even though they get credit
for this work even whether they answer any questions or not.

Take'r easy and be cool. You'll get it all soon enough.

Feb 3 '06 #8
Ashe Sjedic wrote:
I have asked this question several ways in this group in the last two
hours..
NO repsonses.
Get off your tail and anwer my question .,
(Please)

Professional or not. THIS IS NOT less code, it is not easier code.


All of 2 hours? That's almost eternity! Everybody just sits here waiting
for other ppl's questions to answer immediately, it pays so well...
</sarcasm>
Feb 3 '06 #9
For some of us it feel like we just wait for messages. ^o)

"john smith" <jo**@smith.com > wrote in message
news:e1******** ******@TK2MSFTN GP11.phx.gbl...
Ashe Sjedic wrote:
I have asked this question several ways in this group in the last two
hours..
NO repsonses.
Get off your tail and anwer my question .,
(Please)

Professional or not. THIS IS NOT less code, it is not easier code.


All of 2 hours? That's almost eternity! Everybody just sits here waiting
for other ppl's questions to answer immediately, it pays so well...
</sarcasm>

Feb 3 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
9518
by: Jeremy Howard | last post by:
Hello everyone, I'm not a database guru so I'm sorry if this is a dumb question but here it goes... I have this sql query that I'm trying to run against a table on a Sql 2k server: SELECT * FROM ChangeTable
39
5690
by: Zak McGregor | last post by:
Hi all Are there any good solutions to aligning form field names and input boxes without resorting to tables? I am struggling to do this nicely at the moment. Thanks Ciao Zak
4
2272
by: slc | last post by:
Help, I'm trying to make the following asp code work using a DNS-Less connection on a windows 2000 server running IIS and ODBC 4.0 driver. The Access database (odbc_exmp.mdb) was made using Access 2002. The code works if I set up a DNS on the server under the ODBC drivers. What I'm I doing wrong and what do I change the code to, to make it work using DNS-Less connection? Thanks for any help
6
1428
by: Rich Grise | last post by:
Well, since deciding I wanted to pursue this, it's only taken me three weeks or so to finally click my way to http://www.research.att.com/~bs/3rd.html . I'm getting the impression that the snippets from this book, and various on-line tutorials, of which so far 2/3 have been teaching C with C++ grammar, is the best I can do for free. :-) I did find a good tutorial, though, that actually is about OOP in general, getting to C++ for his...
26
3255
by: Christoph Zwerschke | last post by:
You will often hear that for reasons of fault minimization, you should use a programming language with strict typing: http://turing.une.edu.au/~comp284/Lectures/Lecture_18/lecture/node1.html I just came across a funny example in which the opposite is the case. The following is a binary search algorithm in Java. It searches a value in an ordered array a of ints: public static int binarySearch(int a, int key) {
63
2694
by: time.swift | last post by:
Coming from a C++ / C# background, the lack of emphasis on private data seems weird to me. I've often found wrapping private data useful to prevent bugs and enforce error checking.. It appears to me (perhaps wrongly) that Python prefers to leave class data public. What is the logic behind that choice? Thanks any insight.
20
1647
by: khan | last post by:
Since we did not want to make an error in counting of bytes, we used the code char *p; ... p = malloc(strlen("hello")+1); strcpy(p,"hello"); instead of the intended
3
3919
by: hharry | last post by:
Hello All, I am using the following to format numbers precise to 2 decimal places with thousand separators: Double number = 100000.87; string MyString = String.Format("{0:0,0.00}", number); // 100,000.87 which is fine.
5
3186
by: zr | last post by:
Hi, Is there a way to initialize a std::tr1::array with a pre-allocated built-in array in a copy-less assignment, such that both will point to the same memory? Vice-versa is easy to do, simply use std::t1::array::data() and assign the returned value to the c-style pointer; if STL does not support this, is there any other library that has such a container (maybe BOOST)?
0
9585
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10586
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10338
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10323
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10082
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6856
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4301
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3823
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2997
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.