ASP.NET Code (46)
VB.NET Code (9)
C Sharp Code (51)
ADO.NET Code (8) Common UI for Multiple web applications. Suppose there are 35 websites using same third party controls.These 3rd party controls are made together that all 35 websites can use these controls.If we put all 3rd party controls and use its dll in 35 websites,only class files will be accessable. But I want to use CSS,images also in all 35 websites. how I can design the N-tier solution for this project.
TCS,
2745i want to supress the entire row which have null value and i want to place next row in that place.
HCL,
2546Please give me the vb.net codes for deadlock(like detecting,& avoiding) in any version of vb.net.
3539
ArrayList declaration in .net
How to export 2 datatables of a single dataset to 2 different worksheets of a single MSExcel file ?
Coding for Synchronizing Cache Access in ASP.NET?
how to track links visited in google using iframes
Code for Searching for Multiple Matches with the MatchCollection Class?
Code for Using Keyboard Events?
Write a function which accepts list of nouns as input parameter and return the same list in the plural form. Conditions: i) if last letter is r then append s ii) if word ends with y then replace it by ies iii) call this function in main() and produce the required output. for eg:- if chair is input it should give chairs as output.
Hello Sir, Thanks for the Solution but, can you pls. Explain the coding for the Static Function & static variable from the below coding....waiting for Ans. class fact { public static void Main() { fact f=new fact(); int x=1; //Declaration of x as 1 int k=Convert.ToInt32(Console.ReadLine()); for(int i=1;i<=k;i++) { x= x *i; } System.Console.WriteLine(x); } }
How to get Dynamically Linked Comboboxes Set?
How to update and insert from datagridview at run time in excel database?
Common UI for Multiple web applications. Suppose there are 35 websites using same third party controls.These 3rd party controls are made together that all 35 websites can use these controls.If we put all 3rd party controls and use its dll in 35 websites,only class files will be accessable. But I want to use CSS,images also in all 35 websites. how I can design the N-tier solution for this project.
How to Bind Nested XML to a Repeater Control with Container.DataItem?
c# code to Count number of 1's in a given range of integer (0 to n)
Coding for .NET Delegates?
How to use Client-side Script to Focus Controls in ASP.NET?