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 >> Microsoft-Related
 
  Visual-Basic (595)  C-Sharp (526)  ASP.NET (1113)  VB.NET (112)  COM+ (37)
  ADO.NET (173)  IIS (64)  MTS (2)  Crystal-Reports (48)  BizTalk (17)
  Exchange-Server (75)  SharePoint (2)  Microsoft-Related-AllOther (41)
 


 

Back to Questions Page
 
Question
about triggers?
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   CSC
I also faced this Question!!   © ALL Interview .com
Answer
Trigger is special kind of stored proceser
 
0
Guest
 
 
Question
how to convert from sql2000 numeric to int in asp.net with
sqlparameter?
Rank Answer Posted By  
 Question Submitted By :: Manishn19j
I also faced this Question!!   © ALL Interview .com
Answer
sqlParameter objpara=new sqlParameter();
objpara=objDataadapter.UpdataCommand.Parameter.Add("@Age",SqlDbType.Int);
objpara.SourceColumn="Age";
objpara.SourceVersion=DataRowVersion.Current;
 
0
Manishn19j
 
 
Question
can I use session variable in App_code Class page??
Rank Answer Posted By  
 Question Submitted By :: Bhaskar.joardar
This Interview Question Asked @   Wipro
I also faced this Question!!   © ALL Interview .com
Answer
Yes, Using HttpContext.Current.Session
["SessionName"].ToString().
 
0
Bhaskar.joardar
 
 
 
Answer
Yes
 
0
Swapna
 
 
Question
How to Open  any web page by clicking any Any ASPControl
like (Checkbox,radio button or Button) without calling its
event and without going to Siverside code?
Rank Answer Posted By  
 Question Submitted By :: Om Sambosankara
This Interview Question Asked @   LG-Soft
I also faced this Question!!   © ALL Interview .com
Answer
In Asp.net for most of the Controls have OnClick property
will be available in (.net 2.0/VSS 2005) by using the
Onclick property at the ClientSide we can open the Webpage
without going to Sever

OnClick Event: This is a property is available for Dropdown
list ,TextBox,CheckBox,RadioButton,Button,LinkButton etc..)
by using this property when ever the user click the Control
this property will be called.This all operations are done at
the Client Side 
only

<asp:button  id="btn"
onclick="window.open('Default.aspx?bck=1','cal','width=250,height=150,left=225,top=125')"
								text="CLICK"	runat="server" CssClass="href"
"></asp:button>

               (or)
<script  language="javascript">
function fnopenpage()
{
  window.open('Default.aspx?bck=1');
 return true
} 
</script>
<asp:button  id="btn" onclick="return fnopenpage();"
								text="CLICK"	runat="server" CssClass="href"
"></asp:button>


bck=1 after the page is not mandatory its a qury string if
requried we can pass any qurystrings like that....

 
0
Om Sambosankara
 
 
Question
what is the difference between vb and vb.net
Rank Answer Posted By  
 Question Submitted By :: Devaki
I also faced this Question!!   © ALL Interview .com
Answer
Vb is Procedural Language or Event Based Language
vb.net is Object Oriented Language
 
0
Aasma
 
 
 
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