For a server control, you need to have same properties like
color maxlength, size, and allowed character throughout the
application. How do you handle this?
I have a component with 3 parameter and deployed to client
side now i changed my dll method which takes 4 parameter.How
can i deploy this without affecting the clent?s code ?
I am trying to implement sorting facility from client side
code in GridView Control.
So how can I fill up an Array inside client side code
(using JavaScript), i want to assign my DataSet object
declared and filled up on Server side(in code behind) to
the array (on client side)
You need to be able to retrieve data from DataSet object
that has four DataTable objects. There are currently
UniqueConstraint and ForeignKeyConstraint Object on the
DataTable objects to enforce the data rules. You find that
you can retrieve the data from the individual DataTable
objects, but you are not able to retrieve the data from the
combination of DataTable objects in a Parent/Child manner.
What should you do to able to retrieve the data in a
Parent/Child manner?
a) Set the EnforceParentChild parameter of the DataSet to True.
b) Set the EnforceRelation parameter of the Relations
collection to True.
c) Add DataRelation objects to the Relations Collection to
make the DataSet present the data in Parent/Child manner.
d) Add a primary key and a foreign key to each of the
DataTable objects that should present the data in a
Parent/Child manner.
Am not able to move the controls on the form freely in
asp.net 3.5 even though I selected the position as relative
or absolute for those controls. What should I do to overcome
this?
50
What are the different Key TreeView Properties in Asp.net
2.0?