ASP.NET Code (46)
VB.NET Code (9)
C Sharp Code (51)
ADO.NET Code (8) I am developing a web application using google map api.I want to update the map inside the div control within update panel. I got other controls updated but map doesn't get updated.I do not not want to update map whenever unnecessary controls are fired at server side.How could it be achieved?
2675In the Design view in Visual Studio 2005 of an ASP.NET web page, what is the easiest way to create an event handler for the default event of an ASP.NET server control?
1 5229what is the value that reside in a hidden field when no value is assigned to it?how it can be used in a if statement??
1 4764on running a vb.net form to add data to an sql server database am getting an error -> the item "obj\debug\windows application1.form1.resources"was specified more than oncein the "resources" parameter .duplicateitems are not supported by the the "resources" parameter. anyone with the solution to the problem
1 4927
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.
Code for Presenting Parent/Child Data in a Data Grid Row?
How we use ajax in asp.net through javaScript. Please givee me an example.
How to Link Different Data Sources Together?
Give me some tips in c#?
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); } }
Code for Searching for Multiple Matches with the MatchCollection Class?
Coding for Synchronizing Cache Access in ASP.NET?
Code for Creating a Form Using PlaceHolder Controls?
how to insert fname,lname,designation values into database while click on the submit button using windows authentication mode?
How we work on N tire architecture in asp.net Please give me Examle...
How to get Dynamically Linked Comboboxes Set?
Code for Using Keyboard Events?