When I use a wired LAN to to connect to internet in Vista, I have no problems.
When I use the same router and settings and use a wireless connection I have big problems. The access to secure sites is so slow. For example, access to EBAY login screen is taking minutes and when it does render the...
When I acquire a jpg image from a client I would like show this image in an asp:image (or an html image).
Can some tell me how to get the uploaded byte[] into an image control.
Many thanks
Hi,
I want to write a program that can read deleted files on Win XP.
I use microsoft vs 2008. Can somebody indicate how I can read the directory to get a list of files marked as deleted but may still be on the hard drive.
Or if the best way is to read the drive can somebody point me in the...
Hi,
We have developed a web app .NET2 on win2000. It looks OK.
When we demo'ed it to user community there was a bit of a problem in that drop-down boxes ,in certain circumstances, could actually 'drop' in an upward direction. The users were using XP IE6.
We would rather not have this happen...
I am creating a class library (in ASP VB.NET) and need to access application and session state variables.
I cant quite grasp how to use use HttpApplicationState etc
Can some kind person give me a short piece of code to show me how to do this. Thanks
Hi,
We are at the stage in a web app project where we are thinking about asking users to logoff or telling them that the app will close in 20 mins (for example) for maintenance purposes.
I think we have a way of telling users that the app will close in X mins.
Question: What are the best...
Hi, can anyone help.
I have a View which contains two controls : a User Control and a button.
The button has a Click Event handler.
At a point in the code supporting the User Control I want to call the Click handler for the button.
I can get as far as addressing the button from the...
I have a gridview which is bound to a datatable which I build in the code and use the DATASOURCE + DATABINDING on the gridview. It works nicely.
Now I want to enable paging.
If I set ENABLEPAGING to true I get the selectable page numbers under the grid but when I use them the application...
Hi ca8msm,
I am so sorry for being rude and not thanking you. I did get this working exactly as you pointed out.
Once again Thanks as I do rely on you guys.
Hi
I have changed my ASP:LABEL to a ASP:TEXTBOX and used this
srceEl = document.getElementById ("hiddenControl");
srceEl.value = rowValue;
Again I can see the value in the text box but not when I postback. (By postback I mean clicking a button and looking at the value in the textbox in the...
I have initialised the value of an ASP:LABEL (called "myhiddenControl" in code below) from within a client side javascript routine.
srceEl = document.getElementById ("myhiddenControl");
srceEl.innerHTML = "TESTER";
I can see this on the screen and it works.
But when I postback, the value of...
When a user clicks a row in a Table, I am trying to get the index of that row within the table.
When I get the index of the row I want to assign it to to hidden field so that I can process it on the server.
Current attempt is
var theCell, theRow, theTab;
// get the row that was...
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.