I have this anchor tag that gets a URL from the database. My web guys tell me when they look at the source it comes out like this:
<a href="MDCLibrary2.aspx?NodeID=105">
My code is this:
<a href=MDCLibrary2.aspx?NodeID=" + drw["ndeNodeID"].ToString()+ ">" + drw["ndeNodeName"].ToString() +...
So I have this page where I click on one topic and it loads the next page with all of the other topics available to the topic that was clicked on the previous page. I have my URL looking like this:
http://mdcdev/ADU/MDCLibrary/MDCLibrary2.asp?Search=Fishing
I want to keep that URL the same but...
Okay so I have this breadcrumb for VB Script. When the user hits back it will take them to the previous crumb id. What Im trying to do is when they hit that back button it takes out the last crumb/id out of it completely so when they go forward again to a different area the previous spot is no...
Okay I have this breadcrumb that was created in C#. I was wandering what the HTTP_HOST mean in the following code.
// get the url root, like www.domain.com
string strDomain=Page.Request.ServerVariables["HTTP_HOST"].ToString();
strDomain.Trim(); // Trim removes leading and trailing whitespace...
I have this database that populates a webpage with available topics. Im trying to get it into two columns with the first one going into a column called cola and the second one going into a column called colb and the third back into the column cola and so forth. How do I get it so that every...
I have this listbox in my Access app that has a rowsourcetype property set to a Table/Query. In this listbox there are a list of different paths an article can belong to. I populate the list box with the following code on form load. It is pulling the strWhere which is an ArticleID set from the...
How do you delete data that is in a listbox populated from a database? The once you delete it from the database how do you remove it from the listbox itself? Thanks
Im having trouble with this If statement I just cant seem to figure out how to get it going. If I use the submit button to submit a value from a drop down list on my home page I need it to see that on my next page Im submitting a value from the drop down list and do what I need it to do...
Okay this probably seems like a really dumb question but I have no idea how to do it. How do you take a phone number like this 0123456789 and break it down into 3 differnt text boxes? I have a huge text box that it populates when the page loads Im just wandering how do I break it down into 3...
I figured out how to populate text boxes from a datbase but how do I populate a combo box from the database for a single value? Like the division that the record belongs to? Thanks
Im working this online cell phone application where you can search using two options Cell Phone or Last Name. I have the SQL and options code correct, but Im having trouble with the on click event and populating the results in table. Im just not sure how when you click on the Find button how to...
Okay so Ive been working on this app that when you click on a node name it repopulates the page with all the articles underneath it and it holds the node id. What Im trying to do is when you click on the Node Name it populates a side bar with that node also. So basically what Im trying to do is...
In a write response how would you anchor the name you pulled from the database from a URL stored in the databse. I need that Name I pulled from the database to have the link from URL so when someone clicks on it it goes to that URL thats stored in the database. Thanks
Okay here is what Im trying to do with this code. Im trying to take this value <%Response.Write (rsMOWebIndex("NodeName"))%> and when you click on the NodeName it will show all of the article names thats associated with it in the database. If anyone can help me that would be great. Thanks
I know this is probably the easiest question there is but how do you send the value of a textbox in one form to another text box in another form. Thanks for helping.
I am trying to create a path in text box that gets its information from a combo box. What this path needs to look like is something like this:
Information/Information/Information
It just needs to continually build on that path everytime the user hits the button. Can anyone help me??Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.