I have 3 forms and 3 db.I have data in db.
Now,i want all of them to print in a single page.
I am using wamp server for php.
I googled but,could nt find out.
Give a snippet.Thnx in advance.
I need to convert Keys.Enter to a char.
This does not work in compact framework: http://stackoverflow.com/questions/2518749/convert-sequence-of-system-windows-forms-keys-to-a-char (KeyInterop.VirtualKeyFromKey)
Any one have any other ideas?
how i can make http request to my page
i dont know that you understand me or not
but i want to make a site like [www.break-rules.info][1]
how i can make all links and forms actions redirect back to my script
iam using php
**can you help me please**
How would you implement a search facility within an ASP.NET hybrid application? I'm really tempted to start rebuilding our Intranet application using ASP.NET MVC & Web Forms (mainly MVC though).
I know how to search the dynamic content from a database, but I'm struggling with the static content in the Views. Surely this should be an easy task with routing and a sitemap.
Hi,
I'm working on a site that in some of its forms , a specific language is needed to be used. (sth like a Dictionary).I want to know if there is a Tag in Javascript/Html that i can check the language?for example if i need the input in japanese and user gave me an English word,it finds out and gives an error.
Does anyone have experience in developing a standalone app with Silverlight using SQLite database? App should be distributed on CD or DVD for Windows OS and has to have autorun, with possibility to install .NET Framework if needed.
How difficult is to develop that kind of app for someone who has two years experience in Asp.NET web forms apps?
Thanks in advance for your answers.
I have a website in which I have a several php forms that I would like to fill out with auto generated content (for the purposes of exercising different content the user could submit). I would like to write a client side application that enables me to do so.
Is there any way either using webtoolkit, java script etc of doing this?
Thank all for your help,
PHPNoob
Hi, I have a struts app with a jsp with the code:
...
...
<input name="inrofol" class="inputfilter" id="inrofol" size="22" maxlength="20" type="text">
...
And even though it's not linked to the associated form bean, I get the exception
Error 500: No getter method for property: "inrofol" of bean: "com.test.forms.CompForm"
Any hints ? Thanks
Some websites have forms with input type="text". And inside these textboxes there is a blurred text, which says for example: "Enter your name here".
And then onClick or OnFocus or whatever, the text dissappears and you can type into the textbox.
Like the title of posting a question here at stackoverflow, same thing.
How is this done easiest way? Would prefer if there was not too much js involved.
Thanks
Hi all
In my win forms c# app, I want to be able to add spell check functionality. But, I want to do it my own way, and NOT use any other components. All I need is just an online service where i can send a request or something and it tells me whether or not the word i sent was spelled correctly.
Preferred but not required: The ability for that online sevrice to also send back suggestions.
Thank you :)
What's going on here? What is the subtle difference between the two forms of "unless"?
> irb(main):001:0> foo = true unless defined?(foo)
=> nil
irb(main):002:0> unless defined?(fooo) ; fooo = false ; end
=> false
thx
I've got an ASP.NET website that I use forms authentication using the default provider you can setup. This works just fine for the site. The question is can I pass the credentials from the web site to a web app on the same server?
Hello,
I'm making a windows forms application in c# that will start in windows start up . User also can start the application from its icon on desktop.I want the application to be minimized in system tray if it was started from windows start up and to be in normal windows state if started by user clicking on its shortcut icon. Is there a a way to detect whether the application started by user or by start up ?
((EDIT))
i am using this code to make application appear on startup regesiterykey.SetValue("MyApp", Application.ExecutablePath.ToString());
I am doing an application that runs in background. Since there are no forms, I need to show some info on the desktop wallpaper. how can i achieve this ? The application need to update the info on wallpaper.
When scaffolding a model & controller, the "new" and "edit" associated forms submit to /object_type/object_id. This triggers the "show" controller.
Where is "show" defined as the default action, and what is the right way to override this?
I have a user control with a form, and I am trying to embed it in sharepoint 2007... I am getting an error about having two server-side forms on one page. This is crazy! Surely I can write a user control with a form and embed it in sharepoint??
Thanks.
MessageBox.Show((some_string.Length).ToString);
i am getting two errors for this:
Error 1 The best overloaded method match for 'System.Windows.Forms.MessageBox.Show(string)'
Error 2 Argument '1': cannot convert from 'method group' to 'string'
can someone tell me how to do this correctly?
I've set up a basic html/php submission form where people can register for our event, but need a way to replace the submission form webpage with one that reads something like "We have reached our registration limit" when we reach a certain number of submitted forms. Our database is MySQL (if that makes a difference) I've looked around on the web but people either say to count the entries by hand, or the ones that do have an automated system use CMS like drupal or joomla. Is it possible to setup an automated script that will do this?
Thanks in advance, I am looking for a good way to make forms in php. I don't want to have to create all the items in html and want it to look good, be easily validated, and in general be easy to work with. Suggestions.
Hello,
How to Bring (form_x) to the front.
I have a custom usercontrol which opens (form_x) and I use this usercontrol for all of my forms. and now the problem is that the usercontrol opens a new (form_x) instead of Bringing of(form_x) to the front.
Hi
I have install oracle linux 4.5 on server twice but having same problem.
The server hangs on booting just displays "GRUB C" i don't know why is it happening.
Please advice is it the drive issue.
Hello,
I am currently looking to install ssl on weblogic 10.3. There are is tons of info on oracle website however it seems to be shattered all over the place. is there a weblogic expert who can provide the steps for the following:
setup ssl with self signed certificate (from scratch)
setup ssl with CA from Verisign (from scratch)
Thank you
Does anyone maintain lists of the most frequently guessed account names that are used by attackers brute-forcing ssh?
For your amusement, from my main server's logs over the last month (43 313 failed ssh attempts), with root not getting as far as sshd:
cas@txtproof:~$ grep -e sshd /var/log/auth* | awk ' { print $8 }' | sort | uniq -c | sort | tail -n 13
32 administrator
32 stephen
34 administration
34 sales
34 user
35 matt
35 postgres
38 mysql
42 oracle
44 guest
86 test
90 admin
16513 checking
In the long tradition of having hidden features, let us have a list of hidden features in MySQL.
Do put one feature per answer.
Also See:
Hidden Features of Linux
Hidden Features of PowerShell
Hidden features of Oracle Database
Hidden Features of Windows 2008
Hidden Features of Solaris/OpenSolaris
Hidden Features of SQL Server
Hidden Features of IIS (6.0 / 7.0)