Get Rid Of Microsoft Smart Quotes
Jan 11, 2010I need to get rid of Microsoft smart quotes in my code behind page. I'm sure this is simple, but its new to me.
View 7 RepliesI need to get rid of Microsoft smart quotes in my code behind page. I'm sure this is simple, but its new to me.
View 7 RepliesI need a develop a smart dropdown list for an inhouse application
Let assume, i have a dropdownlist with the following values:
ABC
EDF
XYZ
A123
B456
Now when the user types A in the drpdownlist (we can type anything onthe dropdownlist, but we can superimpose a textbox on it), the dropdwn list should sort itself and show only ABC and A123.
im trying to import a CSV file, however a single quote has been used to enclose strings ie. 'aaaa','bbbbbb',ccccccc'
Im having problems because some strings contain commas or apostrophes ie... 'aaaa,aaa' , bbbbb'bbbb',
This is causing me trouble and i need to replace the enclosing character for all strings from a single quote to a double quote....
I dont have access to the source that the csv was generated from, I just have the CSV file..
We have developed apllication in Microsoft VS 2008 and when we opening this same application with Microsoft VS 2010. Then it's asking to convert.
So can anybody tell me what it is converting exactly. Means it's open application in Microsoft VS 2010 and running properly also. But i am understanding whats happning while converting.
I just downloaded AjaxControlToolkit and followed [URL] to install it. Then I tried to follow [URL] to learn how to use the toolkit. But no matter what I do I'm stuck at adding an Extender. I added a ScriptManager and a button to the page as instructed but when I click on the button, there is no smart tag ("Show Smart Tag" is disabled"). I thought it might be the button so I tried Calendar and all I get is the "Auto Format" smart tag.
Microsoft Visual Studio 2008
Version 9.0.30729.4462 QFE
Microsoft .NET Framework
Version 3.5 SP1
My asp.net application send Invitation emails and conformation emails , i want to create one component that handle sending mails and be flexible to use HTML templates for the emails and this emails will contain links for invitation or confirmation can someone tell me how i can design this compoenet
View 1 RepliesI have been trying to solve this issue for a while, but no solution till now.
I try to reinstall it but still , the smart tag are not showing up and when I right click it, it is grayed out.
Anyone, with a solution to solve this issue. I am using asp.net 3.5, visual studio 2008
so theoretically, i have multiple companies using my application, and each company has multiple users. Now data is stored in a sql database and certain parts of it are changed enough whereby it has to be "reselected" by every user after a specific amount of time. ill call this the "highly dynamic data." (I already sorted out the 'users by company' effeciently with a cluster index in the companyID column for the tables)
lets say that each session will "check" if it has to be updated every 15 seconds. How will it check? If someone submitted a change to the "highly dynamic data" in the sql database then they will also submit the "time of change" to an .xml database. Moreover, each session has a "last updated" session variable. The session that submitted the change will update his "last updated" session variable at the time of the sql update. However, all other sessions will have out dated "last updated" session variables. and every 15 seconds each session checks the xml database to see if their "last update" is current. If it is not current then it does the sql database update, else, it does nothing..is this a good mechanism for efficient updating? The goal is to keep the sql database as free as possible and reduce strain on the server?
edit: oh yeah, how would i implement the timing factor here? firstly, i assume the 15 second counter shouldnt be concurrent with all other users, otherwise the server would be a cluster-f*** every 15 seconds so how would i incorporate some randomness for each session?
I installed VS 08. and then installed Ajax extensions 1.0. I also downloaded ajax control toolkit and added to my toolbox. And I placed scriptmanager on the designer. Now when I am trying to add functionality to standard button via smart tag option. I see this option disabled. how can I enable it and have extenders in play.
View 2 RepliesI am trying to search inside a database in a column named 'Title'.
I tried the fulltext searching but this is just not good enough.
How can I do a smart search for non-english languages inside one column?
Im seriously looking into obfuscation for my ASP.net.Is there anyone here that obfuscates their code? if so what do you use? Im looking at 2 finalists in my research - SmartAssembly and Dotfuscator
So far all I have found is bad points about Dotfuscator - is there anyone here that can save this company's rep?So far they have been rude, their product is hard to use, the documentation is bad, and the support is poor not to mention that they are expensive!Is there anyone that can raise a voice to say "hey they arnt all that bad"?has anyone used Smart Assembly? they seem to be the way to go - but i dont know if its just advertising hype...
Using VB 2008 and AjaxControlToolkit, when right clicking a control, the smart tag option is always greyed out.
Is this a bug in 2008 or something related to using the Ajax controls?
I am working on a smart device project and want to run on emulator.i have completed the application.but now i want to run it on Emulator in vs2008.
View 1 RepliesI am running vs2010, added the ajax toolkit. I can get form control to drag onto forms and run (ie the editor) but cannot get calender extender to work. I manually added it to the code. set the target id. No calender when ran. But the smarttag will appear on the textbox with the only option of remove extender. Why are the smart tags not working. The show smart tag option is disabled on the right click context menu of the textbox.
View 3 RepliesIf I have a asp.net site for desktop, what should I do to enable smart phones ?By mistake I added a / to the URL and I noticed that the desktop web site was simple, no buttons, just URL links set to a side.
View 2 RepliesAny one now when VS2010 will be able to develope to smart devices?
View 1 RepliesI am working on a web app that displays customer orders.When the app runs in IE 8, some of my transaction ID and invoice numbers are getting converted into a graphic. When you hover of it, It says to "click here to call this Skype number in Namibia". In Firefox, it displays correctly.Here is a screen shot:This app is going to be used by external customers, so I don't have control over their browser settings. I need to programmatically prevent it, somehow.Is there any code I can put into my web form to prevent third party DLLs from doing this?Is this related to IE 8 or is something that Skype is doing?
View 2 RepliesI am using VS2008. When I tried to implement AJAX to my application, I couldn't get the smart tag for the Required Field Validator in the webform. I need it to implement 'ValidatorCalloutExtender' (AJAX) control in my application.
View 1 RepliesI am going to develop new application in asp.net .But I want to create business/data access layer in such a way that I can reuse it in any other interface (Smart Phones,php etc).how can I achieve this ?I need to create project architect according to that.
View 2 RepliesI mainly do C# ASP.NET projects in VS2010. Once you've put masterpages and other things in place, I find the design view pretty much goes grey and elements can't be selected. This isn't so bad except that sometimes you need to access the little 'smart tags' at the top right of controls to do things.
In particular I'm trying to do this with some telerik controls, though the issue isn't confined to them.
Anyone have a handy tip to access this functionality (or miraculously make design view work!) ?
PS. I read in a few places that Shift-Alt-F10 may help. I tried putting my cursor in the control's tag and using it, no luck. Also I clicked the little rectangle below design view to select the control and tried it again- no luck.
I am trying to create a smart search for a specific column in a database. the column is a short text (title of an article), so I am looking for a search that will ignores the order of the words, and mispelling mistakes. the search must returns the search results order by rellevance, and the seach is not in english, so the FREETEXT that search by meanning won't work here.
I created already a search SQL, but it is not wide range enough and won't except mispelling.
[Code]....
Even if there is a ready to use tool that doing so, it can be helpfull, although I am not sure that for such a simple text a tool is requiered.
I need to connect to a web service using a X509Certificate. I got it working with all the Certificates in the user store using:
X509Store store = new X509Store(StoreName.My, StoreLocation.CurrentUser);
I have an application where I make advanced engineering/science calculations.
The application consists of 25 equal calculation "lines" which I have made as user controls:
web form:
Code:
[code]....
However the performance is quite bad because each line load from a database. Each line becomes visible when the last line has been clicked so I only need in fact 2 lines to be loaded at the beginning.
Can I make a smart code where the next user controls loads instead of the HTML that I have made, where all 25 lines appears and loads but are not visible until the line before has been used?
Since both are acceptable by HTML as well as languages like ASP.NET and PHP when using attributes or strings, why is it that some people use single quotes and double quotes interchangeably? It is my understanding that it is syntactically correct to use double quotes where possible, single when you need to embed a double quote for inline logic. Is there something I am missing? For examples: HTML
<a href='[URL]
PHP
<? echo 'Hello World!'; ?>
ASP.NET
<form id='myForm' runat='server'></form>
I need to post an xml string to another website. I can't create an xml file, because some of the content is dynamically created. The two lines that are causing me problems are
sPostData = sPostData & "<?xml version='1.0'?>"
sPostData = sPostData & "<?qbmsxml version='4.1'?>"
The receiving site expects to see
<?xml version="1.0"?>
<?qbmsxml version="4.1"?>
not
<?xml version='1.0'?>
<?qbmsxml version='4.1'?>
The conversion from double quotes to single quotes isn't being accepted. So how can I send the string so that the versions are surrounded by double quotes?