Hi, I would like your opinion on the following matter:
What would be the best way of stopping a user from changing pages without saving all the details within that page first?
Im thinking of having a confomation box to ask the user if they want to swap pages without saving, but not exactly...
Hi all,
i have the following ObjectDataSource and GridView defined on my webpage:
<asp:ObjectDataSource ID="ObjectDataSource1" runat="server" DeleteMethod="DeleteStockExchangeDetails"
SelectMethod="GetAllStockExchangeDetails" TypeName="StockDetails">
<DeleteParameters>...
HI all,
Im trying to add a new value to a list box.
Listbox.Items.Add("item");
This line of code above will add a value to a list box, but "item" will be insrted for the value and text field.
How would i go abouts adding a new item into the listbox with different values for the value and text...
Hi all, I want to be able to hide and show content of my website by clicking on various heading links. i.e. by clickin on a specific heading, the info about that heading will appear under that heading. The content related to the heading is within a <div>.
Has any1 got any javascript code that...
Hi all,
I have a button that will delete a row from a database. However, I dont really want to alow the user to delete database entries without confirmation.
What would be the best way of asking the user for conformation? A popup box?
if so, has any1 got any example code that will popup a...
Hi all, im using an array to add values to a listbox. The array comes from values in a database. Once the values are added to the array, the follwoing lines of code add the values in the array to the listbox.
string[] accountantArray;
accountantArray =...
HI all,
If I am half way down a page, selecting a value from a drop down box, which has autopostback enables, the page will load again, but wont take me back to the right location on the page (i.e. it will take me back to the top of the page)
.
Is there any waay of taking me back to the same...
Hi all, what im looking to do is create a data function that will traverse through a database and collect values of 1 column in the database for a certain user (i.e. WHERE UserID = 1).
Has any1 got an example data function that I could use, that will output the colum of data that I require into...
HI all, im in a bit of a pickle!
I have the following Data Function that will insert Addresses into an AddressDetails table. The first column in the table is an auto-incremented AddressID.
My problem is, how can i get the value fo the AddressID as soon as I have inserted the new row...
Hi all, ive just started using user controls. Im trying to create a user control wthat will allow me to insert a date (i.e. with three drop down lists, one for the day, one for the month and one for the year).
Ive included the user control into muy .aspx file succesfully (by dragging the user...
Hi all, jst a quick question about how i would go about adding multiple user controls onto a page, depending on the number selected in a drop down list.
i have a drop down list called NumberofChildren. From the selection (i.e. 2), I would like to add 2 child user controls (Child.ascx) onto my...
Hi all, im using the mailto: within a anchor link in order for a new email to be composed when a user clicks on the link.
e.g. <a href='mailto:emailaddress'>email address</a>
Is there any way of specifying the subject and content of the email by using this function?
Cheers
Hi all,
Im trying to sort out a table that will have a single black line border, however, im having a bit more difficulty with this than i though i would.
ive tried the following:
<table <border=1>
<tr><td>Hello
</td></tr>
</table>
Any ideas?
Hi all, just a quick question. Im trying to format some text on my website to have 1.5 line spacing.
Ive tried the following tag <pre><pre>, however when adding this to text, all the writing will be displayed on one line.
Any ideas on how this problem could be resolved?
Cheers
Hi all, what im trying to do is as follows:
I have a form, when the submit button is clicked, the values from the form elements will be saved into Session variables before a different php file is loaded. I require the session variable in the new php file that is loaded.
Here is the code that...
Hi all, any idea why the following xslt file will be causing the following error:
Warning: Sablotron error on line 1: XML parser error 2: syntax error in /home/fhlinux203/b/bewisebets.co.uk/user/htdocs/bewisepoker/2/example1.php on line 7
The XSLT processor failed [2]: XML parser error 2...
Hi all,
I have many differnet XMl feeds that i would like to output onto my web site, however, I would need the output to be sorted.
I have been told that I could go about this using xslt. the major problem with this is that the naming conventions in the various XML file are different...
Hi all, just a quick question.
Does any1 know how I could alter the content of my web page depending on the value entered into a combo box? I have been told that there is asimple javascript solution to this problem.
Here is my combo box, what i want to happen is alter the rest of the html form...
HI all, just a quick questio: im new to all this xml stuff but am looking to use it for my site. I have been able to find a good tutorial that has been able to tell me how to output the content of an XML file, this is shown bellow:
<?php
$insidetourno = false;
$tag = "";
$tournoID = ""...
Hi, I hope someone can help me out with this problem as its starting to seriously bug me.
Right, the following code is the first thing in my php script:
<?
$logusername = $_POST['logusername'];
$logpassword = $_POST['logpassword'];
if ($logusername != ""){
ob_start()...
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.