I imported system.web into my class lib project.
Trying to find:
system.web.httpserverutility.server.mappath
But I dont' get the method in intellisense?
It is a .net 2.0 build.
I want to create a listbox like the one shown in the image,
i just dont know how will i get the button(the red close button) click event for each item in the listbox
Can anyone point me to a good tutorial on this
Thanks
I have a hobby opne source Java project hosted at google code (linkset).
May I use a prefix "com.google.code.linkset" as a package name for this project?
P.S.
I dont own "org.linkset" domain :( but i like the name :)
Hi. im working on javaswings. i had a textarea in a panel. i dont need horizontal scrollbar for that textArea. only vertical scrollbar is needed. i disabled auto scrollbar options, but still the horizantal scrollbar is working. please help me in thz..
Hello, currently I have dual boot with 2 windows 7. (dont ask why, long story, I need them for each with different settings involving Audio Recording)
I am very keen to install the new Ubuntu and get into a new OS, out of interest but I don't want to mess with my current 2 windows installations?
If I install Ubuntu, will this simply add to my list of OS boot options when you set it, like I did when I install my 2nd Windows 7
Any comments or help would be great?
Thanks
Bill
HI, I have the following ide's for php
Dreamweaver
php-Eclipse
Textpad
I wish to jump to a function's definition which is located in another file which is not yet open. How could I do that. I am studying a websites code and have the entire directory struction in my local root folder. I come accross certain functions and I dont know in which file their definition is. Pls suggest something.Thanks
can anyone tell me how i can put different pictures to different locations, as shown on the url below:
http://connectedwell.com/wp-content/uploads/2008/05/brightkite_friendmap.png
brightkite used to have it, but they dont anymore ... and im not really sure i can use custom div tags and assign them to the google map api v3 ... didnt really find anything useful in the api documentation either ... just for "custom markers"
Is it possible to create a table which has a check constraint on one of the column whose value lies within the result set given by another sql query
eg.
create table tablename
(
name varchar(10),
rollno int
)check rollno in (select rollno from anotherDatabase.TableName,candidateRoll)
or any thing like that.
I dont have to use it anywhere but still want to know.
I have a string like this
BRADI5G20430|BRADI5G20430.1||1
How can I replace the bar (single and multiple) with tab ("\t")?
I tried this but dont' work
sed 's/\|+/\t/g'
I also want to include this line in bash script.
I'm planning on learning 3d game development for the iphone using a 3d engine, but because of lack of tutorials for the iphone I was planning on using C++ game tutorials and making the necessary changes.
The problem is that I've had limited success when searching for things such as 'c++ 3d fps tutorial ' I dont really get anything useful.
Are there any 3d c++ tutorials you can recommend?
hi everybody
i have a problem please help me
i have 4 select tag in my php page and when i post my parameters to my page all of select tags
clear and i want my selected item dont change - excuse me for my bad english
i dont know whether am only getting this problem or some one else.
When entering string as input in the quantity filed of addtocart input box it never throws error and it takes as 1. how can i validate it. bcz they already made onclick function on addtocart function.
Please help me to solve this
i come across http://flyspy.com/miles/ and been impress by their chart/graph(the 2 and 3 one, i dont know is this 2 consider chart/graph)
anyone know how to build it? or did they use any javacsript script to build it?
Hi,
I am facing a problem while disabling the scrolling of table view.When i disabled the scrolling then the cells are not responding to user clicks,even delegates( like - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath) are not firing .Still dont know how to resolve looking for a solution
Thanks in advance....
I want to hide a div which is inside a iframe , is there any way to hide a div by its attributes
example: i have a iframe i need to hide the div id="content" content in php.net
<iframe src="http://php.net/" id = 'iframe'>
<div id="content">...</div>
</iframe>
Dont know where i am doing mistake, please help me to resolve this issue
function hideIt(){
document.getElementById('iframe').contentWindow.document.getElementById('content').style.display = 'none';
}
Hi,
Im trying to implement something given to me however I've come across an error
when using:
[WebMethod]
public DataSet getAll()
{
DataSet isnt recognised. Im guessing I'm missing one of the "using System..." statement from the start but I dont know what it is. I was wondering if anyone could help me out?
Im using Visual Studio 2008
What is triangular link exchange ?
Every one saying
Site a links to Site B
Site b links to Site c
Site c links to Site A
its called triangular link ,
But can some one tell me in the prommer understandable view..
I dont How to Start this application ...
Please advise How to start this....
in my config.php where i have all constants i set the PATH to a absolute path.
but this means that when i move my application folder i have to change this path.
i wondered if its better to set a relative path, in that way whenever i move my application between production and development folder, i dont have to change it.
how do you guys do when you move between folders?
actually i am looking for some best html editor for my CMS system. witch support (PHP, JQUERY)
i found TinyMCE but it dont have image upload functionality, after i found
phpimage for this but every time i goto
http://sourceforge.net/tracker/?func=detail&aid=2844769&group_id=103281&atid=738747
and click on files, i get normal TinyMCE my question is how to find phpimage to download and configure it.
if you know any other FREE HTML editor with image uplaod let me know.
Thanks
Hello friends
The below link has my web page and i would like to validate all the fields using jquery, the problem is I dont have much space around the fields to display ordinary error messages. I am am a novice and thinking of using jquery validation, so could any of you suggest me the best possible way to do that.
http://www.4shared.com/photo/BowU9nFB/page.html
Thanking You,
Indranil
Sorry for this not being a "real" question, but Sometime back i remember seeing a post here about randomizing a randomizer randomly to generate truly random numbers, not just pseudo random. I dont see it if i search for it.
Does anybody know about that article?
I have the following code:
<div id="DivPassword" title="test" >
I want to change the div title and I have the following code:
function ChangeAttribute() {
$("#DivPassword")
.attr('title', 'Photo by Kelly Clark');
$('#DivPassword').dialog('open');
return false;
}
When the dialog is opened, the title is still test! if I dont assign any title to the div, the dialog doesnt show any title. How can I correct that?
I want to cancel out key press event when my textarea field gets n number of characters from user. At that point i dont want user to enter any more characters. What to do?
We have Youtube videos on a site and want to detect if it is likely that they will not be able to view them due to (mostly likely) company policy or otherwise.
We have two sites:
1) Flex / Flash
2) HTML
I think with Flex I can attempt to download http://youtube.com/crossdomain.xml and if it is valid XML assume the site is available
But with HTML I dont know how to do it. I cant even think of a 'nice hack'
Hi, writing a article about development cloud computing applications, and
i dont know how a call cloud software, the title article is architeture and
design of (eg. On demand Application), how definition i can use??i am very confused about this definition wanna know the difference of this concepts:
Cloud Application,On demand application and SaaS application.
thx