I'm wondering if anyone can help me.
I have have SBS 2003 installed on a server with two client machines in the same office accessing it through the network - I recently replaced my Router ... in doing so I have given myself a few problems.
The router change has resulted in a few I.P address...
Im wondering if its possible to have a web page generate a process that stays in memory and does database calls ... and have this process resident in memory and still carrying out database calls even when the web page is closed?
Im working on web page based messaging system that checks the...
Hi
I posted this in the ASP.NET forum, but was told I'd probably get a better answer here to my problem.
Im trying to make a very basic text editor, that has image buttons for formatting the text. Just now I have if so if you want bold text ... you press the relevant image button and [[]b]...
Im trying to make a very basic text editor, that has image buttons for formatting the text. Just now I have if so if you want bold text ... you press the relevant image button and [[]b] goes into the textbox and when you finish the bold text you click it again [[]/b] goes into the text...
Im creating a simple forum just now that runs of an access datbase, I have the bare bones of the whole thing functioning, though Im wondering how I use the Replace command to post html into the datagrid.
For example if a user enters a web address - ie www.website.com ... I insert it into the...
Hi
I have a multi-line text box on a form that I paste contents from Word Doc into, and then with a click on the submit button its entered into an Access database, stored in a memo field.
When I retrieve the entry from the database I display it using a Label, and use the Replace command for...
Hi
Hi, I posted this in the .NET forum - but was told I'd probably have better chances of a response here ... which I kind of thought, since I am using DOM.
I am developing a web page based messaging system, where users log in, and if there is a message they are told on the web page they have...
I am developing a web page based messaging system, where users log in, and if there is a message they are told on the web page they have a new message(s).
I have a user control in an iframe on the page that checks for a new messages every 30 seconds or so, Im wondering if the user minimizes the...
Hi
This is probably pretty simple, but any help would be great. I'm trying to insert the user ID of all users in a user table into another table.
My simple select statment gets the users IDs ....
Dim nicConn As OleDbConnection
Dim nicConn1 As String
nicConn1 =...
Hi
Im displaying a datalist with each row having an ID, name and a checkbox - what I want to do is if the checkbox is checked then insert the ID for that row into the database.
I can not get the value for inserting the ID for the selected row in the datagrid into the database.
The code I am...
Hi
I have a datagrid, and wish to put a $ symbol in beside the cost, has anyone any tips on how to do this?
My datagrid code is:
<asp:DataGrid id="scartdg" AutoGenerateColumns="false" runat="server">
<columns>
<asp:HyperLinkColumn HeaderText ="Product" DataTextField="Product"...
I am trying to work out how to get two froms on the one page. I am making up a shopping cart web site, and want to have a search facility on each page (textbox for string and search button), but when it comes to the page with the items on it, the form I use for adding an item to the cart (text...
Hi
I have added some tracking onto the home page of my web site, just so that I get very basic information (IP, time, browser, version, aol or not, platform) and I'm wondering if there is a way in which I can get the refferer page ... or the page that the visitor was on before visiting my site...
Im trying to put the contents of an two dimensional array that is stored in a session into the body of an email that is generated, but am getting an error thrown at my for loop line.
The main parts of code I have are for the array are:
cartArray = Session("cartArray") '
intCartMaxUsed =...
Hi
I am trying to make a simple shopping cart, and am using a 5 element array for each item:
cartArray(0,intCartItem) = strProductName
cartArray(1,intCartItem) = strProductID
cartArray(2,intCartItem) = intProductPrice
cartArray(3,intCartItem) = intProductQuantity
cartArray(4,intCartItem) =...
Hi
I have a multiline text box that I paste text/paragraphs from a word doc into - and save to an Access database in a memo field.
Problem is when I try to display the content from the memo field on a page using an ASP:Label it shows it all without the carriage returns.
for example in the...
I'm wondering if anyone has any tips on updating a value in a DataTable from a textbox in a DataGrid.
I have my text box value populated in the DataGrid using:
<itemtemplate>
<asp:textbox id="txtQuantity" Width="30" Text='<%#Container.DataItem("Quantity")%>' runat="server"/>
</itemtemplate>
I...
Using a DataTable for a kind of shopping Cart ... Im wondering how it is possible to add the items in each row of the DataTable into new rows in a database.
ie
DataTable items - item_no, item_name, item_quantity
into item table on database - item_no, item_name, item_quantity
Anyone with any...
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.