suppose we have two object;obj1 and obj2 can we assign obj2 to one1; and if yes; then after assigning suppose we delete obj2 then obj1 will retain obj2 value or not.
3 6198I have prepared A Dynamic website in asp.net with c# and using Ms Sql server 2005 as backend database.i am facing problem while uploading this site on my FTP address it is not accessing the database.please could u tell me how cn i upload Sqlserver database on the web and what would be the connection string...???? I am using Server=".";initial catalog=databasename;persist security info=false;integrated security=SSPI;...pleas help me... Thanks in Advance..
1 5096how can i deploy a asp.net webapplication.in a company so that all employees may access application on their different computers and share a single database. plz tell me the steps to do it..thanks.
1 3878In asp.net, if a webpage seems too slow to load completely in th ebrowser. In this case what are the checkings or actions you will take to rectify the slowness or which are the factors related to this issue? How we can trace it?
3 5709In asp.net application, if a webpage or total application seems too slow or getting delayed to load completely in the browser. As a developer, what are the checkings or actions you will take in the application or server side to rectify the slowness or delay load or which are the factors related to this issue? How we can trace it?
1 3822
What is the flow of processing of the request? : asp.net mvc
Which is better viewstate or session?
What is ispostback method in asp.net? Why do we use that?
What is difference in .net 1.1 and .net 2.0?
What is protected configuration?
What is the difference between page-level caching and fragment caching?
What is difference between session and application in asp net?
What is Pre-Render event in ASP.NET?
What is a page life cycle? What are the events in a page life cycle?
To display data in a Repeater control which template you provide?
What is the full meaning of asp.net?
What is the namespace to create thread in .net?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
How do you secure your configuration files to be accessed remotely by unauthorized users?
Can I have a unique key as foreign key?