<form enctype="multipart/form-data" method="post" action="mailto:sachin@ifline.com" accept-charset="UTF-8">
Is there a problem if mails are sent this way .. iwanna avoid using PHP codes..
I've got webservice which has multiple classess
My winforms application see theirs, but not everyone.
This application has webreference to this webservice.
I think that this application see every class which is used in WebMethod, but I using parent class in WebMethod and Iwanna casting it to another class,which is not used at webmethod.
G'day friends
i want to justify my text using sIFR, Whe i researched on that, i found that sIFR just have 3 options, textalign=center/left/right. But iwanna know how to justify the text..? is there any way i can use textalign=justify ?
Please help
Kind regards
Hi everyone:
I have a question, here are two class below:
class Base{
public:
virtual void toString(); // generic implementation
}
class Derive : public Base{
public:
( virtual ) void toString(); // specific implementation
}
The question is:
If Iwanna subclass of class Derive perform…
formbuild's start_with_layout generates this code
<form action="link" method="post"><table>
how do i add id to it? iwanna add some js things that adds elements
Hello,
Iwanna count the words and spaces from a Word document and insert then in a header (or footer).. as numbers. I know i can SEE these statistics (from Tools menu), but how can i insert them in a header?
Thanks
I have an ASP.NET application where View.aspx page will display the details of each products in a shopping cart.The page displays dynamic data(Ex: For each product id,the content will be different).Now i want to track the unique page views of each product.What are the best solutions to approach this problem ? I am already using google…
hi, i am having a dropdown box showing list of roles, i used Roles.GetAllroles() for showin' all roles in dropdown box but i dn't wanna show a role named "Admin" in the dropdown box.
Hi boys, im newest... I've got a simple question... wich is better? Python or C++? Iwanna study computational science, and i like algorithms and TAD analyses... what do you prefer?
What is the best way to override jre_lib classes?
Let's say I need to store all ArrayLists not in RAM but on disk or anywhere else. Iwanna write my own ArrayList class to code this functionality and make sure that every instantiations of ArrayList use my class.
I thought about class loading mechanism to change order of classpath,…
i saw this phrase in python 2.6 man:
class threading.Thread(group=None, target=None, name=None, args=(), kwargs={})
.
.
.
If the subclass overrides the constructor, it must make sure to invoke the base class constructor (Thread.__init__()) before doing anything else to the thread.
i just wanna know why?
I read in a file with a few numbers using a scanner, and then split them using the split method. My main issue is if there is a method that can just give me ranges, probably in the math class. The numbers are currently in an array, and Iwanna move those numbers and there ranges into a two-dimensional array. Could anyone give me…
$ bc
BC> ibase=2
BC> 110&101 // wanna get 100
(standar_in) 8: syntax error
Wikipedia informs that the ops are "|, & and ^". It may be that they work only in certain BC-types or I misread something.
any web service i can use to store small amounts of data (thinking XML or JSON) for free if possible?
i am thinking iwanna create a small todo app just exploration/learning (so preferably free) that also backups data to the cloud so they can use it on smartphones for example?
Hi
Iwanna check inserted value in excel cell and if value is higher than something(for example 3000)
excel don't accept value(also throw error).
So how can I do this?
Hi folks,
Iwanna have a drop down that lets me select "Week Commencing Monday the 20th" going back 10 Mondays but I'm not sure how to go about doing this.
I've used date.now(), etc. before but not sure how to do this one.
Thanks,
Billy
i am a computer science student and have just entered in my final year. iwanna do a project on something new and exciting in the field of networking dbms os or ai.
i am proficient in java c, oracle and am improving my linux skills..
please give me some suggestions for hot topics..
I have a control for uploading an image and above it is an image control.
When User clicks 'Upload' button, image turns to an animated image displaying 'WAIT' message, after the image is uploaded, the image source changes to that image.
I want to do this using simple AJAX, JAVASCRIPT (xmlHTTP objects) , ASP.NET, VB.NET.
Can…
I have the following schema on MySQL 5.1
CREATE TABLE `mytest` (
`category` varchar(32) ,
`item_name` varchar(255)
KEY `key1` (`category`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
category column is filled with like that
[:parent_parent_cat_id][:parent_cat_id][:leaf_cat_id]
"10000200003000"
if you can search all…
Hello guys, I just wanna know if it is possible to pause a playing SWF file in adobe flex?
I have an SWF Loader and it plays my SWF file however, it does not have any capability (or built in function) that pauses the file.
Can anyone help me with this please? I'll appreciate some code to start with. :) Thanks in advance.