all groups > asp.net > march 2008 > threads for sunday march 2
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
How do I do asynchronous tasks in a web page?
Posted by Alan Silver at 3/2/2008 7:37:36 PM
Hello,
I have a web page that makes several requests of other pages during its
processing. At the moment it does these one after the other.
To speed things up, I would like to make these requests asynchronously.
Trouble is, I'm not sure how to do this.
Any pointers would be greatly appr... more >>
Visual Studio 2008 does not let me create web sites
Posted by Vicente_GarcĂa at 3/2/2008 12:56:10 PM
Hi all,
I have a great problem. I have been installed Visual Studio 2008
Professional on two computers. One works perfectly. On the other computer I
don't know what happens when I click on FILE --> NEW --> WEB SITE because
Visual Studio does nothing. It makes me not case! The same thing hap... more >>
Javastript file still won't work...
Posted by Matthew Wells at 3/2/2008 12:51:18 PM
Hello. This is a repost because nothing has worked so far.
I thought this was supposed to be simple. I'm trying to use a .js file for
my javascript functions. I'm testing by only using one function The
function works when it's at the top of my aspx file.
The file is called "MyFunctions.... more >>
GridView Select Row By DataKey
Posted by JeffBuzz at 3/2/2008 12:06:32 PM
I have searched high and low and cannot figure this out. I want
programmatically select a row in my GridView based on a primary key
value (DataKey). You would think this is common, but I guess not. It
is easy to do when the data key is on the current page, but doesn't
work when the key is on ano... more >>
problem getting user via ProviderUserKey
Posted by Jeff at 3/2/2008 9:49:27 AM
Hey
asp.net 3.5
I'm trying to develop a asp.net site which when user registers his profile
is not activated. He will receive a email containing a link he need to click
on to activate his profile
The problem is that when user click on the link, the code behind the link
don't find the u... more >>
ASP.Net Session programming for Newbie
Posted by James at 3/2/2008 9:09:08 AM
Hi there,
I'm just wondering if this is possible in Asp.net - I'm a newbie to Web
Programming:-)
I'm building this application that will hold a list Persons. A person can
have First Name, Last Name, Age, Gender etc.
What I want is, whenever a user browser comes onto my ASP.net page for th... more >>
ASP.NET / Visual Studio bug?
Posted by shapper at 3/2/2008 8:12:32 AM
Hello,
I have a CSS file, in App_Themes folder, with the following code in
it:
/*
Base
Global styling rules
Release: 01-03-2008
*/
body
{
color: #606060;
font-family: arial, verdana, helvetica, sans-serif;
}
The CSS validator in http://jigsaw.w3.org/css-valid... more >>
|