ALLInterview.com :: Home Page KalAajKal.com
 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                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories >> Software >> Programming-Languages >> Programming-Languages-AllOther
 
 


 

Back to Questions Page
 
Question
how can i apply validation without using errorprovider in 
C# windows application
Rank Answer Posted By  
 Question Submitted By :: Simran_8185@rediff.com
I also faced this Question!!   © ALL Interview .com
Answer
u can directly apply validation at property 

using System.windows.forms;

set
{
if(value.length==0)
{
messagebox.show("error message")
}
variablenmame=value;
}
 
0
Simran_8185@rediff.com
 
 
Question
needs examples for black box testing and white box testing
Rank Answer Posted By  
 Question Submitted By :: Poo
I also faced this Question!!   © ALL Interview .com
Answer
can anybody give me examples for black box testing and white 
box testing
 
0
Poo
 
 
Question
i want to open a helkp file that is txt file on link 
buttons click
Rank Answer Posted By  
 Question Submitted By :: Simran_8185@rediff.com
I also faced this Question!!   © ALL Interview .com
Answer
on the  button's click event use response.redirect("Name of 
the file with extension");
 
0
Simran_8185@rediff.com
 
 
 
Question
how to swap all the values without using temporary variable.
tha values r a = 20, x=60 and p=2.

Rank Answer Posted By  
 Question Submitted By :: Chandrasekhar
This Interview Question Asked @   DST-Global-Solutions
I also faced this Question!!   © ALL Interview .com
Answer
x=x-a;
a=x+a;
x=a-x;

x=x-p;
p=x+p;
x=p-x;
 
0
Learning
 
 
Question
How same session variable can be used in both Asp and Asp.net?
Rank Answer Posted By  
 Question Submitted By :: Shailendra219
This Interview Question Asked @   Wipro
I also faced this Question!!   © ALL Interview .com
Answer
session["name of the session"]=values;
response.write session["Name"];

values means the data you want to store in the session like 
session["uid"]=ds.tables[0].rows[0]["uid"].tostring();
 
0
Simran_8185@rediff.com
 
 
 
Back to Questions Page
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

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