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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23098690.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22817120.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23048408.html
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?
...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23048647.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Class_Libraries/ADO.NET/Q_23077...
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 ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23153812.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23155808.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23158357.htm...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23167010.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23189965.html