What you want to see on DotNetFunda.com ?
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 2066 |  Welcome, Guest!   Register  Login
 

Posts in Forums by Rajendra.Prasad

CategoryPost TitleRes./ViewsEdit
Sql ServerHow to install sql profiler in sql server 2008 r2?2 / 7894Not authorized
ASP.NETHow to remove a row from dropdown list where it is binded with dataset?4 / 860Not authorized
jQueryHow to check multiple items are selected or not in listbox using jquery?1 / 4119Not authorized
ASP.NETHow to use returnUrl in query string if no user is logged-in?1 / 1072Not authorized
ASP.NEThow to fetch a particular column value within the gridview when grid is binded with a db table?1 / 1214Not authorized
Sql Serverwhat is group by clause? what will happen when we use group by clause within a query?4 / 937Not authorized
Sql Serverwhat is rownum in sql server?3 / 6686Not authorized
ASP.NEThow to bind values from text boxes to gridview and save those record from gridview into db?3 / 1319Not authorized
ASP.NETwhat is impersonation in asp.net?1 / 1003Not authorized
ASP.NET AJAXhow will ajax works if scripting is disabled within the browser? how to solve it?1 / 529Not authorized
C#what is enumeration (enum)?4 / 795Not authorized
C#what is the difference between constant and read only?4 / 6365Not authorized
Sql Serverwhat are the different types of locks available in sql server?5 / 5386Not authorized
C#difference between static and sealed class?1 / 3687Not authorized
C#What is a sealed class? can a method declared as sealed?5 / 1586Not authorized
Sql Serverdifference between char, varchar, nvarchar?4 / 10203Not authorized
C#Can a static method can access non-static members and non-static methods can access static members?3 / 1376Not authorized
Sql Serverwhat are the disadvantages of cursors in a store procedure?2 / 914Not authorized
ASP.NETIn which page life cycle event, we can decide or perform execution of different master pages?2 / 423Not authorized
ASP.NEThow to change a master page dynamically? and in which event?3 / 663Not authorized
Sql Servercan we call a stored procedure within a function in sql query?2 / 2650Not authorized
ASP.NETdifference between grid view, datagrid, datalist & repeater?2 / 10331Not authorized
ASP.NET 4.0How linq works or its functionality?1 / 837Not authorized
ASP.NETValidation controls are server-side or client-side scripting?1 / 1218Not authorized
ASP.NETwhat is the difference between javascript and vbscript?5 / 3451Not authorized
ASP.NETHow concurrency is handled?1 / 429Not authorized
C#what is the difference between abstract and interface? where should we implements all methods?4 / 437Not authorized
ASP.NETwhat is the difference between partial class and inheritance?6 / 3817Not authorized
ASP.NETNeed a solution for displaying sales report in gridview4 / 939Not authorized
ASP.NETwhat is a design pattern? why we use it?2 / 1074Not authorized
ASP.NETDiff between finalize and dispose in .net?5 / 2541Not authorized
ASP.NETwhich is used to write error message in event log file?2 / 929Not authorized
ASP.NETsetting the following properties for object in asp.net results in?2 / 599Not authorized
ASP.NETglobal.asax file lies in?2 / 612Not authorized
ASP.NETTo maintain session which is used?3 / 573Not authorized
ASP.NETwhich of the following denote web control associated with table control function of asp.net?2 / 650Not authorized
ASP.NETwhich following denote value that can be taken by cache-control of asp.net?2 / 1292Not authorized
ASP.NETdeveloper want 2 achieve graphics in display using asp.net which web control is used?2 / 521Not authorized
ASP.NET 4.0feature in asp.net 2.0 tht is used 2 fire normal postback 2 different page in appln is called?2 / 681Not authorized
C#client side already has 25 com objects & 2 add 26 function tht must exists only 4 .net objs0 / 610Not authorized
ASP.NETwhat model does asp.net request processing is based on?2 / 939Not authorized
ASP.NETif a developer defines styles information in a common location. Then the location is called?3 / 617Not authorized
ASP.NETwhich is used to debug .net application?2 / 614Not authorized
ASP.NET___________ is the ms iis server running, handling asp.net request among other things?2 / 1381Not authorized
ASP.NETHow does asp.net store sessionid by default?3 / 2935Not authorized
ASP.NETHow to apply master page within a master page?3 / 701Not authorized
ASP.NET AJAXwhat is update panel in ajax?2 / 2510Not authorized
ASP.NET AJAXwhat is a script manager in ajax?2 / 1814Not authorized
ASP.NETIf a web page does not have a view state, will load viewstate executes in life cycle of a web page?3 / 394Not authorized
ASP.NETWhat will happen in page init() in life cycle of a web page?4 / 608Not authorized
ASP.NEThow to send 100 controls data to db sp as parameters?5 / 440Not authorized
Ask Interview QuestionsFew interview questions with multiple choice1 / 5061Not authorized
Sql ServerFew interview sql queries1 / 3757Not authorized
Sql ServerHow to select top 2 salary and name from employee table?7 / 10592Not authorized
Ask Interview QuestionsHow to execute a stored procedure using LINQ?3 / 3839Not authorized
Ask Interview QuestionsIs there any difference between procedure and a stored procedure in sql server?1 / 624Not authorized
ASP.NETHow to create/populate dynamic drop down lists in asp.net1 / 1648Not authorized
ASP.NETWhich event is fired when data bind is done to datalist control in asp.net1 / 993Not authorized
Sql ServerQuery for Listing top level data in employee hierarchy1 / 1481Not authorized
ASP.NETGridView EditItemTemplate with DropDownLists2 / 2403Not authorized
C#How to print number of records with 12 to 14 columns on Fan Fold Paper size with 12X143 / 547Not authorized
C#how to load a crystal report dynamically if the application is configured in the server?3 / 2586Not authorized
C#how to print a crystal report to Fan Fold paper size of 15X122 / 2653Not authorized
WPFWhat is the use of partial class?1 / 1345Not authorized
WPFWhat are the panels in WPF?3 / 969Not authorized
WPFWhat is the difference between user control and custom control in WPF?1 / 1782Not authorized
ASP.NEThow to refresh a web page for every five minutes?2 / 2838Not authorized
C#how to add a dll dynamically to c# program or an application/4 / 789Not authorized
Project Managementif we deploy our application in a deployment system and if we want to communicate wid oracle/sql db server, wht is required or need to be installed in the deployment system?2 / 728Not authorized
IISWhat is Virtual Directory?7 / 16160Not authorized
C#what is operator overloading in C#.Net?4 / 12116Not authorized
C#if we want to consume a COM component into a .net application. how?2 / 528Not authorized
ASP.NETwhat is state management? types of state management?3 / 690Not authorized
Otherswhat is a manifest in .Net Framework?1 / 1032Not authorized
ASP.NETwhat is a web server?1 / 382Not authorized
C#What is StringBuilder?10 / 3354Not authorized
OthersWhat is meant by Reflection?11 / 969Not authorized
OthersWhat is Base Class Libraries?1 / 519Not authorized
Sql Serverwhat is the default join executed if we dont use any joins in a query?3 / 1987Not authorized
C#what is a static constructor?3 / 646Not authorized
C#Do Structures have destructors?7 / 880Not authorized
C#Can we have a method of sealed type?3 / 1014Not authorized
Sql ServerWhat is Normalization?1 / 4326Not authorized
C#What is a delegate N multicast delegate?2 / 876Not authorized
C#what are data specifiers?2 / 516Not authorized
C#what are data modifiers?2 / 572Not authorized
C#How to catch a stored procedures exceptions in a code behind using C#.Net?3 / 1183Not authorized
C#difference between public and private assemblies in .Net?3 / 4545Not authorized
Sql Serverwhat is a transaction is database?2 / 407Not authorized
ASP.NETwhat is the difference between an application and a session?2 / 591Not authorized
ASP.NETwhen do we go for javascripting or vbscripting?2 / 348Not authorized
Otherswhat is the difference between a tier N a layer in architecture?1 / 483Not authorized
Sql Serverhow many null values will unique key accepts?8 / 8940Not authorized
ASP.NETwhats the flow or sequence when a page is requested?1 / 379Not authorized
ASP.NETDifference between user controls N custom controls?2 / 1804Not authorized
C#Can structures have constructors?2 / 929Not authorized
C#what is a sealed class?3 / 2227Not authorized
VB.NETA method without any definition in an abstract class then whats the use?2 / 677Not authorized
VB.NETWhat is the return type of a multicast delegate?3 / 1778Not authorized
VB.NEThow to replace a string with another4 / 829Not authorized
Sql ServerHow to query for second highest salary in EMP in each department?7 / 25950Not authorized
ASP.NETFew list of differences1 / 344Not authorized
VB.NETdifferences between shadow vs override2 / 2244Not authorized
ASP.NETc#.net new vs vb.net shadows1 / 1686Not authorized
C#differences between "as" & "is" in c#.net2 / 458Not authorized
VB.NETDifference between abstract & interface?4 / 1721Not authorized
Sql Serverappropriate Sql queries2 / 428Not authorized
Sql Serverhow to assign ranks for employee based on their salary?2 / 890Not authorized
Sql ServerExceptional Handling in Store Procedures5 / 451Not authorized
Navigate to Page: 1 | 2 | 3 |

About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/25/2013 3:00:44 AM