Friday, November 20, 2009

Let us Start Learning....

 FIRST THING..YOU HAVE TO KNOW BASIC HTML TO START READING
May be this section is boring...if u dont wanna read this then ok

(1)Variable Names:
    

Array
arr
arrShoppingList
Boolean
bln
blnIsPostBack
Byte
byt
bytPixelValue
Char
chr
chrDelimiter
DateTime
dtm
dtmStartDate
Decimal
dec
decAverageHeight
Double
dbl
dblSizeOfUniverse
Integer
int
intRowCounter
Long
lng
lngBillGatesIncome
Object
obj
objReturnValue
Short
shr
shrAverage
Single
sng
sngMaximum
String
str
strFirstName

Formalties like this are necessary to learn ASP.NET.I 
am 
not going to bore You..Lets Start Learning


We can use both visual basic and c# in ASP.NET but we 
will use c# here..because on net c# to vb converters 
are available


Now get to the first page..may be this is boring to 
go for basic when you see very advance websites 
on web using .NET but we have to do this..untill 
you will feel all concept as a bouncer.
ASP.NET FIRST PAGE
  To start programming in Asp.net you have to
install Microsoft visual web developer(2008 or old 
versions).
On clicking the icon of microsoft visual web developer
..You will get such screen.



Now open the file menu and click on New website and You will 
get such type of screen.choose C# in language menu.
and click ok.




 Now you will get such screen

Now we will understand the screen..
At bottom You can see three tabs are there..i am not 
going to explain them..just click them and see their 
work
At left..There is solution explorer,,it contains 
information about website contents and their links..
You can directly add your new pages are items here 
but how?we will se later
At left bottom there is properties window..
where you can set the properties of the page. 

1 comment: