no answers?
anyone knows if is there no answer for that?
User Profile
Collapse
-
Save an xml on a applet
Is there a way to save Xml file on a applet embed on a .aspx?
I know that applet doesn´t have permission to save a file, but i want to know if is there a way to the client allow the applet to save a file...
thanks -
-
Download file
I want on a click button open the dialog "Save as"
the only thing i found is the HREF:
<a href="../TextFiles/testTxt.txt">Do wnload</a>
it works but i want to make that in a button!
And that code above have a problem...with .doc files the window save as appear..but with .txt files the window don´t appear, the i.e. just simply open on i.e.. I do know... -
-
Save File Dialog
I want to on a click button save a file:
The file is in D:\FilesExport\ Custumers.txt.
I tried to do this but nothinh happens!
document.execCo mmand('SaveAs', '1',"D:\\FilesE xport\\Custumer s.txt");
if i do :
document.execCo mmand('SaveAs', '1',"filename") ;
the save dialog open but he save the HTML content!
I wanto to save... -
but the my button cannot be an asp button...correc t?
i think you solve my problem!...Leave a comment:
-
Is a Web application.
The problem i think is that by default...the button properties start with enabled...and when i call a web service my settings go away...because the postback...and the page take the initial property...Leave a comment:
-
-
-
Button disable doesn´t work
[code=cpp]
protected void btnTest_Click(o bject sender, EventArgs e)
{
btnTest.Enabled = false;
//here is some code - that code take 15seconds
//and in the end i put the button n enabled
btnTest.Enabled = true;
}[/code]
i don´t know why that happen...
when i click again the event accumulate!!!!... -
the problem is: when i change the selected item the event is not dispared...Leave a comment:
-
and i have created the function on the c# too..
protected void dl_SelectedInde xChanged(object sender, EventArgs e)
{
}
no compilation errorLeave a comment:
-
How add an event to a new control?
I created a new dropdownlist with the event selectedIndexCh anged, but he never dispared!! what i am doing wrong?
Thanks
for (int i = 0; i < 2; i++)
{
DropDownList dl = new DropDownList();
dl.ID = dl + i.ToString();
... -
When a add a new control an event disappear with the control
After i created the control he appear on the screen but when i click in a button
the control disappear!!!
And the syntax for created a neew function is correct?
thanks
Here is the .aspx file:
Code:<asp:UpdatePanel ID="UpdatePanel5" runat="server" UpdateMode="Conditional"> <ContentTemplate>
-
How define an left atribute on a DropDownList dynamically created
This is my code:
DropDownList drop = new DropDownList();
drop.Style = "left:10px; "; -------------->doesn´t work(error compilation)
drop.ID = "1";
drop.Height = 10;
drop.Width = 130;
drop.Style("Lef t") = "12";--------------->doesn´t work(error compilation)
... -
ok...i have typed wrong here
where obj = figure in my code;
i have done that...
figure.style.cu rsor = 'pointer';Leave a comment:
-
where obj = figura in my code;
i have done that...
figura.style.cu rsor = 'pointer';
and nothing happens...no error and no hand...Leave a comment:
-
And the opacity works...
So i just want to know how i change the mouse style to "hand" when i pass the mouse over the "rect".
ThanksLeave a comment:
-
Here is a description of the SVG file:
[HTML]<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="ht tp://www.w3.org/1999/xlink"
version="1.1"
baseProfile="fu ll"
id="SVG" image-rendering="opti mizeSpeed" width="612" height="800"
viewBox="0 0 612 792" overflow="visib le" enable-background="new...Leave a comment:
No activity results to display
Show More
Leave a comment: