Advertisement

1 - 10 of 321 containing alltags:("1.1") (0.001 seconds)
Greets, I need to consume an RSS/XML feed for a website that is running ASP.NET 1.1 (not 2.0), and need to grab the XML from a remote site to modify the data and make it my own. Can anyone gi...
Zones: ASP.Net Programming, XMLDate Answered: 01/22/2008 Grade: B Views: 0
Hi I have a sub which copies a file from one place to other. Though It copies with the same name. I was wondering what options do I have to modify the sub so It'll allow copy the file with other na...
Zones: ASP.Net Programming, .NET, MS ...Date Answered: 09/10/2007 Grade: A Views: 4
Hi, I'm moving my asp.net 1.1 website to sql express server 2005. I've been connecting to the access db with a class which gave me a OleDbDataReader object to work with, the code looked like thi...
Zones: ASP.Net Programming, SQL Server 2005Date Answered: 01/04/2008 Grade: A Views: 0
Hi, I need to run a boolean function which checks inputed string (for username) and to check that it only containt ENGLISH chars and numbers. Is there some ready function like this in vb.net? ...
Zones: ASP.Net Programming, MS Visual BasicDate Answered: 03/23/2008 Grade: A Views: 15
How do I make a dataset persist in a webform? In Windows forms using ASP.NET 1.1 I can declare a global dataset inside the class and then after I open the database and copy the table to a dataset I...
Zones: .NET, ASP.Net Programming, V...Date Answered: 01/11/2008 Grade: A Views: 4
Dear Experts Is there a solution for this problem? MS-Q325695 .NET Datasets require that a table can only be a child of one other table. http://support.microsoft.com/kb/325696/ I cannot ...
Zones: ASP.Net ProgrammingDate Answered: 02/12/2008 Grade: A Views: 0
Dear Experts, I have the code below which works, but I do not know how to load in an xsl file to transform the xml file.  The xsl file is on a 3rd party server along with the xml file which is a...
Zones: ASP.Net ProgrammingDate Answered: 02/12/2008 Grade: A Views: 0
Hi All, I had problem to set my default web server datetime to MM/DD/YYYY. For example Respose.write( now() ) it will give me this format dd/ mm/ yyyy. I know that i can use format to contr...
Zones: MS Visual BasicDate Answered: 02/19/2008 Grade: B Views: 55
Hello.  I am adding some features to an ASP.Net 1.1 site hosted using IIS 6.0 where I would like to post PDF files for clients.  I am concerned with security and need to find a way to make sure eac...
Zones: ASP.Net Programming, Microsof...Date Answered: 02/15/2008 Grade: A Views: 0
In an ASP.net 1.1 web form... I have an array set at the module level dim Num(9) as Double Then I load up the array with some double values in page load e.g.  Num(0) = 4.981273 etc. In...
Zones: ASP.Net Programming, MS Visual BasicDate Answered: 02/25/2008 Grade: A Views: 0