ALLInterview.com :: Home Page            
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
   
 
Categories  >>  ERRORS  >>  DotNet Errors
 
 


 

 
 C C++ Errors interview questions  C C++ Errors Interview Questions
 DotNet Errors interview questions  DotNet Errors Interview Questions
 Database Errors interview questions  Database Errors Interview Questions
 Scripts Errors interview questions  Scripts Errors Interview Questions
Question
Hi Everyone, I used VB.net until last year, this year I
change my language to C#.net.But the easy one in VB.net such
as "Set as Start page when running program", right click on
solution explorer and do it. But in C#.net I can't find the
way to do (Set as start page)until now. If anyone know it ,
please share your technical help. Thanks . (Horace Trever)
 Question Submitted By :: Horacetrever
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Hi Everyone, I used VB.net until last year, this year I change my language to C#.net.But the easy one in VB.net such as "Set as Start page when running program", right click on solution explorer and do it. But in C#.net I can't find the way to do (Set as start page)until now. If anyone know it , please share your technical help. Thanks . (Horace Trever)
Answer
# 1
if u r working on vs 2005 and so on u can find those
options also

there is no much difference between c# and vb.
 
Is This Answer Correct ?    10 Yes 1 No
Gyany
 
  Re: Hi Everyone, I used VB.net until last year, this year I change my language to C#.net.But the easy one in VB.net such as "Set as Start page when running program", right click on solution explorer and do it. But in C#.net I can't find the way to do (Set as start page)until now. If anyone know it , please share your technical help. Thanks . (Horace Trever)
Answer
# 2
hii ,
seting the start page in web applications is similar
to any programming language(c# ,vb.net) you use with
asp.net.

just go to solution explorer an go to the desired
page ,right click on it and an option appears "set as
start page".click on it.


if u are working with windows applications in C# then u
wil NOT find the option like set as start page.


steps.....
goto program.cs

static void Main()
{
Application.Run(new form1());
}

suppose you want to setpage for form2.Change the coding
following

static void Main()
{
Application.Run(new form2());
 
Is This Answer Correct ?    9 Yes 2 No
Kishore Ganti
 
 
 
  Re: Hi Everyone, I used VB.net until last year, this year I change my language to C#.net.But the easy one in VB.net such as "Set as Start page when running program", right click on solution explorer and do it. But in C#.net I can't find the way to do (Set as start page)until now. If anyone know it , please share your technical help. Thanks . (Horace Trever)
Answer
# 3
C#.net in winforms,go to program.cs file and there write as
like this

static void main()
{
Application.Run(new desiredformname());
}
 
Is This Answer Correct ?    3 Yes 0 No
Sree_mca35
[MatSoft]
 
  Re: Hi Everyone, I used VB.net until last year, this year I change my language to C#.net.But the easy one in VB.net such as "Set as Start page when running program", right click on solution explorer and do it. But in C#.net I can't find the way to do (Set as start page)until now. If anyone know it , please share your technical help. Thanks . (Horace Trever)
Answer
# 4
if u are using asp.net with c# and creating window
applications.do the followig step
goto program.cs // in solution explorer and open it
static void Main()
{
Application.Run(new form1());
}

suppose you want to setpage for form2.Change the coding
following

static void Main()
{
Application.Run(new form2());
 
Is This Answer Correct ?    1 Yes 0 No
Sanjay
 

 
 
 
Other DotNet Errors Interview Questions
 
  Question Asked @ Answers
 
a cowboy rides to town on friday he stays there for three days and lives on friday.how was that possible Synechron2
How to use singal crystal report viewer to multiple reports? Sparsh1
what is wrong with this insert into code? vb 2008 say that there is a syntax error but i believe there is nothing.. cmd.CommandText = " INSERT INTO account1(username, password, lname, fname, mi) VALUES('" & Me.TextBox4.Text & "','" & Me.TextBox5.Text & "','" & Me.TextBox1.Text & "','" & Me.TextBox2.Text & "','" & Me.TextBox3.Text & "')" cmd.ExecuteNonQuery()  1
How to find out syntax error by manual testing  3
Hi Everyone, I used VB.net until last year, this year I change my language to C#.net.But the easy one in VB.net such as "Set as Start page when running program", right click on solution explorer and do it. But in C#.net I can't find the way to do (Set as start page)until now. If anyone know it , please share your technical help. Thanks . (Horace Trever)  4
sir, i have passed on S.B.I for clerk asstt. and i want to know that how many candidates were appointed from s.c cota? SBI1
not being able to create delivery from vl01n inspite of assigning sales order and delivery plz answer it immediately if any one knows  1
Hi everyone, I got some problem this week. I don't know the coding for "Linklabel" in C#.net. In ASP.net, I use it "Response.Redirect" and "Server.Transfer" and I also can use hyperlink. When offline I use "linklabel", Now I still write by "System.Dianogstic", It still showing error and can't reach my dedicated page(Means design page). So if anyone know it, please share your technical help. Thanks (Horace Trever)  1
while am using file upload control in the content type=="pjpeg" then it will execute,but if the content type=="jpeg" it is not execute.What it is the meaning of i.e:"pjpeg" i want to upload all type of images like jpeg,bmp,gif etc..,and that image is display in the "image control" when am click the Button click event...HOW.. Plz replay ...  2
Actually,I created a web application in ASP.NET (Visual Studio 2008) in C#.If i want to run my web application in my local machine through IIS Server (Internet Information Server), what are all the steps i need to follow??? Please help me to run my web application in IIS Server  1
What is Managerial Grid? Contract its approach to leadership with the approaches of the Ohio state and Michigan groups.  1
What is Difference Between Server.Response and Response.Redirect in ASP.Net with C#? NIIT1
 
For more DotNet Errors Interview Questions Click Here 
 
 
 
 
 


   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2012  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com