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 2006 > threads for sunday january 15

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

where to set the current culture in ASP.NET 2.0?
Posted by Edge at 1/15/2006 11:04:36 PM
hi, I am saving the user selected culture in a session variable so I can apply it back to all pages when refreshed and then load the proper .resx values. For that I am using global.asax ...more >>


Web Config and query string parameters
Posted by johnpremi at 1/15/2006 10:18:01 PM
Hi there, I have to pass a query string parameter in my Web Config for loading a URL. We have two environments (production and devlopment) and MonitorURL needs to be changed when the deployment is done. In production this variable will be http://servername:8080/MONITOR?query=asd&query2=adsas;h...more >>

Parent Control!
Posted by Adam J Knight at 1/15/2006 9:53:55 PM
Hi all, Below i have a function which is executed when a check boxes 'CHECKED' property is changed. This checkbox is contain within a datagrid item in a datagrid. What i am after is how to retrieve the datagrid item in which the checkbox resides. I have done this in a previous project ...more >>

I am facing a serious issue when trying to start an application
Posted by Tinnu at 1/15/2006 9:43:13 PM
My asp.net application uses a class which needs an unmanaged dll named SSlibrary. When trying to load the page it gives me the folllowing error. === Pre-bind state information === LOG: DisplayName = SSLLibrary (Partial) LOG: Appbase = file:///c:/inetpub/wwwroot/Licmanager LOG: Initial Priv...more >>

how to lock the ddl in asp.net
Posted by elvio at 1/15/2006 8:10:16 PM
as shown above ,how to lock the DDL so that the users cannot make an changes onto it..?? thx. Regards, Elvi - elvi ----------------------------------------------------------------------- Posted via http://www.codecomments.co ------------------------------------------------------------...more >>

