C# - Scripting Language Recommended To Experienced OOP Programmer?
May 20, 2010
The programmer is a C# ASp.NET Developer and is looking to learn his first scripting language. Unfortunately he never had to use it before. He is also looking for something that can be good for his career growth.
View 4 Replies
Similar Messages:
Jul 11, 2010
am having a similar problem. can anyone help me. The files are uploaded here[URL]I am not a programmer and the programmer who designed the form is not available now. If it possible add an loading status icon. so the users can wait for the menu to expand. How to do it?
View 3 Replies
Mar 13, 2015
i have a sql server store procedure which return json data. i want to get this data without .net framwork or php or any other server side language..
So how make this possible to get json data of sql server query through any client scripting language like jquery ajax method.
View 8 Replies
Mar 16, 2010
We have a GUI which runs on ASP.NET 2.0 framework (Client-Server model). From the support perspective how can one find whether the pages which are opening on GUI at any point of time is a server side scripting or Client side scripting.
The reason why I ask this is because I understand that some of the codes are executed by the browser such as Javascript. So, if there are such scripts which are handled by the client browser, how can one find out that it is the Client side scripting which is running at that moment.
View 1 Replies
Dec 12, 2010
What's the best way to go about learning PHP when I've been doing ASP/ASP.NET? I'm not sure it's worth the time, but there seem to be so many projects doing it. What do you think? Anyone crossed the worlds? How did you do it?
View 3 Replies
Jan 13, 2010
Im having to update a class that was being used for security validation thru our active directory. i found where i need to add the new security groups allowed to use the application, but everyone within the new groups are not allowed access. I found this bit of code that seems to be trimming the groups name, so could be reason why the new groups dnt work, since they arent named the same as the others. what they were doing so i can update it.
[Code]....
View 2 Replies
Jun 24, 2010
how can i change exception message language to English without changing the users language
[Code]....
View 1 Replies
Apr 19, 2010
I am developing a multi language website. language change is working very well on master page. from master page I am storing session to use in contant pages.
when I am trying to change text (<p>.....<P>) in content page, thats not working.
protected void Page_PreRender()
View 2 Replies
Aug 30, 2010
Here is the thing. I have an aspx page with NO master page. I have two resource files with the same name (and specifying the language) in the App_LocalResources folder. If I do something like text="<%$ Resources:lblUser %> works fine. What I do to test it is change the browser's selected language.
But, if I do the same in a MasterPage or in a Page that is inside a MasterPage... when changing the Browser's language and refreshing... I'm still getting the default language...
I've been reading some threads about this but the situation was a little bit different.
View 16 Replies
Sep 16, 2010
I have created a web application and generated local resources. Its working when user select language from browser. But what i want is, when user select language from dropdown list, i want to change the pages according to selected language. i can save user selected language in a session. then how should I change/assign local resource file to web page?
View 2 Replies
Mar 15, 2011
I'm creating a website that is going to be dual language, so it will have a german face and an english face and the user can swich between the two versions.
How do I do this in MVC?
should I have URIs like
www.mydomain.com/de/home/index
www.mydomain.com/en/home/index
if home is the controller and index is the action then what would the de/en be?
In my site should I have two versions of all controllers and views? one for german and one for english?
View 9 Replies
Nov 10, 2010
While passing through code in our project I came across a web method that had this code at the end of it:
thread.sleep(6000);
return true;
Now, this was done so the jQuery ajax call from the client gets delayed and the ajax animation will show for a little bit longer. This is very wrong in my eyes. There shouldn't be this kind of connection between UI and server side. If he wants the animation to take longer he can use the setTimeOut function in the client side. Here is my problem: how can I explain to the programmer why this is so wrong? Not just because the client/server thing, but why ever call thread.sleep on a website?
View 6 Replies
Apr 26, 2010
What should a web programmer keep in his mind while creating a web application ?What should he keep in his mind i.e. using Session variables, Global.asax file etc.
View 1 Replies
Feb 21, 2011
I would like to create web site in ASP.NET MVC3 in english language and Turkish language. I would like to know what care do i need to take before designing web site?
View 5 Replies
Sep 6, 2010
Language problem cookies in the Arab language upload my project to server , I discovered that when you save data[Values] in cookies, we find ( Request.Cookies["test"].Values["val"] -----> تجربة) in that the symbols =?????
View 4 Replies
Mar 11, 2011
I have been assigned the task to create a rules engine with another programmer for a company. They want it totally dynamic (parameterized sql type dynamic, no inline or any wishy washy coding practices). So I have ended up with no idea what to really aim at since this is the first time for this type of project. I am hoping someone has some ideas if they have experience this before. I am thinking of going in this direction.
http://weblogs.asp.net/scottgu/archive/2007/08/16/linq-to-sql-part-6-retrieving-data-using-stored-procedures.aspx
or this
http://www.richard-banks.org/2007/08/how-to-use-windows-workflow-rules.html
View 4 Replies
Dec 22, 2010
I have a page on which I generate a load of html which is used in a html email.
Here is a bit of the code ...
Code:
[code]....
Because of the problems getting the email to look the same in various email clients, I need to convert that chunk of html to a pdf - so I can create the pdf on the fly, save it and attach it to the email.
Can anyone suggest a simple pdf generator that will just take a chunk of html and create a pdf from it? The ones I have looked at so far have what looks like a steep learning curve with hundreds of features I don't need.
View 3 Replies
Mar 1, 2010
trying to switch to better coding practises, I am totally confused about which path to choose. For the past year I was just coding through classic asp coding methodology. Now I know about things as
3 tier custom 3 tier with Strongly typed data sets N tier applications Custom entity objects and so on
Can someone recommend me an approach for designing web applications from these? Some book or tutorial reference with simple CRUD application that would help me. I am currently stuck with strongly typed data sets as I cant find CRUD tutorials with that approach. I would like to just choose the right approach and build on it.
View 4 Replies
Jul 5, 2010
I've got an ASP.NET web project which connect to an SQL Server 2005 DataBase.I think that I'm doing the part of the database connection awfull because everytime I need to do a query (select for example) I'm creating a new connection, opening the connection, creating the command, executing the query, using the results and closing the connection.
Is the rigth way to open a connection in the start of the application and closing at the end?? How can I do that?? I'm retrieving data but what will happen to database server when the application will be used by many people?
View 2 Replies
Feb 7, 2010
I'm thinking of using ASP.NET and MySQL together on a large project. Does anyone have any experience in using these two on a large scale and are there any aspects I should be wary of? If there is a chance that there could be compatibility issues, then I may be prepared to purchase an MSSQL license, but I'd rather go the free route right now. In theory it's possible, but how easy is it to transfer a MySQL database to and MSSQL database in the future?(I'll make this a CW if requested).
View 2 Replies
Jul 6, 2010
I have a folder that contains lots an lots of pictures, videos, whatever and I only want people who are on my SQL08 to have access to it.Someone recommended Forms Authentication, but that seems to only open up its own aspx pages.Am I configuring it wrong or should I be using something else?
View 21 Replies
Jul 15, 2010
Does anyone have any applications that they recommend, whether they be downloadable or web apps, that can neatly format your .aspx code? I've had limited success trying to adjust the formatting preferences with Visual Studio itself, and spend a lot of time manually indenting/unindenting lines.
As a clarification, I'm looking for something to format the web page code, not the vb code-behind file.
View 3 Replies
Mar 10, 2011
Possible Duplicate:
MVC Learning Resources
I am assigned to a project in which ASP.NET MVC is widely used. I am new to it; can you provide me nice resources to learn it quickly?
View 7 Replies
Mar 4, 2011
Has anybody used a decent jquery callendar control that you can reccomend?
View 1 Replies
Mar 11, 2011
I have issues with resource language translations.
When page load all contents are displayed according to selected language from master page.
But when page is post back, page forgets language value and returns English language.
View 3 Replies