Tony -
Good break down! I like the compare/contrast at the end, it made me consider some things that I never took into account before.
J.Ja
Discussion on:
View:
Show:
What about the good old fashioned hyperlink? Sure, it is not typical ASP .NET, but still provides a valid way to move to another page, even within the same application. I tend to use it (or linkbuttons) when I don't need a postback.
Hi mate, i guess what the guy (who made this
article) wanted to show is... how to
programmatically redirect (or transfer to
other page) your user... Hyperlink needs
interaction... so it is not considered as
programmatic.
article) wanted to show is... how to
programmatically redirect (or transfer to
other page) your user... Hyperlink needs
interaction... so it is not considered as
programmatic.
I have a requirement like this,
I have a page
When user scans QR code URL , appropriate coupon page will be displayed based on tag id.
I have a page
When user scans QR code URL , appropriate coupon page will be displayed based on tag id.
I have one requirement like this
I have a table CUSTOMER in that CUSTID,NAME,URL columns is thier
CUSTID NAME URL
1 asp www.asp.net
2 weblog www.weblogs.asp.net
3 google www.google.com
My question is I opening perticular url based on CUSTID
I am Passing parameter Like www.Example.com?CUSTID=1 That
corressponding URL data(Ex:www.asp.net) It will open directly in browser
using asp.net........
plz help me ...........
Thank you,
anil
I have a table CUSTOMER in that CUSTID,NAME,URL columns is thier
CUSTID NAME URL
1 asp www.asp.net
2 weblog www.weblogs.asp.net
3 google www.google.com
My question is I opening perticular url based on CUSTID
I am Passing parameter Like www.Example.com?CUSTID=1 That
corressponding URL data(Ex:www.asp.net) It will open directly in browser
using asp.net........
plz help me ...........
Thank you,
anil
- Keyboard Shortcuts:
- Prev
- Next
- Toggle

































