Double Clicking Allowed In Web Apps?

Sep 16, 2010

I am taking over the code of another person. This person is allowing double clicks to occur on RadGrids (Telerik Control).. I personally hate the idea of allowing double clicks in a web application. I tihnk it is not natural.

Is there any good argument against double clicks in web apps? Or am I wrong and double clicks in web apps are good for some reason?

View 6 Replies


Similar Messages:

Visual Studio :: Turn Off The Automatic Code Generation After Double Clicking On A Control?

Feb 9, 2010

How do you turn off the automatic code generation after double clicking on a control?

View 1 Replies

Web Forms :: Putting A Control On An Aspx Page And Double-clicking In Design View To Create VB Page?

Apr 22, 2010

I've always depended on putting a control on an aspx page and double-clicking in design view to create my VB page. But this isn't happening in my current project. It creates an inline script in my aspx page instead. Where is the option or preference or XML file or.... that controls this?

View 5 Replies

DataSource Controls :: Subqueries Are Not Allowed In This Context - Only Scalar Expressions Are Allowed

Mar 22, 2010

i get the above error when i try to run this sql statement

INSERT INTO PSPS_Posts (Post, Date_Posted, user_ID, Thread_ID) VALUES (@Post, @Date_Posted, @user_ID, (SELECT Thread_ID FROM PSPS_Thread WHERE Thread_ID = (SELECT MAX(Thread_ID) FROM PSPS_Thread

View 5 Replies

SQL Server :: Subqueries Are Not Allowed In This Context. Only Scalar Expressions Are Allowed?

Jan 9, 2011

[code]...

I get the Subqueries are not allowed in this context. Only scalar expressions are allowed - i am going to run into this quite alot so I figuredI'd better see what the right way is!

View 2 Replies

ó Not Allowed In Xml File But Allowed In .net Resource File?

Jan 11, 2011

i'm parsing a few .net resource files (.resx).In that, i have this piece of data:informaciónThis works in my .net app, but when i try to load this file in my xml document

XDocument xmlDoc = XDocument.Parse(s);

i get this error:Reference to undeclared entity 'oacute'.

View 2 Replies

ADO.NET :: Showing Any Mapped Float Fields From My Db Tables As "Double?" Instead Of "Double"

Oct 13, 2010

I'm using linq to sql,everything seems to be working fine except one thing,I'm showing any mapped float fields from my db tables as "Double?" instead of "Double", and when binding to a datagrid, any of those "Double?"fields don't show.If I iterate through the items and spit out the property,the float value is indeed there and properly returned.

View 3 Replies

Forms Data Controls :: Sorting A Column By Simply Clicking On The Column Rather Than Clicking On The Column Header?

Jan 14, 2010

I am looking to sort a column on my gridview by simply clicking on the column rather than clicking on the column header. In the design I have been given, the column header will not be shown, and I need to be able to give the user to sort this column, by simply just clicking any where on the column.

View 2 Replies

Php - Communication Of Two Apps On The Same Machine?

Oct 15, 2010

I have an ASP.NET app running on a webserver. A third party is created another app in PHP which needs to send data to my app for processing. Initially it was assumed that the PHP app would be deployed elsewhere so we agreed that the communication would occur over the internet via HTTP (over SSL). My app would simply use a generic handler (ashx) file to recieve the data and send confirmation back.

Now it seems that the PHP app might be deployed on the same machine as my app. I like the fact that using HTTP (as opposed to say direct database access), the PHP app needs to know nothing at all about how my app works. But using the public internet seems silly for communication between two apps on the same machine. If the PHP app simply used a localhost address, would this ensure that all the data stays within the machine? Is there a better way to do this?

View 4 Replies

Architecture For A Web Application With Sub-Apps?

Jan 17, 2011

I'm starting to plan an architecture for a big web application, and I wanted to get suggestions and/or recommendations on where to begin and which technologies and/or frameworks to use.The application will be an Intranet-based web site using Windows authentication, running on IIS and using SQL Server and ASP.NET. It'll need to be structured as a main/shell application with sub-applications that are "pluggable" based on some configuration settings.

View 3 Replies

How To Work With A Web Application And Sub-Apps

Jun 18, 2010

I'm starting to think about and develop an architecture for a big web application, and I wanted to get suggestions and/or recommendations on which technologies and/or frameworks to use.The application will be an Intranet-based web site using Windows authentication, running on IIS and using ASP.NET. It'll need to be structured as a main web application with sub-web applications. Essentially, the entire scope is a composite browser-based, Intranet application that is composed of discrete, functionally complete modules or sub-applications.

View 2 Replies

Using OpenIdButton For Google Apps?

May 27, 2010

I am an ASP.NET newbie and I am trying to design an OpenID/SSO system for an internal web application. The web application is pretty simple and the authentication is currently being managed by a database with usernames and passwords. I want to replace the existing accounts stored in the database with Google Apps accounts.

I have downloaded the latest DotNetOpenAuth-3.4.3.10103 package and got the OpenIdRelyingPartyWebForms sample up and running on IIS. I have built my own login page using just a OpenIdButton object that points to a development Google domain.

The button seems to work fine in FireFox, at least it is forwarding me to the Google Apps login, but nothing happens when I load the same page in IE. When I click the Google button, nothing happens, zip. The same is true for the Yahoo button in the login.aspx page given in the sample.

Here is the .aspx code I am using...

[code]....

View 2 Replies

Sending SMS Through Email But Not Web Apps?

May 28, 2010

I'm wondering why I can send sms messages from any one of my email accounts. But if I create a web app that sends emails, the email/message won't get to my phone. Why is that? Do all email providers use SMS gateways?

View 7 Replies

Transfer An Object Between Two C# Apps Over The Web?

Jun 15, 2010

I have written an application that basically gathers up a bunch of text and numerical data from the client PC and stores it as an object. Right now I'm implementing XML serialization so that the file can be saved.

The issue is now, how do I get this data to the server? I have a server running IIS 7 setup but I don't quite understand the ASP.net life cycle, so I'm not sure how to implement the receiving app.

View 5 Replies

Multithreading In Dotnet Apps?

Sep 30, 2010

Multithreading in dotnet apps?

View 3 Replies

Rebuild All Apps That Use A Modifed Library Dll?

Nov 24, 2010

I have several small web apps that were developed in VS 2005. Included among these are several class libraries used by many of the apps. I've begun to develop in VS 2008. Today I had to add to one of the libraries that was originally generated by VS
2005.

My question, now that I've rebuilt the class library using VS 2008 do I need to rebuild all the small apps that use this library?

Background: We have a production website that is composed of several small webapps. The dlls reside in the bin folder and the .aspx pages in the appropriate folder within the website structure. If I move this changed library dll to the bin folder, are all the pages that used the old library dll going to break? The changes I made to the library class will not cause them to break.

View 3 Replies

Sharing Authentication On Different Apps On Different Sub - Domains

Jan 19, 2011

I have 2 applications. One on asp.net webforms [URL] which should provide authentication, user logs in and I can use the cookie to authenticate on my asp.net mvc app located at [URL]. All I'd like to do is able to access the cookie so I can get the userId that was stored in it using the FormsAuthentication.

They use normal authentication provided by microsoft;

<authentication mode="Forms">
<forms domain="test.com" loginUrl="Default.aspx" protection="All" path="/" requireSSL="false" timeout="45" name=".ASPXAUTH" slidingExpiration="true" defaultUrl="Default.aspx" cookieless="UseDeviceProfile" enableCrossAppRedirects="false"/>
</authentication>

This cookie should be accessible to any submain on [URL] right?

View 2 Replies

Architecture :: How To Develop Web Application With Sub-Apps

Jun 18, 2010

I'm starting to think about and develop an architecture for a big web application, and I wanted to get suggestions and/or recommendations on which technologies and/or frameworks to use.The application will be an Intranet-based web site using Windows authentication, running on IIS and using ASP.NET. It'll need to be structured as a main web application with sub-web applications. Essentially, the entire scope is a composite browser-based,Intranet application that is composed of discrete, functionally complete modules or sub-applications.

View 1 Replies

Mvc Apps Do Not Recognize Image Fields?

Mar 8, 2010

I am new to mvc and like it a lot! I started with the movie app from stephen.My question: My mvc apps do not recognize image fields, how can see them or add them with a fileupload control?

View 1 Replies

SQL Server :: What Happens To Web Apps When Make Changes To By Database?

Jul 23, 2010

I have a web application which a group of people have been using for some time and it relies on a DAL

in which there a numerous relationships and links to a SQK2K8 database SPROCS.

The SQL db has a group of unrelated tables adn only primary keys.

A DBA wants to add the relations at the database level and create several secondary keys on some of the tables.

I am trying to think how this will affect my current app ?

Will I still be able to use my DAL as is ?

Or will this call for a rewrite of all the methods for each data table ?

This was not a consideration when the application was created because we didn't think that we would be using it long term.

View 2 Replies

Send Email Via Google Apps In C#?

Mar 31, 2010

I am trying to send a basic email through Google Apps/Gmail using C# (System.Net.Mail/Framework 4) and I am having trouble doing so.

I am receiving the following exception: "The operation has timed out."

My code is below:

//Create the mail message
MailMessage mail = new MailMessage();
//Set the addresses
mail.From = new MailAddress("myemail@gmail.com", "My Name");

[Code]...

During my troubleshooting I have tried:

Using my personal gmail address as well as another from a domain hosted through Google Apps. Using ports 25, 465, and 587 Hard coding the config settings in the c# code instead of using the web.config Sending and telneting from multiple network locations to ensure the firewall/ISP was not blocking it Ensured that POP was enabled in the GMail settings (according to Google this should turn on the ability to send using SMTP)
Changing the send from and replyTo address to ensure they match the account (apparently a GMail necessity).

I am able to send and receive email fine through the GMail interface for both of my email accounts. I have also tried the settings and solutions offered in Question # 757987 to no avail.

View 1 Replies

Call C# Function From Javascript In Web Apps?

Aug 5, 2010

i wanted to call a C# function through javascript code.

For Eg: i have C# function which is in aspx.cs page

public void setValue()
{
lblMsg.Text = "hello";
....
.....
}

from javascript i need to call this function.

View 2 Replies

Split Site Apps In Two Servers?

Nov 7, 2010

I have a php forum and an asp blog, and i want to host the two apps in different servers. I will install the asp blog in the root of the domain, and the php forum in a subcategory.

So, it will be like this:

http://www.domain.com - asp blog
http://www.domain.com/forum/ - php forum

What is the best way to do this ? How can i do this as far as dns related stuff ? Should i install the php forum in a category, like all domains are, or in a subcategory inside it, like a domain's subcategory ?

Am i going to have problems with the forum script (or addons) because of this situation ?

Never done this before and i'm completely lost.

View 4 Replies

Web Forms :: Can Embed Python Code In Web Apps

Jun 2, 2010

Does the DLR only work for console applications?

I would like to embed Python code in an ASP.NET Web application.

View 11 Replies

VS 2008 Deploying Windows Apps In IIS Folder?

Apr 13, 2010

i just want to confirm if what am trying to do is a good deployment practice. i have two applications am deploying. A web application using web setup project and a windows application using setup project. Due to some constraints, am merging the two deployments and so i intend installing the windows application in the intepub folder (same location as where the *.aspx will reside). Is this crazy? the windows application has a windows service

View 9 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved