|
clsid:0002E559-0000-0000-C000-000000000046
This CLSid works when office 2003 webcomponents installed
a few scripts need change
|
|
|
|
|
Ok thanks for your reply, i'll try this in the next days.
Erik
|
|
|
|
|
hi
i have a select element that is created by javascript code and its options come from db. it works fine, but the problem is that the select element stretches itself to fit the longest option. and doesn't accept the width i specify/assign for it. what should i do?
|
|
|
|
|
Did you try setting the width using inline style?
Add
style="width: 100px;" to the select element tag and try
|
|
|
|
|
of course i did. but it has no effect on the width of select element since it stretches itself to fit the longest option. i set the width 100px, and when i inspect it in the browser, it is 400px!!!
|
|
|
|
|
can you please share the code of your select statement with us?
|
|
|
|
|
hi everyone
am trying to add dynamically several controls(TextBox, RadioButtonList, CheckBox) to my gridview, one in each row inside Template Column. so far everything worked fine except for the RadioButtonList item,( it does not matter if am adding the items one by one or reading them from the database) it shows to me the Options but as list (without selection being enabled) and it is look like this
Regular RadioButtonList
o ChoiceOne
o ChoiceTwo
o ChoiceThree
My RadioButtonList
ChoiceOne
ChoiceTwo
ChoiceThree
So can you help me ?
|
|
|
|
|
Please heeeeeeeeelp
i have been looking for over 6 hours online and i could not find anything even close to it
|
|
|
|
|
so what is it you want to do check a checkbox or insert the control? what do you mean it shows them as a list? are the checkboxes present?
are you using asp.net?
|
|
|
|
|
did u even read my post ?!!
it is not CheckBoxList it is RadioButtonList
what i did is i inserted a RadioButtonList from the code and bind it with DB and it is shown but my problem is i can not select any item in this RadioButtonList
|
|
|
|
|
hi,
Dynamicaly change the ifame when i click the button.that worked in mozila but not in IE.It retrive the last created file even it was deleted. 
|
|
|
|
|
|
html = "<html><head><title></title></head><body><div width=70px height=100% style=border-style:solid;"
+"border-width:1px;>"+"<iframe 'src='testadsense.html' height="+""+"100%"+""+" width="+""+"155"+""+" frameborder=1 scrolling=yes bordercolor=#C6DBFF ></iframe></div></body></html>";
System.out.println("This is for after chage the adsense code : "+html);
panel = new HTMLPanel(html);
absolutePanel11.add(panel, 400, 50);
panel.setSize("160", "400");
This is my code(GWT).
|
|
|
|
|
Is this a caching issue on your IE browser?
|
|
|
|
|
yes.The last created file stayed.The new file displayed after refresh the browser.
|
|
|
|
|
In frontpage 2001, Inspite my ASP is enabled, the 'send to database' button is still not available. Why?
|
|
|
|
|
I have a legacy classic ASP website with lots of classic AJAX (many ASP files specially made for processing AJAX requests).
We are slowly migrating the website to ASP.NET 2.0 and developing under Visual Web Developer 2005/2008. I notice VWD doesn't debug ASP files. Since we are still migrating a very large website, we are mixing ASP.NET code with classic ASP (ASP.NET pages making AJAX calls to classic ASP pages).
In Visual Studio 2003.NET it supported full server-side debugging in all ASP pages. Now, how can I debug the AJAX classic ASP pages? I tried running Visual Studio 2003.NET and attaching it as a debugger to Internet Explorer, but no breakpoints were stopped at.
Please can someone help. How can we debug classic ASP pages during AJAX calls?
|
|
|
|
|
You cannot debug the classis ASP pages.
|
|
|
|
|
Hi..
I have one requirement for knowing IP Address of client maching browsing my website(asp.net/c#) -->2.0
I have code as follows
string ipAddress;
ipAddress = Request.ServerVariables["HTTP_X_FORWARDED_FOR"];
if (ipAddress == "" || ipAddress == null)
ipAddress = Request.ServerVariables["REMOTE_ADDR"];
This gives me value:127.0.0.1
but actual IP is : 192.168.1.34
Can u suggest me the amendments..
thanks
Hemant Thaker
By:
Hemant Thaker
|
|
|
|
|
Is this[^] what you're looking for? (Courtesy of Luc Pattyn[^])
If at first you don't succeed, you're not Chuck Norris.
|
|
|
|
|
Awesome.......
Finally I got the solution
Thanks a lot
By:
Hemant Thaker
|
|
|
|
|
Hello,
I am working on a shopping cart which can be used to set up a recurring payment, if user opt for.
A user can purchase multiple items having varying prices. He can choose recurring payment option for each item. According to the functionality requirements, some type of items can be set only for monthly recurring payment, on the other side some of them can only be set for yearly recurring payment.
For example, if user wants to set recurring payment for item 'A', he can go for 2,3,4,....12 months. But when he choose item 'B', he is only allowed to choose recurring payment for 2,3,4,.....10 years.
Currently, I am sending an independent recurring payment request to paypal for each item selected by user so that the varying needs for recurrent payment can be handled.
Sending individual recurring payment requests for each item selected is obviously not a good idea. User has to wait for a long time to complete all the transactions.
I have gone through the API's provided by PayPal & authorize.net and also googled for the same, but did not come up with any idea to setup recurring payment for multiple items with varying amount of time in a single request.
Is is possible to achieve the above functionality?
We are bound to use Authorize.net & PayPal.
Thanks.
|
|
|
|
|
Have you tried asking paypal and authorize.net? They should be able to tell ou for certain
Bob
Ashfield Consultants Ltd
Proud to be a 2009 Code Project MVP
|
|
|
|
|
Yeah I have this problem - but I read it's because you need PayPal pro not standard - then you can use Payflow Pro features. It looks to be easier to code it on your site and send the individual items using pro but obviously it costs £20 / month.
I decided to stick with getting users to pay for things one at a time. Not my favourite option, but it works. I've made up for it a bit by pre-filling as much of the forms on the PayPal site as possible. So they only have to type the majority of the data once. <-- Done using the pdt variables
|
|
|
|
|
hello,
i am building an http client server communication. both client and server are placed on the same ip
(on an external equipment). inside the html document i wrote a script sending an http "get" request.
javascript has an open function that one of its attribues it url. what do i have to fill in this field?
that you,
|
|
|
|