Hi,
Programming Language - HTML, JavaScript
Web server : IIS 6
Browser : IE 6 +
I am working in a Dual Monitor screen setup. I have a scenario some times the user move the IE screen from primary monitor to the secondary monitor and close the IE. when they open next time the IE opens in the secondary monitor rather then opening in the primary monitor. I want to make sure when they open my application in IE it...
User Profile
Collapse
-
Dual monitor moveBy not working in IIS6
-
move a child window or a iframe
Hi,
I am creating a web page, it can contain a iframe or child window which should move along the scrollbar movement in the browser. can any body help me in this
Thanks,
Sateesh. -
XmlDocument doc = new XmlDocument();
doc.LoadXml("<A vailableFields> <Table Name=\"table1\" ></Table></AvailableFields >");
XmlNode tableNode = doc.DocumentEle ment.ChildNodes[0];
DataSet data = new DataSet();
DataTable table = new DataTable("tabl e1");
data.Tables.Add (table);
... -
How to get particular column in datatable
Hi,
Hi,
I have a dataset datatable
select ORDER ,
DESCRIPTION,
FIRSTNAME,
LASTNAME,
ADDRESS,
ZIP
FROM Order
I need to select only Order and description and insert in to the another datatable
then select other firstname,lastn ame,address,zip to another datatable and assign this two datatable to new dataset which has newly created... -
I need to create a xml in this particular format...
how to generate this customised xml using c# code
<AvailableField s>
<Type Name="a">
<Fields Key="101" />
<Fields Key="103" />
<Fields Key="104" />
</Type>
<Type Name="b">
<Fields Key="103"...Leave a comment:
-
create customised XML c#
Hi,
I have a select query like this
Select value,key from table;
value key
a 101
b 102
a 103
a 104
I need to have xml like this
<AvailableField s>
<Table Name="table1">
<Type Name="a">
<Fields Key="101" />
<Fields Key="103" /> ...
No activity results to display
Show More
Leave a comment: