Hi
I am just starting a new application (asp.net/vb.net) and was wondering if I could do it in a different way as I usually do: Instead of the user creating dozens of pages I would like them to se...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22751577.html
How can I use CSS templete in VS2005 after downloading? Can I import it or can I add to Solution Exploer?
http://www.freecsstemplates.org/css-templates/
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22845791.html
Hello, I am trying to rewrite urls like these:
site.com/grogo21
site.com/amit_g
site.com/ddrudik
into
site.com/user/grogo21
site.com/user/amit_g
site.com/user/ddrudik
I am using ISA...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22910654.html
Hi All
I have been creating a function that needs to create directories if a directory doesn't exist or if does exist then ignores it (not overwrite it).. I had found that System.IO.Directory.Cr...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22924645.html
Hello, How can i clip an images height at 210 pixels? I have images on my server which all have a width of 280 pixels and different heights. i need to clip or crop the images height at 210 pixels ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22928740.html
Hi
We need to read an XML feed (an enhanced RSS feed) from a URL into a database table.
Heres an example of the feed:
=========================================
<?xml version="1.0" enco...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22939177.html
I have been able to DirectCast this object to several of my own custom objects, however I cannot get it to cast to a String()??!! Any and all suggestion and help is greatly appreciated. I will resp...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22966792.html
Hello, i need to scan user input urls for urls ending with filetypes like pdf, wmv, mp3, mpg, mpeg, doc, exe, and many others. What would be the fastest way to scan a single url for a list of exet...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22968834.html
Hi All
I have the following Gridview and SQLDataSource controls and what I am having trouble with is getting the Gridview's datasource UPDATE command to accept the Parameter from the Dropdownlis...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23023309.html
I'm getting this error in my dataset in VisualStudio 2005:
"Invalid operator for data type. Operator equals add, type equals text."
Here is my SQL Statement in my dataset.xsd file
SELECT ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23031549.html