A web application framework developed and marketed by Microsoft to allow programmers to build dynamic web sites, web applications and web services.
-3
votes
0answers
15 views
ASP.NET Include a .vb page in another .vb page [closed]
I have a full working .aspx form, that I want to re-use in another page in an ajax popup control.
Simple include (already tested and not working fine)? response.write(filename.aspx)?
What is the best ...
-3
votes
0answers
55 views
ASP.NET MVC4 best book [closed]
I want to create web application in ASP.NET MVC4 using WCF to connect with database.
I'm looking for kind of "tutorial" book. That will explain me everything from the begining (how to configure my ...
0
votes
0answers
8 views
Add bookmarkds into word doc header using vb .net [migrated]
I have a number of word documents that I need to modify via vb .net to add bookmarks into specific locations with the page headers. Currently I tried looping through the sections of the document and ...
-1
votes
1answer
180 views
How to convert ppt to html without MS office installed? [closed]
I have a requirement of converting ppt to html without using MS office installed in my .NET application. I tried Aspose but it is not supported audio,video and animation. Can anyone suggest any other ...
1
vote
1answer
55 views
can we able to save a file from a person's skydrive account into our skydrive account without downloading?
I'm Studying about the Microsoft's SkyDrive. Is it possible to copy or move a public file from a person account to our own SkyDrive account...
If it is there somebody tell me, how could do that. . .
0
votes
0answers
284 views
Using web config can't connect to named instance of SQL Server 2008 R2 Express - all locally [closed]
I am trying to connect to a new instance of SQL Server 2008 R2 Express using web config for WCF web service. We use IIS 7.5 and .net 4.0. Everything is local (i.e. - all on the same machine - the ...
0
votes
0answers
163 views
ASP NET: SQL db Update from Webform via Entity Framework [closed]
I'm just starting out on my first Web Application on VS Express for Web using C#. Have created a Database First Dynamic Data website and have the basics (i.e. can follow simple instructions) but the ...
-1
votes
1answer
205 views
Transition to MVC when available, but without webforms? [closed]
Facts:
I am a new web developer. Rather experienced in WinForms app, RDBMS etc, but it was until recently that I joined the web world programming
Currently feeling comfortable with HTML, CSS, ...
1
vote
0answers
189 views
How to feed client-side AJAX script with an ASP.NET server side *DYNAMIC* .json and .xml file? [closed]
As I learned so far, client-side AJAX script can read a static .json or .xml file from server.
But I need to generate a .json or .xml file dynamically according to the user input at client-side. e.g. ...
-1
votes
2answers
159 views
Plugin to modify webpage layout? [closed]
Is there any browser plugin to modify the layout of an external webpage? I would like to change the placing of a couple of links that I commonly use so that I can have them on the right hand side of ...
0
votes
1answer
1k views
How do I allow visitors on my site to share my photos on their facebook news feed?
How do I allow visitors on my site to share my photos, on their Facebook wall/news feed?
I see that there is a "share" or "like" option from Facebook but that seems to share the whole page.
I would ...
2
votes
2answers
353 views
How can I delete my account/profile from http://forums.asp.net?
I've created a profile which has my full name as username and I don't want it to be displayed on my every posts. If I can change username then good else I want to delete that profile.