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 4

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 to get the values of checkboxlist in javascript?
Posted by Mark at 1/4/2008 11:47:34 PM
Hi, i need all the values of a checkboxlist (selected or not) in a javascript string (separated by a ';'). The checkboxlist is created dynamically in code-behind. The different options of the lisitems are passed to javascript via a hiddenfield. I can realize this with radiobuttonlist, and...more >>

Creating SOAP manually
Posted by Bert Leu at 1/4/2008 10:45:57 PM
Hi can somebody tell me, if I can create a SOAP-Envelope manually(!) in a "simple" manner ? (VB.NET) Thaks a lot Bert Leu ...more >>

Web site running on a personal server...
Posted by Sam at 1/4/2008 9:51:42 PM
Hi, I have a web site in a hosting space but now I want to make it run in my server(in my office). Mainly the web site will be above all used within office LAN. Sometimes it could occur that it must be available to a few user in the web( to insert, modify, print, ecc... data). I want to grant...more >>

Web Deployment. FTP.
Posted by shapper at 1/4/2008 7:37:33 PM
Hello, I am using VS 2008 and and just downloaded Web Deployment Projects: http://blogs.msdn.com/webdevtools/archive/2007/12/01/web-deployment-projects-wdp-for-visual-studio-2008-december-2007-ctp-released.aspx Can I deploy the web site using FTP and place all files inside the wwwroot folder...more >>

asp.net 2.0 async vs ThreadPool.QueueUserWorkItem
Posted by robert112 at 1/4/2008 7:27:21 PM
Question... Can one not use ThreadPool.QueueUserWorkItem with an anonymous method like so: ThreadPool.QueueUserWorkItem(delegate { //perform IO bound operation. }); Why did the asp.net team create the directive asy...more >>

Web Deployment. Ignore folder.
Posted by shapper at 1/4/2008 7:06:59 PM
Hello, I am using Visual Studio 2008 and Web Deployment Projects: http://connect.live.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=319288 In my web site I have a folder named Project. How can I avoid this folder to be deployed? Thanks, Miguel...more >>

Web Deployment problem ... please, need help.
Posted by shapper at 1/4/2008 6:47:59 PM
Hello, I am using VS 2008 and and just downloaded Web Deployment Projects: http://connect.live.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=319288 I need the connection string in my web site Web.config file to be replaced. So I created a new file named ConnectionStrings.config t...more >>

DataPager and ListView: Custom Datasource
Posted by Mark Olbert at 1/4/2008 6:12:41 PM
How do I get the DataPager and ListView to play nice together when I use a custom datasource? In my webpage, I use linq to pull data from a SqlServer database and assign the resulting IEnumerable<> to the ListView's Datasource property. This all works fine to display the first 3 items (the DataP...more >>



Getting value from GridView
Posted by David C at 1/4/2008 4:25:16 PM
I have a GridView and when the SelectedIndexChange occurs I want to put the value of a BoundField into a TextBox (txtPropertyID) on the page. Below is the code I am using but it is not getting the value. Can someone help? Thanks David Protected Sub gvPropertyClosings_SelectedIndexCha...more >>

Ajax.NET Professional ABANDONED
Posted by Thomas Hansen at 1/4/2008 4:03:15 PM
Michael Schwarz the guru behind Ajax.NET Professional has in his latest blog officially declared that he is ABANDONING the project... : ( Read up more here; http://ajaxwidgets.com/Blogs/thomas/ajax_net_professional_is_dead.bb...more >>

Transfer ViewState between pages
Posted by Alexander Vasilevsky at 1/4/2008 1:56:56 PM
How transfer ViewState between 2 aspx-pages? -- http://www.alvas.net - Audio tools for C# and VB.Net developers + Christmas discount ...more >>

Spinner Control
Posted by Microsoft Newsserver at 1/4/2008 1:34:33 PM
Hi I need a client side spinner control. But I want the increments to speed up the longer the mouse button is pressed. Does anyone know of a free or cheap one I can lay my hands on. Cheers. ...more >>

mixed HTML content in GridView
Posted by Ben at 1/4/2008 1:22:26 PM
Hi, I have some alert data from our monitoring system i want to show in a gridview's cell. An alert's data has mixed content... for example: " <B>Alert Name:</B> Some Alert Name <BR><B>Alert Detail:</B> Detail of alert: failed to run this script <SCRIPT>alert('hi')</SCRIPT> " In o...more >>

Offline Browser-Based
Posted by soroushe at 1/4/2008 12:28:01 PM
Hi all - I am starting a plan for building a web application based on .NET 2.0 Framework in conjunction with Spring Framework. However, my market requirements requires me to allow the application to run completely offline in the browser. Meaning, the same application that is deployed on our s...more >>

Need Help
Posted by Lic. Augusto Manuel at 1/4/2008 11:20:39 AM
Quiero instalar el tutorial rápido para aprender ASP.NET, pero no se que le movi que ya no puedo ver el quicktutorial, y tampoco puedo acceder a las base de datos de sql server... Alguien que me ayude ...more >>

401 (Unauthorized) while SSL-ing in code-behind
Posted by gnewsgroup at 1/4/2008 10:36:46 AM
In my web application, I need to access a simple web site on a remote host. That web site only allows Integrated Windows Authentication. So, in my web application, I collect user name, password and domain info and pass it to that remote web site. I keep getting this Exception: The remote s...more >>

Setting passwordStrengthRegularExpression outside of web.config
Posted by kgray@tecolote.com at 1/4/2008 10:18:13 AM
Is there anyway to set PasswordStrengthRegularExpressionon your membership provider, without changing the web.config? I would like to offer the user the ability to change the strength requirement for their site, but I don't want to do it through the web.config file. Yet, when I try membership.Pa...more >>

Web Page listener for POST message problem
Posted by muntyanu@hotmail.com at 1/4/2008 10:11:22 AM
Hi All, I created listener for POST message from client as a simple ASP.NET web page and process that message in Page_Load method. If I use url for posting message to my listener with explicit web page name http://myserver/formhandler/listener.aspx it works without error. But my clients will ...more >>

XML Iteration
Posted by Larry Bud at 1/4/2008 9:53:19 AM
I have a client who is sending XML to us. Some of the data element could be 5 or 6 levels deep. Some elements may be repeated more than once for a given Master record. i.e. row1 somedata moredata row2 somedata moredata1 moredata2 What is the best .net method in tra...more >>

XML Iteration
Posted by Larry Bud at 1/4/2008 9:52:39 AM
I have a client who is sending XML to us. Some of the data element could be 5 or 6 levels deep. Some elements may be repeated more than once for a given Master record. i.e. row1 somedata moredata row2...more >>

Downloading file from database causes page to stop responding???
Posted by ~john at 1/4/2008 8:51:58 AM
I have binary files stored in a SQL Server table that I want the user to be able to download from an aspx webpage. The files are displayed on the form as "LinkButtons". When the link is clicked the code in my event handler writes out the contents of the file which prompts the user for the downl...more >>

DECLARE FUNCTION - DLL
Posted by zzzxtreme@gmail.com at 1/4/2008 8:43:47 AM
hi i built a very simple dll with delphi library Printing; uses SysUtils, Classes, Dialogs; {$R *.res} function Hello: WideString; stdcall; begin ShowMessage('test'); result := 'blah'; end; exports Hello; begin end. In VB.Net, i tired calling it. the ShowMessage executes,...more >>

Strange Problem in dot net framework 2.0
Posted by Netaji at 1/4/2008 12:20:01 AM
Hi Experts We are uploading files on the server using HtmlInputfile control with visual studio 2005, 2.0. In this there is an option for user to keep on uploading the files finally file actually uploaded on the server after clicking Upload Button. So when user add the file we store the conte...more >>


DevelopmentNow Blog