473,804 Members | 3,324 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

In the VS IDE, can you set a query string along with a start page?

Subject pretty much says it all. I'm testing a page that, at the moment, I
have no links to from other pages. The page requires a query string, so
simply setting it as the start page in the IDE is not enough. An analogy in
VB would be to set the Command Line Parameters for a project.

Yes, I could take 30 seconds out of my life and create a dummy HTML page
that has the link I want, but for future reference I'd like to know whether
what I want to do can even be done.
Nov 19 '05 #1
2 963
"Jeff Johnson [MVP: VB]" <i.***@enough.s pam> wrote in
news:Om******** ******@TK2MSFTN GP10.phx.gbl:

Subject pretty much says it all. I'm testing a page that, at the
moment, I have no links to from other pages. The page requires a query
string, so simply setting it as the start page in the IDE is not
enough. An analogy in VB would be to set the Command Line Parameters
for a project.


Yes,

Right click on the project
Select Properties
Select configuration properties
Select Debugging

It's all in there : )

--
Lucas Tam (RE********@rog ers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 19 '05 #2

"Lucas Tam" <RE********@rog ers.com> wrote in message
news:Xn******** *************** ****@127.0.0.1. ..
Subject pretty much says it all. I'm testing a page that, at the
moment, I have no links to from other pages. The page requires a query
string, so simply setting it as the start page in the IDE is not
enough. An analogy in VB would be to set the Command Line Parameters
for a project.


Yes,

Right click on the project
Select Properties
Select configuration properties
Select Debugging

It's all in there : )


AAAAGGGGHHH!!! I swear when I was looking through the project properties
earlier that the Configuration Properties "folder" only had one entry under
it: Build. Many thanks. At least I was on the right track....
Nov 19 '05 #3

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

Similar topics

5
4246
by: Phil Powell | last post by:
I created a page that will be doing image resizing and manipulation, which seems to work (using GD library). However, upon returning to the page where the image has been changed, I still see the old image, until I refresh my browser and then zappo, there it is! All changed! I have done everything I can think of to force caching including this: // Date in the past header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
4
10922
by: Don Grover | last post by:
In asp how How can i pass a parameter value with a space in the value like this test.asp?catalog=aValue&lineitem=ladies cloths I get a %20 as a space in the browser window, Regards Don
3
7452
by: Dr. Oz | last post by:
Hi, I am trying to read in a query string from one page and build a link to another page based on the query string. Here's the code I am using to read in the query string: <script "text/javascript"> function getQueryVariable(variable) { var query = window.location.search.substring(1);
2
1441
by: Steve Bishop | last post by:
I'm having trouble passing in a query string from a page into my RowFilter. Syntax help appreciated: string Filter = "CustomerNumber + " string(objCN); I keep getting "column myobjCNvalue not found". objCN is actually a string anyway. Thanks
3
1968
by: eddie wang | last post by:
The sqlStr string is too long in the following example and the ASP doesn't work. What is the work around? If using post method, any simple samples? Thanks. <a href="ExcelExport.asp?noIncludes=yes&sqlStr=<%=replace(Server.URLEncode( strSQl),"'","`")%>"> *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!
2
1807
by: Lloyd Sheen | last post by:
I have a single page app that I want to test. It will be called from another app which will send the PK of a table to populate the form. Can I set up VS 2003 to start the page debugging with a QueryString? In other words when I start debugging can it start the page with a known query string specified without having to create a dummy page to do this?? Lloyd Sheen
3
1358
by: TomislaW | last post by:
Is it possible to add query string on requested page e.a. i have request for index.aspx, but i need index.aspx?language=en is this possible tomislaw
1
2758
by: Robert Rotstein | last post by:
I have a control that looks something like this: <asp:DataList ... > <ItemTemplate ... > <table> <tr> <td image src='... <%# DataBinder.Eval(Container.DataItem, "IncidentID") %>' </td> <a runat="server" href="somepage.aspx">some text</a> </tr>
6
3736
by: nbomike | last post by:
I am trying to integrate a custom page into a shopping cart app written in PHP. The custom page is basically a part finder widget that helps customers find a car part based on the car's make, model, year, etc. This custom page has a form that submits the page to itself. It does this because I have four drop down menus, and the data in each following drop down is dependent on the previous selection. Since there was so much data, I didn't want to...
0
9576
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
10567
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
10323
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
10310
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
9138
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7613
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6847
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
4291
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
3809
muto222
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.