Tuesday, November 12, 2013

Adding Dynamic controls using jquery in Asp.net

$(function(){
$("#btnAdd").click(function(){
 var DynamictextBox=$('<input/>').attr({ type : 'text', name: 'text' , value : 'text' }).addClass("text") ;
$('#controlDiv').append(DynamictextBox);
});
});

Tuesday, November 20, 2012

Cookie less Sessions in asp.net 4.0

 In ASP.NET we are using cookies for saving Session ID, for this we need to check the tag in web.config file
<sessionstate cookieless="false">
 Default is False. Session IDS saves in Cookies.

if we use <sessionstate cookieless="true"> here we are using URL for saving session IDS of sessions in 
asp.net.

Thursday, September 22, 2011

How to Install Visual Studio 2010 (Dotnet 4.0 Setup)

How to Install Visual Studio 2010 : Dot net 2010 : .Net Frame Work 4.0
First Install IIS internet information server
Than open your VS 2010 folder


Step 1 :
-----Click on Set up,  below pop up will appears on ur  Desk Top, click on Install MicroSoft Visual Studio 2010


Step2 :
----Click on the Next Button 
Step 3:
----- Select, I have read and accept the licence terms
-----Than click on Next button

Step 4 :

----- Select Options Full or Custom
 Default Full
----- If u don't have required space in u r C:// drive , use another drive to save visual studio program files in ur PC
by using browse button on right hand side
Step : 5 :

---Click on Next Button
Step 6 :
--- Wait for Installation
--- One Pop Up will appears on ur  Desk Top with Success Message
----Click on Finish Button

Just click on Exit if any pop up will appears on ur  Desk Top

Step 7 :
Now Click on Start Up Button
Click on All programs
Scroll it find Visual studio 2010
Click on that

Step 8 :

Right Click on The Microsoft Visual Studio 2010 Copy and Paste it on Desktop


U will find Short Cut symbol in ur desktop

Double Click on it
One Pop Up will appears in ur desktop Select Visual C development Settings

Click on Start Visual  Studio ........