Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > asp.net > january 2008 > threads for friday january 25

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

MasterPage not working in VWD 2008
Posted by rosoft at 1/25/2008 9:42:56 PM
Hi I was looking at a instruction video form www.LearnVisualStudio.Net how to add MasterPages. But the video is for VWD 2005. In the video the guy is adding a master page and then inserts new items (Pages) to the project and as he adds pages he can select "Place code in separate files" or "...more >>

ASP.NET / IIS - Any Connection Limits?
Posted by Spam Catcher at 1/25/2008 8:04:04 PM
Hi All, From what I recall, web services may limit the number of connections from a particular IP address. Do started web forms have a similar limitation? I have an application which needs to stream binary data from an ASP.NET page I wrote - I like to know if ASP.NET limits the calling app...more >>

Server software needed
Posted by rosoft at 1/25/2008 6:53:03 PM
Hi I have a problem. I need to deploy my new homepage to show for employers that I know how to use Visual Web Developer. So I need a server to put my homepage on. I have two computers one that could be used as a server and the viewers could connect using an no-ip.org address. I've done that...more >>

Upgrade to MSDN Subscrip
Posted by CMoya at 1/25/2008 6:20:26 PM
I seem to remember a few years ago we purchased an MSDN Subcription for one of our developers as an "Upgrade" to a retail boxed standalone Visual Studio.NET 2003 that we had purchased. Does anyone know if this is still possible and hopefully provide a link? The info on the MSDN site of all the...more >>

Call a javascript when i call an aspx page with a form html not running on server
Posted by Fabio Mastria at 1/25/2008 6:16:22 PM
My application has to call a webpage with some hidden field, fill their values with some parameters and then call the submit to the form which has the action property set to a page of another web application. all of this, did via javascript. how can i send the data to fill the hidden field...more >>

Externally Add Items to ASP.NET Cache
Posted by Spam Catcher at 1/25/2008 5:40:26 PM
Is there a way to externally add items to ASP.NET's data cache? Any sort of APIs in .NET? I have a Windows forms program which may need to add some items. Or I guess I could just call a webpage. Hmm. -- spamhoneypot@rogers.com (Do not e-mail)...more >>

Gridview and popup window
Posted by JJ297 at 1/25/2008 5:34:57 PM
I've added the select button/link to my gridview. Instead of going to another page (after clicking select) how can I make information go into a popup window?...more >>

Autocomplete extended and Active Directory
Posted by J R at 1/25/2008 5:02:47 PM
I'd like to be able to search for users in Active Directory, rather than a database using the AutoComplete extender. Has anyone tried this yet? Surely, I can't be the first. Ultimately, I'd like to use it on forms on our Intranet site for doing name lookups; but additionally, once a user ...more >>



Using IIS w/ASP .NET 2.0 Web Application Projects
Posted by Scott M. at 1/25/2008 4:57:37 PM
In my ASP .NET 2.0 Web Applicaiton Project, I've changed the server setting to use IIS. I then created the virtual directory (from the button in VS) and then went and enabled Integrated Windows Authentication. The site consists of just a single default.aspx file with nothing in it. When I ...more >>

Publishing My Website II
Posted by Jonathan Wood at 1/25/2008 4:29:58 PM
Okay, so forget about precompiling for now. I'll just FTP the files to my site as this seems it will be trouble enough. So, I see my web.config file has grown to well over 100 lines since upgrading to VS2008. Now I need a web.config file for my site. I took the existing one and changed the ...more >>

XML with international characters
Posted by Elmo Watson at 1/25/2008 2:00:13 PM
I'm trying an example in the ASP.Net unleashed book, using a Treeview and an XML file The XML file came from a spit-out (for xml) of a query in the Northwind database, giving me Categories and Products The only thing, that when it tries to read the XML nodes with international characters, ...more >>

Formview and Sql Error Trapping and Page Validation...
Posted by Larry Bud at 1/25/2008 12:44:55 PM
Got a Formview, and on the datasource "inserted" call, I check to see if there was a SQL exception (such as a unique key failure). I then handle the exception, displaying an error in a label. However, the formview reverts back to readonly mode. How do I keep it in Insert mode so the user can ...more >>

Error "Must Declare Scalar Variable @ServerName"
Posted by Mark at 1/25/2008 12:37:38 PM
I am really struggling with this, trying to understand why it doesn't work. I've simplified the code down to the essentials. The GridView displays in ReadOnly mode just fine, Clicking the "edit" button in the gridview works just fine, but clicking the "Delete" button gives the error "Must Decl...more >>

IIS and Vista?
Posted by Chris Botha at 1/25/2008 11:48:47 AM
Currently I have XP Pro and Server 2003 on my computers and both obviously have IIS, FTP, SMTP, etc. I am about to buy a new computer with Vista to be used for development and would like to know if Home Premium has IIS? If not, does Ultimate have IIS? Any restrictions? Could not find this ...more >>

Publishing my Web Site
Posted by Jonathan Wood at 1/25/2008 11:23:33 AM
Okay, looks like VS 2008 finally includes an automated feature to precompile my site before publishing. Cool. However, when I run this dialog box and click OK, it then complains that access is denied by my database file (in the App_Data folder). And everything appears to end there with no a...more >>

odbc connection
Posted by segue at 1/25/2008 10:59:00 AM
I've been trying to connect to a postgressql database using oledb. 1. added a system dsn in the odbc datasource administrator 2. connected to the database using visual studio 3. used the connection string created by visual studio in the database properties 4. maybe an odbc syntax would work?...more >>

Date Format
Posted by Tom Nowak at 1/25/2008 9:58:01 AM
I am saving a field to a SQL 2005 Express database in DateTime Format. I do not want the 12:00:00 AM to appear at the end of this data, I just want the Date to appear. How do I do this? Please help. Thanks....more >>

DropDown List Question
Posted by marksommerville@yahoo.com at 1/25/2008 9:36:51 AM
I have an ASP DropDownList control with 40 ListItems. I want to limit the display (after the user clicks the down-arrow) to show only 10 items and a scrollbar. Does anyone know how to do this? Thanks,...more >>

State database
Posted by Duke (AN247) at 1/25/2008 9:35:02 AM
We are setting up a web farm and want to store session state on a SQL Server 2005 Enterprise sp2 database. But when the web sites try to access the session state we get the error... Unable to use SQL Server because ASP.NET version 2.0 Session State is not installed on the SQL server. We ...more >>

How to do forms authentication with cookieless=UseUri?
Posted by gnewsgroup at 1/25/2008 8:06:43 AM
I googled "useuri", but nothing helpful turns up. The forms authentication of my web application works perfectly if I set cookieless="UseDeviceProfile". I want to test cookieless forms authentication, so in Web.config I changed it to cookieless="UseUri" Apparently something else nee...more >>

textbox values arent showing up?
Posted by Andy B at 1/25/2008 7:47:50 AM
I have this code: protected void EditEventsWizard_NextButtonClick(object sender, WizardNavigationEventArgs e) { //get the values from the DetailsView TextBox StartTime = (TextBox)EditEventForm.Rows[1].Cells[1].Controls[0]; TextBox EndTime = (TextBox)EditEventForm.Rows[2].Cells[1].Control...more >>

onmenuitemclick doesn't fire in web usercontrol
Posted by Andrew2 at 1/25/2008 7:06:23 AM
I create a simple web user control to override the OnMenuItemDataBound behaviour, but I notice that OnMenuItemClick routine doesn't fire and I'm not able to realize the problem. Trying to search in Google doesn't reported any useful result. Any suggestion? Thanks Andrea...more >>

Signing PDF on the web application
Posted by JIM.H. at 1/25/2008 6:41:01 AM
Signing PDF on the web application I have a web application that created PDF based on the information users give in the site, how can I get this PDF be signed electronically, is there any sample code I can use? ...more >>

About GridView 's key fields
Posted by marss at 1/25/2008 12:33:12 AM
Suppose I define a key field for GridView as is shown below. GridView1.DataKeyNames = new string[] { "EntityId" }; GridView1.DataSource = ... //some data source GridView1.DataBind(); Is there any way to find a gridview row by EntityId if data already has been bound for GridView1? I mean I h...more >>

Online web based timesheet 100$ for unlimited users
Posted by Livetecs at 1/25/2008 12:31:22 AM
Online web based timesheet 100$ for unlimited users by http://www.livetecs.com TimeLive Web timesheet suite is integrated suite for time record, time tracking and time billing software. The TimeLive suite of products deliver a time tracking solution for professional service providers. Ea...more >>


DevelopmentNow Blog