473,471 Members | 1,937 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

what does details.aspx?id=10 mean?

2 New Member
hey guys
i want to use the functionality provided by the command:
::> datanavigateurlformatstring="details.aspx?id={0}"
datanavigateurlfields="title_id" />
i understand that it gets the first value from title_id column to make a url as (say):
::> details.aspx?id=10
what exactly does it mean?
i think it translates to finding id value=10 on details.aspx but where is it going to search for the id.
i would be thankful if someone could elaborate it.
thank you
Jan 10 '08 #1
3 2196
dip_developer
648 Recognized Expert Contributor
hey guys
i want to use the functionality provided by the command:
::> datanavigateurlformatstring="details.aspx?id={0}"
datanavigateurlfields="title_id" />
i understand that it gets the first value from title_id column to make a url as (say):
::> details.aspx?id=10
what exactly does it mean?
i think it translates to finding id value=10 on details.aspx but where is it going to search for the id.
i would be thankful if someone could elaborate it.
thank you
it means that ...............

A webpage is being redirected to details.aspx page with the id value as 10....with this id you can have your required information on that details page.......
"?id=10" is called a query string..........
as you know when you navigate to other page from a webpage then all information of the current page is lost...
query string is a process to transfer the value of one page to another......

Am I clear????

if not then search Google for QUERY STRING
Jan 11 '08 #2
fatal exception
2 New Member
ok so what this does is: one page throws a value using
www.<site-name>.com?variable1=<value>
eg: google.com?value=10
and the other page catches it using:
int passed_variable=Request.QueryString["variable1"];
eg: int yourvalue=Request.QueryString["value]
and so the value can be further used like to show particular values off the database. right?
thanks
Jan 11 '08 #3
dip_developer
648 Recognized Expert Contributor
ok so what this does is: one page throws a value using
www.<site-name>.com?variable1=<value>
eg: google.com?value=10
and the other page catches it using:
int passed_variable=Request.QueryString["variable1"];
eg: int yourvalue=Request.QueryString["value]
and so the value can be further used like to show particular values off the database. right?
thanks
exactly so.......you are right...
Jan 14 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Charles Hixson | last post by:
I'm getting a list that I build which when printed is displaying, well, e.g.: d = << , 'Do', 'not', 'remove', 'thi', '.', ] >> Clearly I have a problem with the truncation of the final this, but...
4
by: Bill Zhao | last post by:
Hi, I am browsing the source codes and it include the below code in a .h file somebody can tell me what the codes below mean ? Bill Zhao ---------------------------------- #ifdef __cplusplus...
9
by: Marek Kurowski | last post by:
Yo! What mean when program is ALPHA or BETA version? I suppose it is not release version of program, but I don't know what it exactly mean. What it mean in your opinion? Marek Kurowski
6
by: wintaki | last post by:
Given int x; What does x evaluate to? If x is 0, it equals 0x31, the ascii value of '1'. So for some reason, x evaluates to *(y+x) where x is a non pointer/array type.
1
by: alex14 | last post by:
Hi could someone please tell me what the double colons :: in perl scripts mean and what do they do? kind regards alex
2
by: SMichal | last post by:
Hi, I'm starting from my application simple bat data...test.bat. This file (test.bat) should start another aplication app.exe. I'm starting the test.bat from my application with Start() method of...
9
by: plusk1008 | last post by:
I have finals next week and I am stuck on one question on my review sheet for excel. So once again I beg: Please, please, please, please, please, please, please, please, please, please someone help...
2
by: mantrid | last post by:
in some php script ive seen $something==@$somethingelse whereas something==$somethingelse works the same what does the use of the @ do? Sorry if this is a stupid question
1
by: Daniel Brower | last post by:
I found documentation that uses the ^ notation after a type name. What does that notation mean? Daniel
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
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
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,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
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?
0
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 ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.