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 > march 2007 > threads for friday march 16

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

problem with module
Posted by André at 3/16/2007 8:16:11 PM
Hi, I wrote this module in file "module.vb" and put it in App_Code of my asp.net application. Imports Microsoft.VisualBasic Public Module Mymodule Sub Main() MyFunction() End Sub Function MyFunction() Return "function in module" End Function End Modu...more >>

flash video and asp.net
Posted by Rafael at 3/16/2007 7:33:48 PM
how i can get some components or anybody knows a way to play flash files and more using asp.net Sincerely, Rafael ...more >>

try to create my own server control
Posted by George Ter-Saakov at 3/16/2007 4:56:17 PM
I am trying to create my own server control "Tab" So i have following classes --------------------------------------------- public class TabsView : WebControl, INamingContainer { private TabPageCollection _tabs; ..... } public class TabPageCollection : ControlCollection {...} pub...more >>

How to run a javascrpt function from the server?
Posted by Rob Meade at 3/16/2007 3:52:21 PM
Hi all, I need to be able to run a javascript function on my page (to launch a popup window) from my .net code which is run after a trigger in an update panel is launched (Ajax etc)... Can anyone give me some pointers... Thanks in advance, Regards Rob ...more >>

"could not find a non-generic method" when creating a very simple example with typed datasets
Posted by dave at 3/16/2007 2:14:16 PM
Hi, I have searched for the answer for this error message without success. I have seen the question many times though:) I create an ASP.NET project (VS 2005, C#), and use a very simple .mdf file (which I can provide if necessary). I use 'Add new Item' and pick 'DataSet'. I believe this c...more >>

Need .htm to go to both ASP.NET and for files
Posted by David Thielen at 3/16/2007 1:33:06 PM
Hi; This appears to be a bit of a problem. Our portal's help system is composed of .htm files. So if the requested file is application/help/datasource.htm, that is a file on disk that should be returned by IIS. We also have htm files (reports) that are stored in the database. Those are r...more >>

Site Is Too Slow: How To Improve??
Posted by pbd22 at 3/16/2007 1:27:26 PM
Hi. I have been building a vb.net/asp.net site and am starting to notice that it is increasingly sloooooooow. :( How do I make sure that the site doesnt become a slug as I develop and how do I improve on its current slow performance? thanks. ...more >>

IIS problem
Posted by Dariusz Tomon at 3/16/2007 12:17:30 PM
Hi I have ASP.NET aplication and I can see it under address www.nowoczesnebiuro.pl. Then, even though I have additional entry in IIS nowoczensebiuro.pl (without www) - I cannot see the page under this address. What could be the problem? Best Regards Darek ...more >>



command line
Posted by BW at 3/16/2007 12:09:37 PM
How in Asp.net do you run a command line program. ex. I have a form that allows users to upload files to a directory on the webserver. If they upload a zip file I want to automatically extract the files from it. I am very new to ASP programming. Thanks BW ...more >>

projects, binaries, and user controls
Posted by kenfine NO[at]SPAM nospam.nospam at 3/16/2007 11:53:06 AM
I'm going to ask the really short version of a rambing scenario I posted in Feb.: http://tinyurl.com/2nx4k7 The short version: a) A VS.NET solution can comprise many projects. If you're working in a project and you build, will it build just the project or the whole solution? b) Can binaries...more >>

ASPX Page Warning only when open.
Posted by MULTISY at 3/16/2007 11:45:02 AM
The warning: Validation (ASP.Net): Attribute 'Node' is not a valid attribute of element 'someControl'. This warning will only appear if the .aspx page is open; so is there a way the Web Application Project (WAP) is built to display this warning for aspx & ascx pages that are not open. I...more >>

Keystroke Navigation
Posted by John at 3/16/2007 11:37:08 AM
We have an interesting programming problem and I wonder if anyone would know how to accomplish this, or be able to point me in the right direction I have a list of 100 items, in this case it's names and numbers. The entire list is written to one data grid, or table in an ASPX page As having...more >>

SqlDataSource TSQL vs Procs
Posted by David Lozzi at 3/16/2007 11:22:19 AM
I'm fairly new to ASP.Net 2.0 SQLDatasource objects. It defaults using TSQL statments for the SELECT, INSERT, UPDATE, DELETE commands, which is great and it works. However, I've always been taught that all SQL work should be completed by the SQL server, therefore use stored procedures even fo...more >>

FindFullyQualifiedControlName with a MasterPage
Posted by sloan at 3/16/2007 10:40:23 AM
Ok. In a simple scenario where I have a MasterPage Web Content Page (using the just mentioned MasterPage) and a DropDownList on the content page. When the page renders, I get something like this: <select name="ctl00$Master1ContentPlaceHolder1$DropDownList1" id="ctl00_Master1Cont...more >>

Disabling the enter key aon a Web-form
Posted by almurph NO[at]SPAM altavista.com at 3/16/2007 9:53:40 AM
Hi everyone, You know when you press the return button inside a textbox of an asp.net Web form the entire form refreshes? Is there any way of disabling this functionality? Thanks,. Al. ...more >>

Catch-22 with Web Application
Posted by SimeonArgus at 3/16/2007 9:35:58 AM
I have a situation that I can't seem to work around. I have a database that lists the buttons that my application should generate. These buttons are displayed if certain conditions are met and all previous button clicks make sense. Sounds simple, right? Here's the catch. C# Processes FormLoad ...more >>

plain english article on how asp.net works with http?
Posted by CharlesA at 3/16/2007 9:31:00 AM
hi folks does anyone know of any articles on the web that explain clearly what is happening (in detail) when you post an .aspx page to the web server and when it returns a new page to your browser? I'd just like to know this sort of thing as I think it will make me a better ASP.net program...more >>

BoundColumn
Posted by rn5a NO[at]SPAM rediffmail.com at 3/16/2007 9:28:04 AM
A DataGrid has a BoundColumn which changes to a TextBox when the DataGrid is in the editable mode. The rest of the columns in the DataGrid are TemplateColumns. There's an EditCommandColumn as well. All the columns including the BoundColumn but excluding the EditCommandColumn can be sorted. The c...more >>

VS2003 project - Update to use AJAX
Posted by Lee at 3/16/2007 7:34:14 AM
Hi, Apologies if this has been asked several times but I'm pretty new to this web stuff and I cannot find anything suitable. Does anybody have any suitable information on converting an existing (non AJAX) Visual studio 2003 webproject to incorporate AJAX. Obviously, not just the updates req...more >>

Bound Dropdown List - doens't allow for user input?
Posted by blouie at 3/16/2007 6:52:06 AM
Is there a way that a bound ddl control can: 1. display the bound data, even if it does not match a selection in the DDL? 2. allow the user to enter something other than the look up values? I have a bound dropdown list that retrieves it's selections from a look-up table. The DDL is bound t...more >>

How to build a server
Posted by the-programmer at 3/16/2007 6:03:51 AM
I need to know if i want to build a server what shall i do and what devices should i buy I need to know everything ...more >>

Strange viewstate problem with MCMS
Posted by Mark B at 3/16/2007 5:47:40 AM
I have an MCMS website that I inherited. It was originally built in .NET 1.1 and then ported to .NET 2.0. They built it with inherited base classes to mimic what is now done with master pages. So much for the background. I'm building a new page that's pulling information from a database. The i...more >>

'Like' statement with a variable
Posted by abnewallo at 3/16/2007 5:18:05 AM
I am in the Query Builder component of Visual Web Developer Express Edition and wish to use a variable in the 'Like' part of an SQL statement...more >>

gridview columns
Posted by Fritz the Cat at 3/16/2007 1:23:54 AM
Hi I have a long column of data. I'd like that to wrap into 5 columns, like a newspaper article how to do? thanks ...more >>

How can I create an innocuous SQL injection attempt to test apps and evaluate the result programmatically?
Posted by kenfine NO[at]SPAM nospam.nospam at 3/16/2007 1:04:08 AM
There are assorted "SQL Injection vulnerability assessment tools" out there. They scan your site and send your report. They also take your money. We don't have the money so I was wondering if I could replicate the tool's behavior myself. I am guessing that they work by attempting a non-dest...more >>

VS.NET/class design/OO wizards: Please evaluate my scheme for abstracting the details of my applications and database
Posted by kenfine NO[at]SPAM nospam.nospam at 3/16/2007 12:59:44 AM
Hi. This is a a semi-newbie question about how to store arbitrary information about my apps such that I can code quickly, mimizing complexity and the number of things I have to hold in my brain. I am going to describe the scheme I'm using, and then I'm going to describe another scheme that ma...more >>


DevelopmentNow Blog