Hello
I'm new to this Reporting services, and I wonder if RS can retrieve data from a pre-determined XML file.But first let me explain my problem.
I get the XML file from a third party which i can not modify, is it posible that i can create a datasource/dataset to this file an retrieve data...
Hello and please help.
I'm new to XSL and how can i calculate the running total and display it within the for loop.
part of my XML
<Expenses>
<expense> <id>1</id><amount>10</amount></expense>
<expense> <id>1</id><amount>20</amount></expense>
<expense>...
Hi all.
I use OL2000 sp3. I have a form to scan the inbox for certain meassage. my questionis how i copy the attachment of these message to local drive (i.e C:\)
What did i do wrong. can some one help or point me to the right path.
Thank you and below is my code.
sub Function Item_Open()
'...
Hello All
How can i change the textbox value before and after a long process routine? here is my code and the Textbox is preset to blank
Sub cmdShow_ click()
DescriptionMsg.Value = "Scanning in progress... "
showMessages 'long process atleast half a minute
DescriptionMsg.Value =...
Hi all. I need your help and my question is that can a web page in a subweb access sesion value created from parent web side?
Let say I have web site A that has subweb B. In A i have and 2 ASP files, Set.asp and get.asp. i also have the get.asp in subweb B.
'Set.asp
<%@Language=VBScript>
<%...
Please help anyone.
I create a C# activex dll that run in IE. it works fine one my machine (XP SP2, IE6, net framework 1.1 sp1). When i run http://localhost/mysite/myapp.html the control show up correctly.
I create a virtual dir mysite on my intranet (Window 2003 server, IIS6 Net framewrok 1.1...
Is there way for ASP.NET to read cookies value that were set with Javascript in PHP page?
Thank in advance.
//Setting cookies with javascript in a PHP page. It is
// written from a third party that i can not changed.
<script LANGUAGE="JavaScript" >
function setCookie(cookieName,cookieValue) {...
Hello all
Is there any web stat tools ( free one ) for IIS6 so that i can use, Something similar to MS site server express provided in the option pack 4 for IIS4?
Any help on where to get and how to install operate these tools woulb be very appreciated.
Thanks
Thankyou all
I found a way to solve my problem thanks to obislavu from this link http://www.tek-tips.com/viewthread.cfm?qid=858914
and here my code if any body need it
string SSQL= "SELECT ID, Fname,LName,Init From tblEmp";
sqlDA = new SqlDataAdapter(sSQL,sqlconn);
DS =...
Hello
I try to bind both displaymember and value member of a listbox to a dtataset data, but this time the displaymember witth multiple field value as follow.
....
string SSQL= "SELECT ID, Fname,LName,Init From tblEmp";
sqlDA = new SqlDataAdapter(sSQL,sqlconn);
DS =...
I found a solution ( at least for me) and here what i did
1. go to Controlpanel/admintools/
2. Open ms.net framework config
3. expand Machine/codegroup/all_codes/
4. right click LocalIntranet_Zone then click properties.
5. in membership condition Tab set the first combobox to URL and type...
Hello everyone.
I created 2 windows control library UC1, UC2. They are both hosted in browser (IE). It's Ok to run each of them separately by typing http//localhost/UC1.html or http//localhost/UC2.html. I wonder is it posible to launch UC2 from UC1, let say i put a button on the control UC1 and...
Thanks
unfortunately it does not work, I tried your statements and get the compile error "System.Web.UI.AttributeCollection' does not contain a definition for 'Items'"
Dropdownlist1.Attributes.Add("Size","10") the dropdownlist turn into a listbox (which is not what i want )...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.