all groups > asp.net > november 2007 > threads for saturday november 17
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
ListView. NET 3.5. Can't find it in MSDN
Posted by shapper at 11/17/2007 4:49:27 PM
Hello,
Does anyone knows the page of the new .NET 3.5 ListView control in
MSDN?
I can't find it.
Thanks,
Miguel... more >>
ASPRUNTIME error
Posted by SISTEC at 11/17/2007 2:09:01 PM
Hi,
I was using aspnet_compiler windows XP without problem,
Now, I have windows Vista Bussiness, works nice, I just have one error,
I have this virtual directory: myapplication
and target empty directory: distributiondir
Now, I do this to compile my application:
aspnet_compiler -... more >>
runtime error on page whenever accessed from a subdomain?
Posted by Andy B at 11/17/2007 12:23:52 PM
I have a default.aspx file that keeps giving me some problems. Whenever I
access it from www.eternityrecords.org/inhim/default.aspx it works fine. Any
time I access it through the http://inhim.eternityrecords.org domain name
that is mapped to that file, I get runtime error? Any idea what might... more >>
CreateUserWizard changed page.User.Identity
Posted by DAXU@hotmail.com at 11/17/2007 11:15:36 AM
Hi,
I put a CreateUserWizard controll in my page to create users. One
thing I notice is that after a user is created and when I goes to
other pages, the property: Page.User.Identity.Name is changed to the
newly created user.
I guess it is that the CreateUserWizard automatically log the new ... more >>
question about aspnet 3.5 and IIS 5.1
Posted by Bob at 11/17/2007 10:56:29 AM
Hi,
We still use windows xp sp2 with IIS 5.1.
Can we install .Net framework 3.5 in order to use asp.net 3.5?
Thanks
Bob
... more >>
question about Page_ClientValidate() function
Posted by Bob at 11/17/2007 10:52:27 AM
Hi,
i know what the javascript function Page_ClientValidate() function does:
tests if all controls meet asp.net validation criteria. This function is
provided by asp.net.
But how can a browser (and escpecially firefox, netscape ..) understand that
function, because it's not pre-programmed ... more >>
Visual Studio 2008 Hardware requirements
Posted by at 11/17/2007 10:43:06 AM
I am looking to purchase a laptop and wonder what I should be looking for to
increase the speed of Visual Studio 2008, it seems very slow on the pc I
have now (Pentium 4 CPU 3 ghz, 1gig ram).
For the cpu, I'm looking atthe Intel Core 2 Duos, and am wondering what
difference would I see betw... more >>
Partial Rendering without Ajax?
Posted by Rbrt at 11/17/2007 7:57:01 AM
I am trying to figure out how to do a postback that updates only changed
controls without having the entire page refresh and flash on the screen.
Seems to me this was available in ASP.NET 1.1, but I can't remember how it
was done (I did it in another project but can't remember how).
I do no... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Forcing User.Identity to uppercase
Posted by jobs at 11/17/2007 3:48:12 AM
Any way to force User.Identity to UpperCase after it's authenitcated?
Or if not, anybody got a good javascript snippet that would force
everything you type to upper?
Thanks.... more >>
Insert Row in GridView using SqlDataSource and update to database ?
Posted by Luqman at 11/17/2007 12:21:31 AM
I added new rows to the GridView with the following code.
I am using SqlDataSource and Sql Server 2000 Northwind Database Customers
table.
Dim sqlarg As New DataSourceSelectArguments
Dim dv As New System.Data.DataView
dv = SqlDataSource1.Select(sqlarg)
Dim drNewRow As Data.DataRowVi... more >>
|