Thanks monalin,
I understand that this very feature has been removed for some reasons , thankfully some one understood me question atleast as to what I was saying :-)
Hello there,
I am new to Java programming,
I am trying to create a check box in a table cell which the user should able manipulate when the JTable is showing, the renderer is working fine but the...
Hi,
I am creating a .Net application to interact with Visio.
For now I am making it working with Visio 2003 only as I added the visio 11.0 tlb reference from the project->references.
I was Just responding to CJard for his comments,
Your post makes sense thanks for that, I have also figured out that there is a power toy for VS 2005 express called MSBee which does a similar...
Actually the company doesnt work in Microsoft solutions, the project i am assigned is not huge and entirely seperate from main development.
anyways as a developer its not always what u want... :sick:
The reason for writting 1.1 application is that the customers such as banks etc work in very restricted and secure environements, plus strict IT policies on their machine. They dont like upgrading...
No, I can not use VS 2003 because I have to use Express version (Free one) and there is no VS C# 2003 Express so I can only use VS 2005 express or 2008 express.
Hello,
How can I write an application for .Net framework 1.1 from Visual C# 2005 express edition. I am developing on Vista and have framwork 2.0 on it.
Thanks,
Ahmed
Hello,
if I have an assembly dll or exe file to be used.
Is there a way to know as to which framework of .Net it was written in ???
1.1 or 2.0 ?
Thanks,
Ahmed
I've used your script.
I figured out the problem ,
I was using synchonous call to open.
but why should synchronous call not let state change call backs in Mozilla but in IE .!!!
seems funny..
I...
I am usinng the following code to send an email
The code works fine in IE but in Mozilla the function readyStateChanged doesnt get a call back, therefore the user doesnt get the message box saying...
So I am going to use the cleanest way by sending pure XML as Andreas said, it s the Best use of AJAX, and not the XML with <Options> tags, as you said it not smart way.
Your responses are very helpful,
I would like to ask further that If I use XML instead of comma seperated text, could you give me an example as to how would I parse the XML in the java script code...
I want to fill a drop down/combo with list of items, when a user clicks a button,
I am calling my php page using http request of AJX and then fill up the combo
using
combo.blala.innerHtml= "code...
Thank you cjard and Thread1 for your replies,...
you suggested me to use, datatable and dataadapter would it solve my dynamic column problem only or would it address the performance issue too, Is it...