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 > february 2008 > threads for thursday february 28

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

error with ajax 1 and updatepanel
Posted by Dino at 2/28/2008 8:09:07 PM
I created a page with the updatepanel, works on my laptop and on a production server, however, I get a java scrip error null is null or not a object when i run it from a dev server. written in vb I also get it with the modalpopup control. any ideas, is something not isnstalled properly...more >>


What Clientside Event can I capture upon Callback completion?
Posted by John Kotuby at 2/28/2008 6:10:38 PM
Hi all, I am converting an ASPX 3.5 page in VB and VS 2008 from the standard postback to callbacks using an UpdatePanel. I had originally been adding an onload attribute to the Body tag in the Master Page, which would call a Javascript function to display a message if a hidden field contai...more >>

Public Shared Variables are lost their values
Posted by Murat Fidan at 2/28/2008 5:00:21 PM
Hi i used Public Shared variables in my global.asax in vb.net 2003 and i wrote code in Application_Start to fill variables. i works but after some times ( 5 days ,2 days it is not same ) variables are losing their values and they my site is not works :( . How can i fix it ? Thanks, Mura...more >>

Is Linux for Losers?
Posted by Paulo at 2/28/2008 4:40:31 PM
Of course it is! http://www.forbes.com/2005/06/16/linux-bsd-unix-cz_dl_0616theo.html Thanks MS! ASP.net and ASP the most beautiful web programming languages! ...more >>

'System.Data.DataRowView' does not contain a property with the name 'Title'. when using itemTemplate in DetailsView control
Posted by rote at 2/28/2008 4:29:39 PM
I don't know what i'm doing wrong but i can't get the <asp:Label ID="Label3" Text='<%# Eval("Title") %>' Runat="Server"/> in my itemplate to work. The Select statement is right and it returns data and it also works in EDit Mode. But when i use the label with the Title i get the error. If i ...more >>

Register Script on WebControl
Posted by shapper at 2/28/2008 3:48:35 PM
Hello, I am working on a custom Asp.Net control. This control needs to register a JQuery script: $(document).ready(function(){ $("ul.nav").superfish(); }); My question is how and where should I register this script inside my custom control class? And should I register it through Scrip...more >>

IIS7: *.asp = 404
Posted by Paul Prewett at 2/28/2008 3:21:49 PM
I have a new machine with Vista Ultimate x64 installed. I'm coming from an XP Pro x86 and I'm trying to get my development websites running on the new machine. IIS7 installed with no errors including ASP.NET, Windows Authentication, and all of the IIS 6 Compat items. If I browse to http:...more >>

Client-side documentation for Ajax Timer
Posted by news.rz.uni-karlsruhe.de at 2/28/2008 3:17:48 PM
I want to deactivate the Ajax timer from clientside with javascript - that is, it should not raise any postbacks any more. Which method/propertie is there I can use to chieve this and most importantly - where can i find a client side javascript api reference of the asp.net ajax controls(ur...more >>



Reference To Instantiating Object
Posted by Microsoft Newsserver at 2/28/2008 2:31:34 PM
I am instantiating an object in a page. From this object I want to be able to access Session. I dont want to change the constructor to pass the page reference to it, and I dont want to have to add extra properties. How can I get a reference to the page in which the object is instantiated. ...more >>

IIS7: *.aspx = 404
Posted by Paul Prewett at 2/28/2008 1:02:02 PM
============================ Sorry for the double post - I was posting under the wrong alias on the previous post. Please reply to this one. Thanks. ============================ ~~~Update - ISAPI and CGI Restrictions show ASP.NET v2 as "Allowed" I have a new machine with Vista Ultima...more >>

How can i compile a whole Webproject on a production server?
Posted by Mayer, Stefan at 2/28/2008 11:26:11 AM
How can i compile a whole Webproject (mixed C# ans VB.net) on a production server and disable on-demand-Compilation? Tnx, Stefan ...more >>

How securely publish
Posted by LP at 2/28/2008 10:37:50 AM
Hi there, This may be a little off-topic here, but does anyone know if there's a way to establish to secure FTP connection from Visual Studio to my web site. Since passwords and files are transferred in plain text, what good is the Visual Studio publishing feature if it can't be secured. Th...more >>

asp.net url rewriting
Posted by thoeone at 2/28/2008 10:28:24 AM
Hi, Anyone have any experience with url rewriting on asp.net and performance issues. I want to know how much of a lost in performace(percentage wise) if i use Context.RewritePath() function to make a friendly url. Any experience or links to benchmarks is appreciated. #source: http://www.c...more >>

GridView - how to fancy it up?
Posted by Keith G Hicks at 2/28/2008 10:14:12 AM
Out of the box, the asp.net 2.0 GridView is very plain. Even the AutoFormats for it are pretty basic. That is compared to what you can get with a 3rd party tool like Developer Express or Telerik. I'm new to so much of this and wondering if it's possible using skins/css, etc. (not sure what to ask...more >>

spell check on web application
Posted by Paul at 2/28/2008 8:31:01 AM
Hi I am using vs2005 and was wondering if .net has any spell check capabilities in web applications built with vs2005, thanks. -- Paul G Software engineer....more >>

Property default value
Posted by shapper at 2/28/2008 8:28:38 AM
Hello, I have two properties in a custom control. One is of a boolean type and the other is an enum type. How can I define a default value when they are not defined? Here is my code: Private _AutoPostBackOnSelect As Boolean Public Property AutoPostBackOnSelect() As Boolean ...more >>

Control Enabled property
Posted by shapper at 2/28/2008 8:12:18 AM
Hi, I am working on a custom control and when I make enabled = false the following property is added: disabled="disabled" Can I change this? I want enabled = false to do something else. Thanks, Miguel...more >>

server side javascript array
Posted by jvcoach23 at 2/28/2008 7:37:15 AM
I am trying to load an array on the load of a page to javascript. the script will eventually have parts being loaded from a database... this is just a first step to get there... Here is the code Dim mScript As New System.Text.StringBuilder mScript = mScript.Append("<script type='text/j...more >>

Newbie question: query over two data sources
Posted by N Ramsay at 2/28/2008 7:18:58 AM
I need to create some SQL queries that join over two data sources. I can easily create connection strings to these data sources, but am unclear how to create my SQL. I'm a real noob to this, and up until now have been using the drag&drop tools in Vis Web Dev Express. If I look at the asp ...more >>

timeout error
Posted by AVL at 2/28/2008 6:33:01 AM
Hi, I've a method in my web service..which makes a call to db and sends back a dataset.. the query takes 2 mins to fetch the results..by that time i'm seeing a 'operation has timed out error' on my screen.. is there any to get rid of this error?...more >>

Calling unix exe from web page
Posted by manju.ittangur@gmail.com at 2/28/2008 4:48:18 AM
Hi, I have to call the exe which is running in UNIX from the ASP.NET webapplication and get the output The exe which is in Unix is deployed in different server(machine) and my web application server is deployed different server(machine). am using C#, ASP.NET 2.0. Please help me to do the s...more >>

Clear A Textbox/TextArea On-Entry
Posted by Iain Wilson at 2/28/2008 12:14:12 AM
Hi All I have a number of textboxes and a textarea on a web form - Using C#. By default each component contains some text - a hint for the user entering the data. What I need to do is clear each component as the user's cursor enters the component - ie I need an On-Entry event - Can any...more >>

unable to debug vs 2003 .net
Posted by michay@gmail.com at 2/28/2008 12:10:48 AM
hi when i try to debug a web application, i get the following error message: error while trying to run project: unable to start debugging on the web server but when i try to debug a regular console application it works fine... i've tried lot's of "change this property and it should wor...more >>


DevelopmentNow Blog