C# - Localization Of Javascripts And Jquery Alerts?
Feb 8, 2011Is it possible to localize the javascript and jquery in asp.net (.net 4)?
Is there any proper examples with c#?
Is it possible to localize the javascript and jquery in asp.net (.net 4)?
Is there any proper examples with c#?
I am not able to change the direction of popups/Alerts in Arabic culture which should be RTL direction.Rest of my application is changed in above culture, only problem is with popups and alerts.
View 1 RepliesCan you remove all javascript that is added by asp.net?
View 6 RepliesI have ScriptResource.axd file which is use and whithout compression. also I have JavaScript files that are not compressed too.
this is making website loads reallu slow....20 seconds....:
What can I do to reduce this and compress everything?
I want to code javascripts to check some text box value in code behind form. (I knew how to use vb to check but in this case, I need JS)
For example, I want to use js to check value in txtOrderProduct, txtOrderBy, if both of text boxes are blank then fire alert function.
I'm new to MVC. I have a table, whose rows are added using javascript. Each row has a delete/edit links. Now I need to populate the row with html controls, like textbox and dropdown list, when i click the edit link.Javascript to add rows to table:
[Code]....
How to do that? Hope, my query is clear
I use javascript hints for my textbox and when page loads I set that, but after submiting data for example in the case of error in input and need for inputing again the data it doesn't show the hints, which means that when ajax sends Httprequest and gets Httpresponse and refreshes the update panel , that panel doesn't accept loaded jscripts again, so they should be loaded again.
I do not know how to do that in asp.net, any tips or recomendations?
I have javascripts folder under root folder , its all workig fine till now. Suddenly it started giving me the following error for all the javascripts under scripts folder.I the only change i made today is , deployed some files under website root directory which are asp files. I didn't deploy any files to scripts folder at all.
I saw in firebug net panel and i got the same error there.
The page cannot be displayedYou have attempted to execute a CGI, ISAPI, or other executable program from a directory that does not allow programs to be executed. try the following: Contact the Web site administrator if you believe this directory should allow execute access.
HTTP Error 403.1 - Forbidden: Execute access is denied.Internet Information Services (IIS)
Technical Information (for support personnel)
how to send email alerts using c# . send me the codings
View 10 Repliesi want to send sms alerts with my web application, can any one let me know the process
View 7 Replieshow to program alerts and warning messages using c#.net
View 1 Repliesam trying put values using javascript function but for some reason that is not working and the values are lost :(what i am trying do?, from the tabchanged event I ask if the user want return to the last loaded tab and go to the functionNavigateToLastLoadedTab
[Code]....
after to run this method i don't know how the browser is cleaning the values from the control :(.
var tabs = $find('<%=Tabs.ClientID%>');
I want to write a program that keeps looking out for a file in a folder. That file will be dropped in at a particular time. If no file is recieved at that time, I will have to send out an email saying no file is recieved. How can I do this?
View 1 RepliesI have a table in my databse called MailAlerts in this table following are the fields
AlertDetail (which contain the message detail)
AlertParticipent (Which Contain the email address for the users who should receive this alert as example[URL]
AlertSent (Which is BIT fields and will be set to 1 after the email has been sent)
I send automatic email alerts to the AlertParticipent emails with message content which will be extracted from AlertDetail. I am using SQL2005 and asp.net 3.5 as main development tool.
how to generate auto mails to user who hav subscribed when ever any new product is added
View 1 RepliesI don't know much about the .Net environment, so my first idea was to just write a console app that scans the folder for new content, and then emails alerts out. Then put the .exe as a scheduled task on the server, executing every few minutes. This seems pretty archaic to me though. Is there a more elegant way to do this for my website?
View 3 Replieshow can i convert string written in eng to hindi. For label i know, is there any why to convert string.
View 4 RepliesI found the solution. Just override InitializeCulture().
View 1 RepliesI'm developing a internal web app for a foreign friend.
Since many of the users don't speak english very well, I wanted to add local translation to the web.
It's been a while since I've used .net, and perhaps I'm getting a little bit rusty, but my Localized resources are not working for some reason.
I have a Default.aspx.resx in my App_GlobalResources folder and inside it a small resx file. It simply has one test string: "Button" with the value of "Botón", nothing complex there.
Then I have the test controls: <asp:Localize runat="server" ID="test" Text="Button" meta:resourcekey="Button" /> and <asp:Label ID="header1" runat="server" Text="Button" meta:resourcekey="Button" />
But this isn't updated. Things that I've tried:
1. Put UICulture in the Page Tag
2. Renamed the resource file to Default.aspx.es.resx
3. Put my browser in 'es-ES' locale
4. Tried to load the resources explicitly inside <%%>
I have mulitlanguage platform in place - need to have the HEADER LOGO.PNG on my site to change with my language-button function.My startingpoint is this from my Masterpage :
<div ="top">
<a href="default.aspx"> <br />
<img alt="Logo" src="Images/Logo_white.png" width="780" height="148" border="none" class="logo" /></a>
[code]...
how can I add LoginForm to MasterPage?I Added LoginForm Control to MasterPage,but when I try click to another button,Validators in LoginForm show alerts.How Can I fix it please?
View 2 RepliesI am trying to localize my wesbite from English to Spanish. The website is built in Spanish. I have done such work perfectly in a html website but i do not have experience with .net localization. I know only Resource files are need to be translated.
View 7 Replieswhich is the best way to learn Jquery....and what all topics I need to cover to learn Jquery in full...so I could code like a pro.
View 2 RepliesI need a sample project for Globalization (multilingual) developed in VB.NET (2008).
View 1 RepliesI have a mixed project: WebForms with ASP.NET MVC2 and is running OK. I have done this tutorial on separate MVC Project and localization is working fine. However, when I want to apply localization (mentioned above) in my mixed project, it seems to be ignored. It doesn't matter what I set in global.asax file (de-DE, fr-FR, pl-PL) always get en-EN or en-GB. This is really strange. web.config is correct and doesn't force the localization.
View 1 Replies