Finding Captcha That Support Mvc Application With Refresh Image Facility
Oct 5, 2010captcha which supports in MVC application and allow captcha image to refresh with "Genreate new image" link.
View 5 Repliescaptcha which supports in MVC application and allow captcha image to refresh with "Genreate new image" link.
View 5 RepliesI used ur captcha code of asp.net in my project. and i want to regenerate the captcha on the button click so how can i do that.
View 1 RepliesI want to implement Yahoo map in MVC.
I wanted to develop an application which gives searching facility of any location on map.
and add extra details over map.
how can i use CAPTCHA Image Verification in C#
View 10 RepliesI'm implementing captcha on my website like the one in [URL]. It is working fine while running on VS2008. However, not when uploaded on IIS. I think the image is being blocked by IIS.. anyone knows how to fix this?
View 1 RepliesI want to have the captcha image validation where users need to enter the text shown in image.
View 1 Replies I have a web application running asp.net and SQL Server 2008.
When i run the site within VS2008, the captcha image works fine, but when i run the site via the internet i have no captcha image.
I used a custom captha inside my mvc application and it works perfectly fine in local but in production it isn't being generated. why is that?
I used the following statement for saving the image. do you think it is beacuse of that?
[Code]....
how you have implemented mathematics type captcha in comments sections in URL...I like to implement this type of captcha security, its more clean and user friendly.
View 1 RepliesHow can one create a captcha application as a field in the form say registration form...?
View 3 Repliesi have a image control that show Captcha...
Problem:in the Host(not local system) Captcha show only one image that created for first time,but in my local system every things is right,and captcha change for every page load...
i think image can't find server folder address and always show first produced image!!!
see code:
[Code]....
where is the problem?
notice:when i see server "Upload" folder and "AddIntuitionReflexRandom.gif" file,content change truly,but that can't show in my image.
[URL]
Â
I have implemented as writeen in the aritcle but the captcha image is not being shown when I run the application.why
I have issue in Mathematical captcha, its not working in IIS,Image path not getting, it shows altertext "Captcha".
View 1 RepliesI have implemented captcha control in my webpage based on the article How to implement Captcha in ASP.Net.
It is working fine when running through the VS IDE, but when i deployed the website in IIS 8 (Windows 8.1) server the captcha image does not show.Â
How can I bind image control with captcha from generic handler using jquery.
View 1 RepliesI tried this link to generate verification Image [URL] ..... It works fine.
But I'd like to put a button in page for regenerating captcha for example. When the image was unreadable for user.
So I put an updatepanel in page and this is my code:
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<tr> <td colspan="2">
<asp:Image ID="imCaptcha" ImageUrl="~/Captcha.ashx" runat="server" />
[Code] .....
Although the image changes but the whole page is refreshed. Whether this is due to incompatibilities httphandler and updatepanel?
how to refresh a image control to pick up the latest on a asp.net page. The problem is that i am not able to
get the latest image on the page, it keeps showing the old page. But when i hit the refresh button on the toolbar it correctly gets the latest image and displays it in the control.
My team members don's support the use of validation controls that are available in asp.net (for web application).
What are arguments in favor of validators instead of or in addition to javascript validation?
We are developing a web solution for our clients to handle their business processes. With reality in check, clients' requirements change over time; sometimes adding a new field, changing the calculation logic etc. When it was still a small scale solution, whenever an upgrade occurs, we will upgrade any existing data to the latest change i.e by having a empty property for it. I would admit this isn't the best of scenarios as old products that previously don't possess certain properties are now 'new' again which doesn't reflect the product correctly.
I am looking for a solution to introduce versioning to this solution before things get out of hand. What I've come up with is like this:
Realising that data is semi-structured (it changes from time to time), we've decided to go with an XML / XSLT approach. Storage of the data will be a mix of columns storing individual properties (e.g. ProductID, ProductName, VersionNumber) and XML columns that holds XML data to cater to fields that will change.
These XML and XSLT will have version numbers to tell the system which version of XML works with the other.Logic wise, we were thinking of developing our business logic to support multiple versions so that old products will still be calculated using old algorithms while new ones will use the new algo. For old products, besides updating them using the old algorithm, we will allow an 'upgrade' option so that they can be upgraded to the new version if they want to. Database wise will remain unchanged since we will store fields that are to be changed in XML form so extending fields should be catered for.
Would like you guys out there to comment on such a setup. I'm concern about performance since some fields are stored as XML, retrieving it will require extra steps, hence the reason why we decided some consistent fields should be on their own for searching purposes etc. Also, would doing multiple versioning like this get really big on the logic side as the program grows?
My client has few requirements for his website he want to built. want to discuss best practices to start this project and make this a learning experience.
accessible from all browsers and platforms. (mobile as welll)language supportscalableshould be CMS style so he can assign roles etc for editing. except above my question is what will be best to use as a new project in VS2010 (MVC, web application etc)
I am using the ASPNET_Captcha control for my login page. It works fine. However when i implement the forms authentication, the catcha image does not appear.Â
Do i need the location section in the web.config file? If yes can you share the details for the same.
I am working on a web forms application that needs to support multiple languages based on a user's preference. Here are some considerations to keep in mind about the needed solution:
I want to avoid using resource files to store the different text translations because I'd like the ability to change them without having to recompile and deploy the application.
Also the translations ideally need to be adminstratable.
It seems its a considerable amount of effort to add this support to an existing application.
I am little confused regarding the concepts of localisation and globalization.I was working on a project which was totally database driven. All the data, images and flash stuff was coming from the database. Now the site is fully loaded with the data.Now the client wants the currently running site in 5 different languages. So I read the resource files concept. Now the confusion arises. I have 2 types data on the site, one is static(ie text on labels, titles, buttons) and dynamic data that was added from the admin panel.Now my question is: If at this stage I want to make the site in 5 different languages, then I have to make the resource files for all those languages so that the static data can be displayed in different languages.But what about the dynamic data that was entered by the client. Client uploaded huge amount of data. Should I make the changes in the database tables and add 4 other columns for different languages and again upload that much data in those 4 languages.
View 3 RepliesI am new to mobile applications. How to develop a .net web application which will support all the phones like iphone, blackberry etc...For developing this applications what are the softwares we need.
View 6 RepliesI need to create an email application that support sending and receive email application.
View 1 Replies