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...
Thanks for the replies everyone, BoulderBum ... built from what you posted.
What I ended up doing though was using the findcontrol for the datagrid, and then the replace ... so code Im using is:
Dim dgItem as DataGridItem
For each dgItem in sysacDG.items
' Display an Image in Post...
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...
Thanks, that will do it - but I didnt explain myself properly (sorry) ... the tables are in seperate databases ... to add to the confusion. The full code I have so far is.
Sub btnAddAll_click (Sender As Object, e As EventArgs )
If Not Page.IsPostBack then
Dim nicConnA As OleDbConnection
Dim...
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...
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.