blah blah blah is here! blah blah » Close

0
votes
0 answers

Visual Team Studio Publish Error

My project manager added our project to Source Control. I am trying to add my updates to the project. I created a folder on my c:/ called TFS. I also created a website in IIS so that I can easily see the updates. The website references a ...

0
votes
0 answers

Website Templates & Web Templates?

I need to know the difference between website templates & web templates? Can any body explain with the relevant links?

0
votes
0 answers

Open source web template needed?

I want to know that from where I can download a unique and cheap ready made open source web design?

0
votes
2 answers

C# - Can I Still Get the Source Code?

I have a program that I run in C# that goes to a website and in order to do its functions, I need to get the source code of the page. [code] System.Net.WebClient webClient = new System.Net.WebClient(); string strSource = webClient.Down ...

1
votes
1 answers

C# - Reading a META tag's Content Based on it's Property

I have some code working for my web browser program that is looking to utilize the contents of one of the meta tags. The code I'm using right now works for now: [code]string metaTitleParts = (webBrowser.Document.GetElementsByTagName(&quo ...

0
votes
0 answers

How can i improve my designing skills using ASP.NET

Can anyone tell me how can i improve ASP.NET page and ASP.NET Master Page Designing? i am a developer but i lake this skill.

1
votes
1 answers

Encoding troubles

I am writing an Outlook VSTO project which is extracting the html body of an html format email, sending it as a string via a web service to my web server with the idea that I can ultimately use the mark up to give an exact representation of ...

1
votes
0 answers

program to check domain availability

I want to program an application that will check through the web the availability of an inputted domain for registering. Any leads on how to tie the program to work with some online db, any namespaces, classes that would fit etc.? Tha ...

0
votes
2 answers

Gridview

btab
30

Hi I'm using visual web developer 2008 (C#) and I want to be able to select a row in my gridview and that would redirect me to a new page. It's not important for me how to do this, it could be by clicking on the row directly or by clic ...

0
votes
2 answers

Totally Confused - Maybe This Forum too advanced for me..?

I have been working with HTML for about a year now, have developed several decent but basically simple websites for friends with business', but I'm being told that to take things to the next level, I need to learn AJAX, PHP, JAVA or C# to b ...

1
votes
2 answers

Communicating with the same webservice on different machines

I have a situation where I need to communicate with the same webservice on different machines (aka "Live system" a "Test system" a "DR system") The URL and functionality of the webservice is the same on each ma ...

0
votes
1 answers

Sharing Web Service for multiple projects

Hello, is there a way to share the web service instead of having to add a new service reference in each project? For example, if i change the address, i have to change it in each project. If i share it for all projects, i only have to ch ...

0
votes
1 answers

Web Based Windows Login

I have a web page that authenticates users against AD. It uses a simple web form to gather the details and then does the work on the back end. If I get a Password_Expired result from AD my users want the windows pop-up window similar to the ...

0
votes
2 answers

Dropdownlist binding asp.net

Hi I'm doing a web application in VS2008 (C#), and I got stucked. I have a webform with 1 dropdownlist for collecting the first names of the employees, and then some textboxes where the user enter his data into. The user will select his ...

1
votes
1 answers

Run WinForms Applications From The Web Browser

is this possible? If yes, it would be wonderful. Several related links below: (1) http://www.theserverside.net/tt/articles/showarticle.tss?id=RunFromWeb (2) http://www.visualwebgui.com/Developers/Resources/Tutorials/tabid/365/articleType ...

Feedback