Showing posts with label becoming. Show all posts
Showing posts with label becoming. Show all posts

Monday, March 26, 2012

Please help

Ok, this problem is becoming pretty annoying. I've tried many ways to do this, but can not find a way that works, and I can not find out why I am getting this error. The line the error is triggering on is:

document.getElementById("resultsframe").src = "searchresults.aspx"

It says:

Compiler Error Message: BC30451: Name 'document' is not declared.

How in the world is document not declared? What did I do to mess it up? Any ideas?
Thanks.Are you trying to run client-side script from server?
Cause line of code you type is client-side javascript, but exception you get is server-side exception.

Friday, March 16, 2012

Please help me with this.....

Hello. My name is Shwetha. I'm new to the field of Software. I wanted to know what .NET does. I know what programs are. I'm becoming familiar with programs such as C... So before i staat learning .NET , it would be of great help to me if anyone could explain to me what .NET is , how it works and in which field is it implied.

The information you want is under the Learn and Get Started links on the menu at the top of the page.

Jeff


http://en.wikipedia.org/wiki/Microsoft_.NET


.Net is a huge thing.

In broader terms it is a technology from Microsoft whose Aim is to covers things under common platform.

All language gets converted into intermediate code which produce machine code on demand.

Just go for it.

Go to home page of of asp.net and have a look on some of starting video tutorials.


you can check msdn.microsoft.com and my site too.