from web.config file with connection string who to interact
means who to connect in gridview. in my system shows null
something error what is the problem
Suppose in a scenario if we want to display information only
until 4.00 p.m and after that
means after 4.00 p.m if any one tries to access the
information it should give error mesage.
Then how will you write a delegate for this ? Give coding.
If all code is written in a try block and write a catch
block with Exception type Exception .In that scenario will
all the exceptions catched by that catch block? or any
exceptions which will not be caught?
What is HashTable, what is the use of it, when do we use
(purpose).
88
please exaplain gridview and what are the process available
for it. how to add the row number automatically? is it
possible to add child controls ?
124
How to do and Apply Themes to Datagrid,Lable,Textbox,etc.,
in C#.NET 2005 Windows Application? (like who we will do
themes in ASP.NET using .CSS and .SKIN files). Urgent!!
134
What is the difference between class and abstract class?
12
What is polymorphism? pl explain practically rather than
theoretical?
19
What is the Difference between class and abstract class?
6
how to create crystal reports
give one detail example(i want to view age category report)
please give suitable example in my small knowledge
178
What are the access allowed for compilation
units(namespace),class and structs and what are its default
access?
what is the need of using interface in program
ex:if we have a program like this
interface1()
{
void method1();
void method();
}
class a1 : interface1
{
a1 b = new b();
b.method1();
b.method2();
}
so without using interface also we can achieve this then
wat is the need to use the interface?
plz give me the answer
86
In gridview in editmode if we want to display information in
one combobox based on
Hello!
How to do this: "Create manifest utility intended for
creating update content files. Application should take a
set of files as input parameter and generate XML based
manifest file as output one." I use C# and vs.net 2003.
It's urgent! Help please, thanks.
Mayana
144
How encapsulation and abstraction defined/used in C#.NET.
I wish to create a windows application to perform a similar
function as that of the "Search" which is provided to look
for related files and folders in the System..
What steps must i follow??
92
from web.config file with connection string who to interact
means who to connect in gridview. in my system shows null
something error what is the problem