473,466 Members | 1,513 Online
Bytes | Software Development & Data Engineering Community
Create 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?orderID=xxxx

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

" Ashe Sjedic" <to*******@doughpddu.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?orderID=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*******@doughpddu.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?orderID=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*******@doughpddu.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?orderID=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**************@TK2MSFTNGP12.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*******@doughpddu.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?orderID=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*******@doughpddu.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**************@TK2MSFTNGP11.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
I've felt the same way generally. I have an ASP Classic Site (who's design
isn't that complex) that I have tried for two months to replicate using
ASP.Net. After two months I have only duplicated the "public" part of the
site which doesn't require any authentication.

I can't get anywhere with the "administration" part of the site that
requires user authentication. MS only provided an SQL "Membership Provider"
that requires SQL Server be loaded on the Web Server which *won't* be there
on the hosting web server (and even if it was I wouldn't want to use it). So
I have fought and fought to create a provider for an Access "MDB" Database.
Every "example" I have tried to employ (some by MS, some not) fails. With
ASP Classic it took a Session Variable and a couple lines of code that can
be done in Notepad and works perfectly and I could almost do it in my sleep.
So the "production" site continues to remain ASP Classic.

--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
" Ashe Sjedic" <to*******@doughpddu.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?orderID=xxxx

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

Feb 3 '06 #11
Being rude will get you no where. Bear in mind your not paying for any help
you get here and many people will think you dont deserve any after your
outbursts. This is a public forum driven by courtesy and staffed by
volounteers. You've not said what you are trying to do, and why your having
a problem even.

I can add a hyperlink anywhere with one line of code.

<asp:HyperLink id="hyperlink1" ImageUrl="images/pict.jpg"
NavigateUrl=http://www.microsoft.com/item.asporderID=23 Text="Microsoft
Official Site" Target="_new" runat="server"/>

--
Regards

John Timney
Microsoft MVP

" Ashe Sjedic" <to*******@doughpddu.com> wrote in message
news:T_********************@comcast.com...
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**************@TK2MSFTNGP12.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*******@doughpddu.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?orderID=xxxx

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



Feb 3 '06 #12
SAME HERE!

"Phillip Windell" <@.> wrote in message
news:ul**************@TK2MSFTNGP09.phx.gbl...
I've felt the same way generally. I have an ASP Classic Site (who's
design
isn't that complex) that I have tried for two months to replicate using
ASP.Net. After two months I have only duplicated the "public" part of the
site which doesn't require any authentication.

I can't get anywhere with the "administration" part of the site that
requires user authentication. MS only provided an SQL "Membership
Provider"
that requires SQL Server be loaded on the Web Server which *won't* be
there
on the hosting web server (and even if it was I wouldn't want to use it).
So
I have fought and fought to create a provider for an Access "MDB"
Database.
Every "example" I have tried to employ (some by MS, some not) fails. With
ASP Classic it took a Session Variable and a couple lines of code that can
be done in Notepad and works perfectly and I could almost do it in my
sleep.
So the "production" site continues to remain ASP Classic.

--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
" Ashe Sjedic" <to*******@doughpddu.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?orderID=xxxx

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


Feb 4 '06 #13
Agreed.

I think asp.net has been built to appease the desktop developers and mimic the behavior of desktop development. That's why C# was
developed , so the C++ folks woudn't heve to go over to vb as they started developing for .net
website development could be greatly simplified if they would stop trying to be desktop developers.

"Phillip Windell" <@.> wrote in message news:ul**************@TK2MSFTNGP09.phx.gbl...
I've felt the same way generally. I have an ASP Classic Site (who's design
isn't that complex) that I have tried for two months to replicate using
ASP.Net. After two months I have only duplicated the "public" part of the
site which doesn't require any authentication.

I can't get anywhere with the "administration" part of the site that
requires user authentication. MS only provided an SQL "Membership Provider"
that requires SQL Server be loaded on the Web Server which *won't* be there
on the hosting web server (and even if it was I wouldn't want to use it). So
I have fought and fought to create a provider for an Access "MDB" Database.
Every "example" I have tried to employ (some by MS, some not) fails. With
ASP Classic it took a Session Variable and a couple lines of code that can
be done in Notepad and works perfectly and I could almost do it in my sleep.
So the "production" site continues to remain ASP Classic.

--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
" Ashe Sjedic" <to*******@doughpddu.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?orderID=xxxx

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


Feb 4 '06 #14
Don't shoot the messenger, but have you considered

<yourdomain>/publicapp
<yourdomain>/adminapp

or perhaps to better suit,

<yourdomain>
<yourdomain>/adminapp

With /adminapp implemented using Forms Authentication?

This would depend on the architecture of your public appand just what is
involved in your apps admin tasks, but if is it DB driven, then the adminapp
could certainly help here by being connected to the same DB.
Al

"Phillip Windell" <@.> wrote in message
news:ul**************@TK2MSFTNGP09.phx.gbl...
I've felt the same way generally. I have an ASP Classic Site (who's
design
isn't that complex) that I have tried for two months to replicate using
ASP.Net. After two months I have only duplicated the "public" part of the
site which doesn't require any authentication.

I can't get anywhere with the "administration" part of the site that
requires user authentication. MS only provided an SQL "Membership
Provider"
that requires SQL Server be loaded on the Web Server which *won't* be
there
on the hosting web server (and even if it was I wouldn't want to use it).
So
I have fought and fought to create a provider for an Access "MDB"
Database.
Every "example" I have tried to employ (some by MS, some not) fails. With
ASP Classic it took a Session Variable and a couple lines of code that can
be done in Notepad and works perfectly and I could almost do it in my
sleep.
So the "production" site continues to remain ASP Classic.

--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
" Ashe Sjedic" <to*******@doughpddu.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?orderID=xxxx

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


Feb 4 '06 #15
You can catch more flies with honey than vinegar, pal.

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Ashe Sjedic" wrote:
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?orderID=xxxx

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

Feb 4 '06 #16
"Alec MacLean" <al**@NOSPAM.imperialroad.co.uk> wrote in message
news:Of**************@tk2msftngp13.phx.gbl...
Don't shoot the messenger, but have you considered

<yourdomain>/publicapp
<yourdomain>/adminapp

or perhaps to better suit,

<yourdomain>
<yourdomain>/adminapp
Yep. This one here, your second example.
<mydomain>
<mydomain>/admin
With /adminapp implemented using Forms Authentication?
Yep. Forms Auth.
This would depend on the architecture of your public appand just what is
involved in your apps admin tasks, but if is it DB driven, then the adminapp could certainly help here by being connected to the same DB.


It's pretty simple. To access anything in the folder "/admin" (and anything
below it) requires authentication, which is what I think you had in mind
too. Everything above it (or same level in a different branch) is public
anonymous access.

MS included an MDB Membership Provider in the Beta1 of VS2005, but removed
it in Beta2 and the final release,...stupid decision,...totally stupid
decision. Forget the arugments about which is better,...Access or SQL
Server,...it is not about that, it is about us being able to design things
the way we want or the way the circumstances dictate instead being forced
into a "cookie-cutter" design.

They claim you can create your own provider, but the skill required to do
that makes it too much hassle to deal with,...and comes across to me as
lazyness on the part of the team that created VS2005, especially since the
Provider was originally there and they removed it,...if it had problems,
fine,..but leave it there anyway, fix it with a patch later (like everything
else).

--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
Feb 6 '06 #17

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

Similar topics

4
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 ...
39
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
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...
6
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...
26
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...
63
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...
20
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
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);...
5
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...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
1
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...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
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...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.