I am having a problem Editing Web Sites with FTP in Visual Web Developer 2008 Express Edition. I am trying to connect to a commercial server that is running Dot Net Nuke 4.8.02
The strange par...
http://www.experts-exchange.com/Microsoft/Development/Visual_Studio_Express/Q_23345332.htm...
Hello,
Wonder if you can help with this one, still very new to .asp C# so might need some extra help.
I've created a dropdown box called "NameDropDownBox" and I want to go to the next page
and v...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q-23913629-asp-C-naviga...
Variable/dependent login goto page based on the value in a selected MSSQL field:
Scenario: When a client logs in, they need to be transferred (automatically) to a page depending on the web pac...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23261579.html
I am sure there is a simple solution to this and so this will probably appear to be a dumb question but I just can't work it out and I have looked through the help and searched online for a solutio...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_23339369.htm...
Is it possible for others in my LAN network to access the development server that Visual Web Developer starts?
I know it's possible with IIS, but thats my second choice at the moment.
Thanks
http://www.experts-exchange.com/Microsoft/Development/.NET/Visual_Studio_2008/Q_23375183.h...
I am new to web development and I am currently using all the free tutorials provided by MS to ASP.NET using VWD 2008 Express Edition. I am in the middle of their beginner tutorials. My goal is to...
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23411978.html
I am trying to display two or more rows of data using .net and master pages.
Example:
-----------------------
House #1,Title
Address
city, state, zip
Description
Photo1, Photo2
Photo3, Phot...
http://www.experts-exchange.com/Microsoft/Development/.NET/Visual_Studio_2008/Q_23497867.h...
I'm able to set a command timeout in my SQLCommand which works fine:
Dim cmd As New SqlCommand(selectSQL, con)
cmd.CommandTimeout = "0"
Dim reader As SqlDataReader
I...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23522410.html
I'm trying
If gridname.Rows.Count = 0 Then lblMessage="No Record Found"
This is comparing the rows.count from the previous postback on page.load. How can I make the message lable show correct...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23538139.html
I am trying to find a way to populate cells in an Excel spread sheet (preferably without opening it - the operating system may not exist) using data from an SQL table/query in Visual Web Developer ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2383...