Thx for your answer.
This is not the problem. The data is displayed in the GridView, I can delete the data, I have had situations that I could edit the data of one row and not from another row.
But most of the time I can not edit any data.
I don’t understand why!
Hello,
I have a GridView made with VS 2005 with an edit function.
When I use the edit function and change data and click on update most of the time the data is not updated in the database. There have been situations that I was able to update the data of one row but most of the time this was not...
Thank you for your reaction.
adamroof, I did use your code and changed it.
See the result here http://www.vvboskant.nl/dev/Programma.aspx
You can see that it worked out quite wel.
Thanks again!
I have created an ASP.net webpage where people of my soccer club can add information of the matches to play.
The information is stored in an Access database, I use VS 2005 as design tool and have a server with ASP.NET 2.0.
I have defined a format of how to display this information on the...
porkchopexpress, thank you very much for the good hints you gave me.
The problem is solved.
After installing server 2003R2 and setting up the DC I added a second NIC.
That is what did cause the problem.
NetBIOS over TCP/IP was enabled on my external (internet) NIC and not on the intranet NIC...
When I on my server 2003R2 (Dutch language version) in control panel double-click network I see my two network connections (one for internet and one for intranet).
So what is meant by the bindings tab?
porkchopexpress, thanks for your answer.
I think you did set me in the right direction.
When I look in the logfiles I see that there are events with ID 8015 and 8033 which concern browsing.
When I read the article: http://support.microsoft.com/?kbid=191611 I see that it is about multi domain...
I have a server 2003R2 which is a DC, terminal server, DHCP server, DNS server.
My clients are XP SP2 and one W2k SP4.
The server has tow NIC’s one for the intranet and one connected to the internet.
The server acts as a NAT router.
I enabled VPN so I can use terminal server from outside the...
Hello BillyRayPreachersSon,
I did try the following code:
<select>
<option value="1" title="First option">Item 1</option>
<option value="2" title="Second option">Item 2</option>
</select>
This does not work in IE 6. Maybe in Firefox, I don't know.
Any other suggestions?
I know the site www.dynamicdrive.com but I didn't find any script there that can help me.
They have scripts with which I am able to create a tooltip of for the selected data in a listbox or dropdown but not from the not selected data.
What I want is with the mouse go over the data which is in...
I did try to use the following code:
<script language=javascript>
function ShowHelp(TheListBox)
{
document.getElementById("Help1").style.display=""
document.getElementById("Help1").style.left=TheListBox.offsetWidth+5+"px"
}
function HideHelp()
{...
Yes, with client side scripting I mean Javascript.
Can anybody give me a good example how I can make a tooltip for a ASP.NET listbox using JavaScript. The lsitbox gets it's data from a database.
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.