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,
2704i want to supress the entire row which have null value and i want to place next row in that place.
HCL,
2511Please give me the vb.net codes for deadlock(like detecting,& avoiding) in any version of vb.net.
3505
How to Bind Nested XML to a Repeater Control with Container.DataItem?
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 insert fname,lname,designation values into database while click on the submit button using windows authentication mode?
How we use ajax in asp.net through javaScript. Please givee me an example.
Code for Creating a Form Using PlaceHolder Controls?
How to find No of classes,Packages,No of Methods per Classes and Depth of Inheritance for selecting source code in windows form application using c# .net? (Source code is input Program. It may be Java or .net) Please help me..) Thanks..)
Code for Searching for Multiple Matches with the MatchCollection Class?
How to Link Different Data Sources Together?
Code for Using Keyboard Events?
How to get Dynamically Linked Comboboxes Set?
how to create a search bar which access data from various websites and retrieves the data
i have a gird with columns all are coming from database,this will bind in item templete in gridview as textboxex.and i have button below named Update.i want to update all the records in the grid,but if user change the value of one textbox,what is the easy way 2 do this
How to export 2 datatables of a single dataset to 2 different worksheets of a single MSExcel file ?
program for straight line(y=mx+c)
Please give me the vb.net codes for deadlock(like detecting,& avoiding) in any version of vb.net.