all groups > asp.net > march 2008 > threads for saturday march 8
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
I seek your advise: XP or Vista for a Development Machine?
Posted by David at 3/8/2008 10:24:04 PM
I purchased a Dell for development and selected Vista Business as the
OS. I am mostly working on ASP.net, Visual Studio 2005/2008, and SQL
2005.
I am considering a switch back to XP pro (Dell will swap the OS) due
to software compatibility and file permission issues with Vista.
My Obser... more >>
Syntax Help - ASP.NET & javascript
Posted by Mike at 3/8/2008 8:17:02 PM
Hi. I have a unique problem. I have some HTML which displays correctly when
I input it into an aspx page or html page. But when I use javascript's
document.write() to write the html directly to the page, I get a script
error. The nature of the program requires me to use document.write() ins... more >>
ListView EditItem Bug?
Posted by KierenH at 3/8/2008 8:05:00 PM
If you set the EditIndex of a listview to 0, and then try and get the
EditItem, it is null.
EditIndex is documented as being zero-based.
Stepping into the code you can see:
public virtual ListViewItem get_EditItem()
{
if ((this._editIndex > 0) && (this._editIndex < this.Items.Count)... more >>
VS2008 using SQL2k as membership provider?
Posted by rockdale at 3/8/2008 4:45:14 PM
I have spent half day on this issue already, do not know what's wrong.
Please help.
I am trying to use SQL2k instead SQM2k5 express as my membership
provider.
but when I try to config it using asp.net configuration tool, I got
the following error:
There is a problem with your selected da... more >>
how to automatically show user he's been logged out
Posted by Keith G Hicks at 3/8/2008 1:23:54 PM
asp.net 2.0
I have set my web.config as follows: <forms timeout="30"/> (I know that's
the default but I may chang it so the line's in there)
I also have a few cookies I'm setting on my login page to hold the UserName,
UserID and the value of another field in my db so that as the user is
nav... more >>
dynamically binding a field in a Gridview
Posted by Robert Smith at 3/8/2008 11:41:02 AM
Hi,
I would like to bind a datafield in gridvew dynamilcally because I want
to use the same grid for 2 different datasets. The column names in the
dataset are the same for both.
In dataset 1 I have a column called AgencyName,
in dataset 2 I have a column name called AdvertiserName both i... more >>
ASP.NET Theme ignored
Posted by Apope56 at 3/8/2008 10:32:06 AM
Does anyone know why dotnet would ignore themes on a particular
website?
I created a dummy website and added themes to it and it worked OK, but
when I try to theme my existing site, the theme is ignored. (No css
links are even created in the HTML markup.)
Yet the site compiles fine.
I'm ... more >>
q: How to get search engines crawl data
Posted by JIM.H. at 3/8/2008 8:29:01 AM
How to get search engines crawl data
I have a web application that uses user controls and pulls data directly
from database and shows it to users in the internet. So there is not html
that has the data, if I need to get Google or other search engines to crawl
these pages, what are my options?... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|