Urgent: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Posted by VB Programmer at 1/15/2006 7:37:26 PM
When I run my ASP.NET 2.0 web app on my dev machine it works perfect. When I precomile it to my web deployment project and then copy the debug files to my web server I get this problem when trying to login (obviously it's using ASPNETDB.mdf). Any ideas? Server Error in '/' Application...more >>

scope_identity() issues.
Posted by Mr Newbie at 1/15/2006 7:26:18 PM
The following code is comprises a function to create a section of a documemt. Each section is stored in a table. This successfully inserts a record in the Sections table, but the scope_identity() returns DbNull. If I remove the parameter 'pSectionName' and replace it with dummy value, it wo...more >>

Code assisting tool for VS 2005
Posted by Anders at 1/15/2006 6:21:56 PM
Hi We have used Resharper with great results the last year. But thier EAP 2,0 verison is at current state useless. Does anyone know a tool which give the posiblity to auto import namespace for classes in referenced assemblies? Eg. if I type "Conso" and press eg ctrl-space it searches th...more >>



How to select data for "current user" in detailsview?
Posted by VB Programmer at 1/15/2006 5:50:38 PM
When my users login I want them to be able to change some of their personal info in a db. I want to use a detailsview control for this. How can I get the detailsview to only pull up the record based on their USERID ("current user")? This SqlDataSource doesn't seem to return anything... ...more >>

Import Microsoft.VisualBasic for IsNumeric?
Posted by Dave at 1/15/2006 5:09:02 PM
I'm trying to import Microsoft.VisualBasic to use the IsNumeric function in my C# code but all I see is: Microsoft.VisualBasic.VBCodeProvider while using Intellisense... From samples shouldn't I see Microsoft.VisualBasic.Information.IsNumeric? Thanks...more >>

Posting data and reading it
Posted by Peter Afonin at 1/15/2006 4:09:12 PM
Hello, I'm posting the data to another page and reading the results. I'm doing it approximately as described here: http://authors.aspalliance.com/stevesmith/articles/netscrape2.asp It works fine. But I'm getting the result as one string. I know the field names that are actually returned. Is...more >>

remote debugging problem - seemingly unsolvable?
Posted by Julie Lerman at 1/15/2006 3:07:18 PM
Okay, so I'll try here now <g> I've been battling this problem for over a week now. So, if nothing else, hopefully my little tale of woe will be entertaining. But I'm really hoping someone somewhere in the world has encountered this problem and knows how to get around it. If anyone has an...more >>

Add new SQL Database to App_Data need SQL Server Express installed?
Posted by Michael at 1/15/2006 3:04:53 PM
Hi, I've read Scott's article: http://weblogs.asp.net/scottgu/archive/2005/08/25/423703.aspx but when I try to create a new database file in App_Data with Visual Studio 2005, it shows error: Connect to SQL Server files (*.mdf) require SQL Server Express 2005 to function properly. Please ve...more >>

Retrieving word docs stored in sql server?
Posted by Dave at 1/15/2006 2:17:04 PM
Can some help me out retrieving word, pdf, etc. docs and streaming to the browser? I'm saving the docs as an image data type along with it's original filename and retrieving them using a datareader but I'm not sure how to set the headers properly (i.e Content-Length) Articles on this usi...more >>

Web project and VSS (source safe)
Posted by Rusty at 1/15/2006 1:17:14 PM
My team and I all use VS.NET 2003 and we develop in the same solution/projects. One project is web services and one is the web application. We seem to have problems if people try to add methods to the web services because people have to a lot of checking out and checking in of objects in the s...more >>

Content Pages
Posted by jfinnell at 1/15/2006 1:06:02 PM
I have a div named body in my content of my content page and resize to the full sized of the content control, (using my css). There seems to be about a quarter of an inch at the top of my content, and the header on my master page. How do I resize the content control so that I do not have so ...more >>

index number of a datarow in a data table
Posted by TB at 1/15/2006 10:22:15 AM
Hi All: Here=B4s a very simple question: I have created a datatable inside a dataset, and subsequently selected a particular row using certain criteria. How do get the index number of that particular row? There doesn=B4t seem to be property like "mydatable.currentlyselectedrowindex" or "myr...more >>

request.browser
Posted by customerservice NO[at]SPAM grabbagvideo.com at 1/15/2006 8:22:35 AM
I have been tracking website traffic on my site www.grabbagvideo.com:84 and also https://www.grabbagvideo.com for a few weeks now. I am using the request.browser.crawler property in attempt to track crawlers to our auditions and casting call site. However whether the request is recieved at ww...more >>

I want my message recived as I the way I send it.
Posted by Husam at 1/15/2006 6:15:01 AM
Hi EveryBody: I made windows application project by using Vb.Net 2003. The Objective of this project is to let the user send e-mails. I add System.web.dll as refrance to my project to use system.web.mail class. When I write an message and I change the font and the color of this message a...more >>

GridView Control in ASP.NET 2.0 is updating/deleting only via SqlDataSource
Posted by adam222 at 1/15/2006 6:05:38 AM
hello, i have a web-form with a GridView control, i wanted to update & delete, using the AutoGenerateEditButton. when i used it with sqlDataSource (executing SP in the DB) it works like a charm, but when i want to pass the data through the application's layers (BL etc.), it did not work. i...more >>

File Upload question
Posted by Eli Spitzer at 1/15/2006 3:48:21 AM
Hi gang, in the article <http://support.microsoft.com/default.aspx?scid=kb;en-us;323246#kb2> (http://support.microsoft.com/default.aspx?scid=kb;en-us;323246#kb2), is mentioned about the fact that when uploading a file, there is no possibility to touch it in the server side until the whole fi...more >>

Can't fetch the xml: roots element are missing
Posted by benclissen NO[at]SPAM gmail.com at 1/15/2006 2:00:56 AM
Hi, I want to do something simple read an xml and print out just 1 value. Now everytime I do this I got this "Root elements are missing" exception. I try it by using xmlreader, dataset or xpath; always the same error. I someone could help me out here and give me some possible causes...more >>

How troubleshoot detailsview edit?
Posted by VB Programmer at 1/15/2006 12:23:21 AM
I have a master/details scenario (gridview/detailsview). Everything selects fine. When I goto edit the details view and click 'Update' the data doesn't update and I don't get any visual errors. It calls a stored proc and I put a breakpoint in it but it never got there. Any ideas how I can d...more >>

How to embed an .aspx page in a WebControl library?
Posted by Lloyd Dupont at 1/15/2006 12:22:22 AM
I want to create an image chooser popup window. The popup window/frame is easier to define as an .aspx but I don't know how to compile this .aspx. Create a whole Page by code is quite cumbersome, is there a class to parse an .aspx and transform it into a Page instance? (so I just embed the...more >>

Memory problem with aspnet_wp.exe
Posted by Sachin Saki at 1/15/2006 12:16:04 AM
Hi All, I am facing the problem with aspnet_wp.exe. I am uploading data reading from excel file which contains 6 lack data row . When application excutes it inserts data in database upto 2 lack row and system throws the error "aspnet_wp.exe was recycled due to memory consumption exceed 296 ...more >>


DevelopmentNow Blog