Off-Topic Posts (Do Not Post Here) ForumForum for moderators to move off-topic posts to. Do not post in this forum...your question will not be answered.© 2009 Microsoft Corporation. All rights reserved.Thu, 26 Nov 2009 14:00:35 Z8847836a-b8e0-4513-8100-6acea9429135http://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/3a0b8178-e4d0-4fca-8172-c67f5f48224fhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/3a0b8178-e4d0-4fca-8172-c67f5f48224fsthota2http://social.expression.microsoft.com/Profile/en-US/?user=sthota2data templates for listviewI am creating datatemplates for listview control in xaml and I am using gridviewcolumns inside listview and apply their celltemplate to datatemplates.<br/> The datatemplates are being applied properly if it contains textblock element but if datatemplate has a button element, it is not being displayed. Can anyone please help me on this. My code looks like this:<br/> <br/> <br/> &lt;DataTemplate x:Key=&quot;dt4&quot;&gt;<br/>             &lt;Grid&gt;<br/>             &lt;Button&gt;checkout&lt;/Button&gt;<br/>             &lt;/Grid&gt;<br/>         &lt;/DataTemplate&gt;<br/> <br/> Above is the datatemplate I created. And the listview control is as below:<br/> <br/> &lt;ListView Name=&quot;lv1&quot; Width=&quot;300&quot; Height=&quot;300&quot; ItemsSource=&quot;{Binding Path=table2}&quot; &gt;<br/>             &lt;ListView.View&gt;<br/>                 &lt;GridView AllowsColumnReorder=&quot;true&quot;&gt;<br/> &lt;GridViewColumn x:Name=&quot;gv3&quot;<br/>                       Width=&quot;100&quot; /&gt;<br/>                 <br/>                 <br/>                 <br/>                 &lt;/GridView&gt;<br/>             &lt;/ListView.View&gt;<br/> <br/>         &lt;/ListView&gt;<br/> <br/> And I am applying the datatemplate as below in codebehind:<br/> <br/> gv3.CellTemplate = this.FindResource(&quot;dt4&quot;) as DataTemplate;<br/> <br/> But the button is not getting displayed on the listview.<br/> <br/> Thanks in advance.Fri, 20 Nov 2009 19:40:42 Z2009-11-26T14:00:34Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/b6b259d7-2cb4-4e4e-b0e9-fa05f2d3d187http://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/b6b259d7-2cb4-4e4e-b0e9-fa05f2d3d187Programm3rhttp://social.expression.microsoft.com/Profile/en-US/?user=Programm3rOutlook VSTO Appointment Item Delete Event<table border=0 cellspacing=5 cellpadding=0 width="100%"> <tbody> <tr> <td> <table border=0 cellspacing=0 cellpadding=0 width="100%"> <tbody> <tr> <td colspan=2>Hi all,<br/><br/>I am trying to catch the delete event from an Outlook appointment item. I can <br/>get it working using the &quot;Item.BeforeDelete&quot; event but if the appointment is <br/>a recurrence and you delete one occurence from the recurrence the <br/>event is'nt triggered. Does any one know a way around this ? <br/><br/>Many thanks in advance<br/>Kind regards</td> </tr> </tbody> </table> </td> </tr> </tbody> </table><hr class="sig">Regards Programm3rTue, 17 Nov 2009 11:02:48 Z2009-11-26T11:42:39Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/1c6368f5-01d9-45fd-a27c-529465e83ff1http://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/1c6368f5-01d9-45fd-a27c-529465e83ff1temlehdrolhttp://social.expression.microsoft.com/Profile/en-US/?user=temlehdrolget the first 3 - 4 chars from a closed file in VB 05I need to get the first 3 characters from a file that contains a date identifier.  I will then have to convert it to a real date but that isn't a problem as I got that section of the code working already.<br/>For example I need to get A12 from date.cnt and store it in strCurDate.  A12 is the only data in the file.Mon, 23 Nov 2009 19:00:40 Z2009-11-26T09:49:40Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/3d6ddf96-6380-4f2f-8c32-7f288853e73dhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/3d6ddf96-6380-4f2f-8c32-7f288853e73dTom.Dooleyhttp://social.expression.microsoft.com/Profile/en-US/?user=Tom.DooleyProblems enabling incoming e-mail WSSHello together,<br/><br/>at the moment I am having problems with the enabling of incoming mail in SharePont libraries with WSS 3.0 (SP2).<br/><br/>The SMTP server is installed<br/>I already enabled the general incoming mail settings on &quot;Operations&quot; --&gt; &quot;Incoming e-mail settings&quot;, the ldap path is correct (copied from adsiedit.msc)<br/><br/>I receive an &quot;<span>Error in the application&quot; when I want to enable &quot;Incoming e-mail settings&quot; in a library. <br/><br/>The application pool identity of the web application and the central administration is the same. The identity has rights on the OU to create objects. For testing, I added the identity to the domain admin group. Addtional the identity is Secondary Site Collection Administrator and Farm Administrator.</span><br/><br/>In the WSS log I see the following enty: <br/>System.DirectoryServices.DirectoryServicesCOMException (0x8007200B): The attribute syntax specified to the directory service is invalid. (Exception from HRESULT: 0x8007200B)     at System.DirectoryServices.DirectoryEntry.CommitChanges()     at Microsoft.SharePoint.EmailIntegration.SPEWSADManager.CreateContact(String Alias, String FirstName, String LastName, String ForwardingEmail, ContactFlags Flags)SPEWSADManager::CreateContact  <br/><br/>I presume it is a rights problem and the WSS can't create the contact, but I think all rights are ok.<br/><br/>I don't know if it matters, but the sharepoint server is a dedicated server in an hmc 3.5 (hosted messaging collaboration) environment.<br/><br/>Thanks for the help.<br/><br/>Tom<br/><br/>Tue, 24 Nov 2009 09:56:03 Z2009-11-26T09:46:08Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/002ab756-6825-42f1-a8a7-86cebd3e5b1dhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/002ab756-6825-42f1-a8a7-86cebd3e5b1dOdomaeBhttp://social.expression.microsoft.com/Profile/en-US/?user=OdomaeBEnumerating USB device with multiple logical unitsHi,<br/> <br/>  I have a USB device that has 2 logical units. <br/> USBSTOR\DISK&amp;VEN_XXXX&amp;PROD_YYYY&amp;REV_0100\0123456789990&amp;0 (Drive A:) <br/> <br/> USBSTOR\DISK&amp;VEN_XXXX&amp;PROD_YYYY&amp;REV_0100\0123456789990&amp;1 (Drive B:) <br/> <br/> I used SetupDiEnumDeviceInterfaces() func and I get just one:USBSTOR\DISK&amp;VEN_XXXX&amp;PROD_YYYY&amp;REV_0100\0123456789990 <br/> <br/> I guess this is understandable since there is only one physical device. However, is there a function that I can use to get both the drive letters? <br/> <br/> I used the DEVINTERFACE_VOLUME GUID for the SetupDiEnumDeviceInterfaces() function.<br/>Wed, 25 Nov 2009 21:51:16 Z2009-11-26T09:11:13Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/9718adaa-2b5a-4867-9460-adcbc2ca44fchttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/9718adaa-2b5a-4867-9460-adcbc2ca44fcLittle Elfhttp://social.expression.microsoft.com/Profile/en-US/?user=Little%20ElfPorblem using HttpWebRequest to simulate Login a Ssl WebSite<p>Here is the problem.<br/><br/>In my project I need to build a application to simulate the Login action and save the <span class=trans>Authentication infomation cookies and etc..<br/><br/>The login page is using the ssl <span class="word_other">encryption. When login succeed, redirect to a http page.<br/><br/>I find a code sinp below:<br/><br/></span></span><span class=trans></span></p> <div style="background-color:white;color:black"> <pre><span style="color:blue">public</span> <span style="color:blue">bool</span> CheckValidationResult(ServicePoint sp, System.Security.Cryptography.X509Certificates.X509Certificate cert, WebRequest req, <span style="color:blue">int</span> problem) { <span style="color:blue">return</span> <span style="color:blue">true</span>; } </pre> </div> <p><br/><br/>When i use this and POST data to the server , there is always an Exception 500 Internal Server Error.</p> <p><span class=trans><span class="word_other">Can any one give me some tip with this problem?</span></span></p> <p><span class=trans><span class="word_other">Thanks!</span></span></p>Mon, 23 Nov 2009 15:54:48 Z2009-11-26T09:08:49Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/9e9df9c2-ae35-435a-9b44-7888665984dehttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/9e9df9c2-ae35-435a-9b44-7888665984deRogier_Dittnerhttp://social.expression.microsoft.com/Profile/en-US/?user=Rogier_DittnerUnable to enumerate the AD recyclebinHi,<br/>because of the lack of a visual interface to the active directory recyclebin (currently ldp and powershell) i was testing to get the deleted objects container to enumerate the recycled objects.<br/>However it does not seem to work as expected.<br/>I connect a DirectoryEntry object to the domain and am able to show all &quot;normal&quot; OU/CN's but not the cn=deleted objects. However LDP shows they are in the root (same user-account).<br/>When i connect to the deleted objects cn like: <span style="color:#2b91af;font-size:x-small"><span style="color:#2b91af;font-size:x-small">DirectoryEntry</span></span><span style="font-size:x-small"> Test = </span><span style="color:#0000ff;font-size:x-small"><span style="color:#0000ff;font-size:x-small">new</span></span><span style="font-size:x-small"> </span><span style="color:#2b91af;font-size:x-small"><span style="color:#2b91af;font-size:x-small">DirectoryEntry</span></span><span style="font-size:x-small">(</span><span style="color:#a31515;font-size:x-small"><span style="color:#a31515;font-size:x-small"><a>LDAP://cn=deleted objects,dc=domain,dc=local</a></span></span><span style="font-size:x-small">); </span>the watch on children will show: &quot;there is no such object on the server.\r\n&quot;<br/><br/>In ldp there must be set an control option to get the recycled objects cn to be returned, but i dont seem to be ablet to do so using existing .net code.<br/>Does anyone know how do retrieve the ADrecyclebin object.<br/><br/>thanks in advance,<br/><br/>PS: in case you wonder, yes it is enabled :-), os used in development W2k8R2 and vs2k8Tue, 24 Nov 2009 08:55:01 Z2009-11-26T08:40:46Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/18454414-46af-4b46-a553-6bff3eede67ahttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/18454414-46af-4b46-a553-6bff3eede67aprogrammingdudehttp://social.expression.microsoft.com/Profile/en-US/?user=programmingdudeCOM Not WorkingThe following VB code uses a PCOMM class to send the text &quot;123&quot; to the AS400 User Interface from Word 2003 Standard Edition, but it doesn't work in Word 2002 or Word 2003 Professional Edition.  It appears as though Word 2002 and Word 2003 Professional Edition have some issues with COM.  Any help would be appreciated.<br/><br/>Sub autECLPSTest()<br/>Dim autECLPSObj As Object<br/>Dim autECLConnList As Object<br/>Set autECLPSObj = CreateObject(&quot;PCOMM.autECLPS&quot;)<br/>Set autECLConnList = CreateObject(&quot;PCOMM.autECLConnList&quot;)<br/>' Initialize the connection<br/>autECLConnList.Refresh<br/>autECLPSObj.SetConnectionByHandle (autECLConnList(1).Handle)<br/>autECLPSObj.SendKeys &quot;123&quot;<br/>End Sub<br/><br/>Thank you.Sun, 22 Nov 2009 15:47:57 Z2009-11-26T07:59:55Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/5f6a6bda-2c42-4ad0-b469-74a0b043ccd5http://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/5f6a6bda-2c42-4ad0-b469-74a0b043ccd5Guest11http://social.expression.microsoft.com/Profile/en-US/?user=Guest11how to stop refreshing the page when using server control?Hi,<br/><br/>I am using .Net 2008 , c# asp.net.<br/>The situation i have is this. I have a asp.net page which contains a div control for displaying bing map, one input button name &quot;Draw Circle&quot; for drawing circle of n radius on map, a input textbox where user enters what he want to search on map on a circle,  one server button named &quot;search&quot; which had method for searching nearest locations on map.<br/><br/>But what is happening is when i click on search button it refreshes the page because of which the map also refresh and the drawed circle also cleared and textbox also get cleared so when seach method is called there is no parameter which i take from textbox for searching. Is there any way so that the page cann't be refresh ?<br/><br/>I know if we used server controls then everytime it refreshes the page. But than also if there is any way to stop page refreshing than tell me.<br/>Mon, 23 Nov 2009 09:48:54 Z2009-11-26T07:46:05Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/fa9b14f0-81d7-4662-b185-08d1ebcd2f4dhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/fa9b14f0-81d7-4662-b185-08d1ebcd2f4dgolduhttp://social.expression.microsoft.com/Profile/en-US/?user=golduexcel and powerpointsir i am making the project...i am coding in c# and designing in silverlight application 3...<br/><br/>there is a need of making word,excel and powerpoint in silverlight 3..<br/><br/>i have done the work of or word file..<br/><br/>how can i make excel and poerpoint in silverlight application 3.<br/><br/><br/>please do reply fast..<br/>its urgentTue, 24 Nov 2009 12:47:49 Z2009-11-26T07:35:48Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/3f0c09eb-f6e3-40c1-8f57-da7144fbbbc8http://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/3f0c09eb-f6e3-40c1-8f57-da7144fbbbc8RajeevJaiiswalhttp://social.expression.microsoft.com/Profile/en-US/?user=RajeevJaiiswalError in Form Authentication in WSS 3.0WSS site is working fine with Windows Authentication. When implementing Form authentication it is giving following error in Log File.<br/> <br/> Exception Type: System.Data.SqlClient.SqlException  Exception Message: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)<br/> <br/> Membership provider/Role provider is implemented correctly and tested with other application. Please find below environment information.<br/> <br/> Farm is installed in Windows 2008 Server (Single Farm)<br/> Sql Server 2008 - Windows Authentication Mode only<br/> <br/> <br/> <br/> <br/> <br/>Thu, 26 Nov 2009 06:19:44 Z2009-11-26T06:19:45Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/1138ac6f-2f7d-4f06-861a-7289549fa2c1http://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/1138ac6f-2f7d-4f06-861a-7289549fa2c1Vijay Jadhavhttp://social.expression.microsoft.com/Profile/en-US/?user=Vijay%20JadhavASP.NET Avoid Page Content From CopyHi Experts,<br/> <br/> I have ASPX page. I need to avoid that page content from copy.<br/> <br/> eg. Page is displayed, end user visit to page. Select page content using CTR + A and copy to say like Notepad. I want to avoid such scenario.<br/> <br/> How to do it ?<br/> <br/> Sample code would be greatly appreciated!<br/> <br/> Note : I am using ASP.NET (FW 3.5 ) with C#<br/> <br/> Thanks. <hr class=sig> &quot;Knowledge Shared Is Knowledge Gained&quot;Fri, 13 Nov 2009 06:21:07 Z2009-11-26T05:57:25Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/61c8b846-eff4-4f5b-8a7c-e1cbc233e64ahttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/61c8b846-eff4-4f5b-8a7c-e1cbc233e64aMelonSpongehttp://social.expression.microsoft.com/Profile/en-US/?user=MelonSpongeCosmos# Multidimensional arrayshi, im working on an OS using cosmos# and im wondering if any cosmos users have solved the problem of cosmos not supporting Multidimensional arrays? Is there a patch somewhere on the net, or do you have to code it in yourself? we might just have to wait until milestone 5....Thu, 19 Nov 2009 17:23:13 Z2009-11-26T03:21:23Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/7c005194-9116-43d5-bf84-0fc9d314bdf7http://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/7c005194-9116-43d5-bf84-0fc9d314bdf7Kawaldeephttp://social.expression.microsoft.com/Profile/en-US/?user=KawaldeepSys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500<p>i am getting this error in the login page of our application when i click the sign-on button. this happens when the login page is opened and remains idle for more than 30 mins and after that i try to login using different credentials. below is the warning that was logged in event log of hte server at the same time when this error was reported.<br/><br/>no encryption/decryption is used on this page except for encoding and decoding cookies.<br/><br/> i have also gone through the things mentioned in the below link but none of these are applicable in our case<br/><a href="http://weblogs.asp.net/leftslipper/archive/2007/02/26/sys-webforms-pagerequestmanagerparsererrorexception-what-it-is-and-how-to-avoid-it.aspx">http://weblogs.asp.net/leftslipper/archive/2007/02/26/sys-webforms-pagerequestmanagerparsererrorexception-what-it-is-and-how-to-avoid-it.aspx</a><br/><br/><br/><br/><br/>Event code: 3005 <br/>Event message: An unhandled exception has occurred. <br/>Event time: 11/18/2009 6:26:06 AM <br/>Event time (UTC): 11/18/2009 5:26:06 AM <br/>Event ID: a25ec7671f204d618953a330c7b45b95 <br/>Event sequence: 416 <br/>Event occurrence: 1 <br/>Event detail code: 0 <br/> <br/>Application information: <br/>    Application domain: /LM/W3SVC/1/ROOT/Fleetservices-2-129029821599883954 <br/>    Trust level: Full <br/>    Application Virtual Path: /Fleetservices <br/>    Application Path: D:\TIS\Fleetservices\ <br/>    Machine name: TISWWS6 <br/> <br/>Process information: <br/>    Process ID: 10852 <br/>    Process name: aspnet_wp.exe <br/>    Account name: TISWWS6\ASPNET <br/> <br/>Exception information: <br/>    Exception type: CryptographicException <br/>    Exception message: Padding is invalid and cannot be removed. <br/> <br/>Request information: <br/>    Request URL: <a href="https://my-fis.com:443/Fleetservices/WebResource.axd? d=THq_0UVTxynADgtgpzdVZA2&amp;t=633931382218240784">https://my-fis.com:443/Fleetservices/WebResource.axd? d=THq_0UVTxynADgtgpzdVZA2&amp;t=633931382218240784</a> <br/>    Request path: /Fleetservices/WebResource.axd <br/>    User host address: 10.43.0.15 <br/>    User:  <br/>    Is authenticated: False <br/>    Authentication Type:  <br/>    Thread account name: TISWWS6\ASPNET <br/> <br/>Thread information: <br/>    Thread ID: 5 <br/>    Thread account name: TISWWS6\ASPNET <br/>    Is impersonating: False <br/>    Stack trace:    at System.Security.Cryptography.RijndaelManagedTransform.DecryptData(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]&amp; outputBuffer, Int32 outputOffset, PaddingMode paddingMode, Boolean fLast)<br/>   at System.Security.Cryptography.RijndaelManagedTransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount)<br/>   at System.Security.Cryptography.CryptoStream.FlushFinalBlock()<br/>   at System.Web.Configuration.MachineKeySection.EncryptOrDecryptData(Boolean fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length, IVType ivType, Boolean useValidationSymAlgo)<br/>   at System.Web.UI.Page.DecryptStringWithIV(String s, IVType ivType)<br/>   at System.Web.Handlers.AssemblyResourceLoader.System.Web.IHttpHandler.ProcessRequest(HttpContext context)<br/>   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()<br/>   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously)<br/> <br/> <br/>Custom event details:</p> <p>For more information, see Help and Support Center at <a href="http://go.microsoft.com/fwlink/events.asp">http://go.microsoft.com/fwlink/events.asp</a>.</p>Tue, 24 Nov 2009 11:56:10 Z2009-11-26T08:51:06Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/407925f0-383a-4901-9b16-5da2b771b946http://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/407925f0-383a-4901-9b16-5da2b771b946Jungbahadurhttp://social.expression.microsoft.com/Profile/en-US/?user=JungbahadurExcel document in ASP.Net 3.5<p>Hi All,<br/><br/>My requirement is kind of export to excel funtionality from a search page, where the number of columns and rows will be decided on the creteria selected by user. But the basic design of the excel is fixed..... so I was thinking if it is possible to have ready template in XML/XSD/XSLT/EXCEL or something where all the formatting thing can be predefined and at runtime somehow to repeat the rows and coulmn with their respective cell values (If possible would like to add formulas also).<br/><br/>The data has to be pulled from the database so there is no luxury for me to generate excel direcly from DataGrid. Since the excel will be dynamically generated, immediate reponse is expected.<br/><br/>I am completely new to XML and Excel thing and looking for a sample / article for acehive this in the best way. <br/><br/>Looking for your valuable suggestions...<br/><br/>With Best Regards,</p>Wed, 25 Nov 2009 06:07:19 Z2009-11-26T02:21:38Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/c03a3314-2927-4fee-9e2c-53f3c9aad591http://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/c03a3314-2927-4fee-9e2c-53f3c9aad591Dagnishttp://social.expression.microsoft.com/Profile/en-US/?user=DagnisW7 taskbar. Seperating icons.On my old vista I had the quicklaunch bar quite full. I had a seperate icon for my computer, my videos, and my documents. This allowed faster access to other things for me. But, with W7, it all becomes one button. I don't want this. I want seperate buttons for each. I don't want to have to right click and such. So.. how do i do this?<br/><br/>PS. I heard that W7 could have wobbley windows like i've seen linux have. How do i get these?Thu, 26 Nov 2009 02:20:10 Z2009-11-26T02:20:11Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/863297be-23b0-48ca-bab4-a9079d772075http://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/863297be-23b0-48ca-bab4-a9079d772075Naren7http://social.expression.microsoft.com/Profile/en-US/?user=Naren7usercontrol in windows<p>hello mr david<br/><br/> want to know  how to create user control for mulitple tabpage with web browser control in windows form using c#.net for html editors .</p><hr class="sig">NarenWed, 25 Nov 2009 09:25:17 Z2009-11-26T02:06:40Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/b5f04c6f-1bfb-4bcb-ad2a-ce26482ddc7fhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/b5f04c6f-1bfb-4bcb-ad2a-ce26482ddc7fakhilesh_tiwari8082http://social.expression.microsoft.com/Profile/en-US/?user=akhilesh_tiwari8082ms access 2007 runtime installed locationwhere does the ms access runtime gets install? i guess it gets install in &quot;C:\Program Files\Microsoft Office\Office12&quot; where the ms access full version gets install.Please correct me if i m wrong.Wed, 25 Nov 2009 12:16:30 Z2009-11-26T01:49:23Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/d193a311-c8f6-4bac-8b49-4b30ef5f4414http://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/d193a311-c8f6-4bac-8b49-4b30ef5f4414DavidBl1http://social.expression.microsoft.com/Profile/en-US/?user=DavidBl1Whatever Happened?I've been using Windows 7 for a couple of months now and I have to say that I absolutely hate it.  <br/><br/>When faced with the similar switch of Windows 98 to Windows XP, I was against the switch having got very comfortable with 98.  But I realise that things change and move (hopefully) forward, but I grew to like XP more than I ever liked Windows 98.<br/><br/>Not so with Windows 7.  I feel as though I have no control over my own computer - and because the way Windows 7 operates makes it difficult to find anything, I doubt I ever will.  Everything takes so much longer to do.  Claims by MS that Windows 7 is faster must be from the inside, because it seems like everything has to be done the long way round.<br/><br/>Windows 7 is too different all at once and it not having a mail client built in is a major major flaw<br/><br/>If ever there has been an example of MS having too much control over what people can and do run on their PC's - Windows 7 is it.  I sincerely hope that either by updates or the next release of Windows, we get an OS that gives us back our PC's and an OE 7.  <br/><br/>It is only the thought of the lack of security updates that prevents me from dropping Windows 7 in the bin, where it belongs and going back to XP.Wed, 25 Nov 2009 14:03:13 Z2009-11-26T00:49:29Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/d6a2827b-fa4a-47dd-9d3c-760310139190http://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/d6a2827b-fa4a-47dd-9d3c-760310139190t raehttp://social.expression.microsoft.com/Profile/en-US/?user=t%20raedownloading frostwire to another screenHow can i download frostwire to my screen. the abort, retry, and cancle botton keeps coming up. i dont know if its a security problem or if its not allowing me for other reasons.Wed, 25 Nov 2009 17:02:12 Z2009-11-26T00:45:21Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/7ae6b402-8269-48f1-bb2c-4918a2d57aa8http://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/7ae6b402-8269-48f1-bb2c-4918a2d57aa8Nathorsthttp://social.expression.microsoft.com/Profile/en-US/?user=NathorstHelp me with Annoying Xp pop up window!Have a little problem here.<br/> <br/> A pop up window, pops up and want to shut down the computer unless i typ in the word thats in the middle of the pop up.<br/> It dosent say what kind of security it is. It´s not a windows uppdate thats behind it, cause ive tried restarting the computer and looking thru recent uppdates to understand it.<br/> <br/> Theres also a countdown clock that gives me 3 min to reply on the words in the pop up before shutdown. It looks like a kind of spam security thing. Like you have to type in a word when registrating to a mail,forum etc to confirm its not a spam.<br/> <br/> The bakground fades and the pop up lights brigthly in the middle. Suggestions? I dont have a clue<br/> <br/> It´s really annoying and help to get this pop up gone is welcome<br/> <br/> Thnks<br/> <br/> NathorstWed, 25 Nov 2009 18:10:20 Z2009-11-25T18:12:04Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/9f24b15f-9be0-4245-9e30-e7943bf78a31http://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/9f24b15f-9be0-4245-9e30-e7943bf78a31En Xiehttp://social.expression.microsoft.com/Profile/en-US/?user=En%20Xiepublish silverlight with local wcf serviceHello guys, I just developed a sliverlight 3 application in vs2008, basically it use a wcf to communicate with database. But after I published it into IIS 7 it not not working, seems the web service is not response. I am considering how can I run the .svc ?Wed, 25 Nov 2009 18:03:32 Z2009-11-25T18:10:25Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/50930f74-12ec-4ffb-ab1c-1eff6965eda5http://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/50930f74-12ec-4ffb-ab1c-1eff6965eda5raharayihttp://social.expression.microsoft.com/Profile/en-US/?user=raharayiI want do Multi postback in the One time and One Page . is it possible?I want do<strong> Multi postback</strong> in the One time and One Page . is it possible?<br/>Wed, 25 Nov 2009 12:30:51 Z2009-11-25T18:03:10Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/289907d7-2974-417e-8e7d-17855ab0be8chttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/289907d7-2974-417e-8e7d-17855ab0be8cUsha2009http://social.expression.microsoft.com/Profile/en-US/?user=Usha2009How to redirect to an aspx page from an ascx control<p>Hi!</p> <p>I have a requirement where I use Datalist in an ascx user control which is added to a webpart on an aspx page. In the Datalist I bind Image buttons (Products, product image is shown and product id is bound to the accesskey of image button) dynamically. My requirement is when I click the ImageButton, I need to redirect to a Product Page by taking the product id of a clicked image button.</p> <p>Now the question is how to bind the click event to the Image button in a Datalist and how to redirect to a ProductPage.aspx from this ascx as Response.redirect is not working in ascx page. Please give me some sample code of the events I should declare. Thanks for your help.</p> <p>Thanks and regards,</p> <p>Usha.</p>Wed, 25 Nov 2009 16:59:53 Z2009-11-26T07:17:42Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/5e6d5765-ce36-4eb6-ad8e-a5728413feb1http://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/5e6d5765-ce36-4eb6-ad8e-a5728413feb1Dheeraj pkhttp://social.expression.microsoft.com/Profile/en-US/?user=Dheeraj%20pk"Microsoft Paying you - Not Fake"<p> <table dir=ltr border=0 cellspacing=0 cellpadding=0 width=624> <tbody> <tr> <td><span style="font-size:x-small"><font size=2> <p><strong><em><span style="text-decoration:underline">Hi,<br/>I got a mail like this is it fake  or it is truth any body knows ?</span></em><br/><br/><em>&quot;Please do not take this for a junk letter. Bill Gates is sharing his fortune. If you ignore this you will repent later. Microsoft and AOL are now the largest Internet companies and in an effort to make sure that Internet Explorer remains the most widely used program, Microsoft and AOL are running an e-mail beta test.. <br/><br/>When you forward this e-mail to friends, Microsoft can and will track it (if you are a Microsoft Windows user) for a two week time period. <br/><br/>For every person that you forward this e-mail to, Microsoft will pay you $245.00, for every person that you sent it to that forwards it on, Microsoft will pay you $243.00 and for every third person that receives it, you will be paid $241.00. Within two week! s, Microsoft will contact you for your address and then send you</em> a cheque. &quot;<br/></strong></p> </font></span> <p> </p> </td> </tr> </tbody> </table> </p>Tue, 25 Aug 2009 11:30:22 Z2009-11-25T16:38:58Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/fcc74dce-5543-4872-a244-6ac8f669a44dhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/fcc74dce-5543-4872-a244-6ac8f669a44dSatya Satishhttp://social.expression.microsoft.com/Profile/en-US/?user=Satya%20SatishSendt email in spami am sending emails attaching with images in windows application (using C#.net)<br/> <br/> Those mail are send in spam of end user mail account , how to send emails to end user mail inbox  not in spam<br/> <br/> any one can help me ?<br/> <br/> Cheers<br/> SatyaTue, 24 Nov 2009 13:34:07 Z2009-11-26T11:49:38Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/9311d4c6-2735-4d64-aa52-06d1c84a0c87http://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/9311d4c6-2735-4d64-aa52-06d1c84a0c87Miguel Pedrohttp://social.expression.microsoft.com/Profile/en-US/?user=Miguel%20PedroHow to refresh a Performance Point Scorecard from a Web ApplicationHi,<br/> <br/> We have a PerformancePoint Scorecard deployed in a Sharepoint website, and another webpart on the same site allows the user to update values directly on the database. Our problem is that we can't seem to be able to force the scorecard to refresh, after the user is finished updating the values.<br/> We've tried looking in the PmService Webservice for some method that would force the refresh, but can't seem to find it.<br/> <br/> Can anyone help?<br/> <br/> Thank you,<br/> MPSat, 21 Nov 2009 00:57:24 Z2009-11-25T15:07:10Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/096fcfe4-2cc9-41ae-a9fe-6614decc7968http://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/096fcfe4-2cc9-41ae-a9fe-6614decc7968johnyjj2http://social.expression.microsoft.com/Profile/en-US/?user=johnyjj2server application capturing audio from SkypeHello!<br/> <br/> I'd like to create little system for mobile phones which can recognize speech. There are two ways to do it, first is to have speech recognition on mobile phone (however I've got difficulties with using PocketSphinx, if you'd like me to, I can explain what exactly), the other is to have speech recognition on server and just have mobile phone connecting to that server with the use of Skype. The communication between devices and applications would be as follows: Skype on mobile phone calls Skype on server -&gt; Skype on server redirects the speech (with the use of server application) to speech recognition engine Sphinx4 -&gt; Sphinx4 recognizes the speech and answers to Skype (do I need to do it through the server application?). Recently I've been working on creating acoustic model for Sphinx4.<br/> <br/> I have already found some good code which I can use in my application: http://forum.skype.com/index.php?showtopic=260361&amp;st=0&amp;p=1158301&amp;#entry1158301 . However I don't have the experience in writing server applications. (I've got some experience in C++, Free Pascal and Visual Basic but I'm rather newbie in C#). Can you suggest me how to begin with writing this server application? I would appreciate it if you can give me some useful materials to read, tutorials or advices.<br/> <br/> Greetings!Wed, 25 Nov 2009 13:52:24 Z2009-11-25T15:01:35Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/80573363-2a62-4381-af54-8ef504ad7264http://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/80573363-2a62-4381-af54-8ef504ad7264SebastianHenckelhttp://social.expression.microsoft.com/Profile/en-US/?user=SebastianHenckelWhat's the namespace of a Web-Application project?Hi, I'm a newbie, and I recently tried to pass some parameters over to an originating server page to a destination serverpage.<br/><br/>One of the methods described in the documentation involves switching over to the new webpage via Server.Transfer(&quot;destination_page.aspx&quot;), and, once being there, resurrecting a reference to the originating webpage with Context.Handler in the Page_Load() Handler. The problem is that the Class of the originating Webpage is invisible in the code of the destination webpage. I keep getting <span>Compiler Error CS0246, which complains about me not using a appropriate 'using' directive, or not supplying a reference where the class can be found. I had naively assumed that the the files of a project share a common namespace, and that they all have references to each other. I guess I'm mistaken. How to solve this problem?</span>Mon, 23 Nov 2009 19:52:28 Z2009-11-25T14:23:59Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/c009f52c-0549-4f6c-a996-d2725ef0ab8fhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/c009f52c-0549-4f6c-a996-d2725ef0ab8fdperrotthttp://social.expression.microsoft.com/Profile/en-US/?user=dperrottcalling a session varable in aspx file for database connection stringHi,<br/> <br/> i am trying to pass a parameter from my default.aspx page to my productlist.aspx page and was wondering how i can do it?<br/> <br/> i have made all the links go from default.aspx?category=[category]<br/> <br/> how do i get my productlist.aspx file to use this parameter in where statement?<br/> <br/> could it be similar to this?<br/> <pre lang=x-aspx>&lt;asp:SqlDataSource ID=&quot;SqlDataSource1&quot; runat=&quot;server&quot; ConnectionString=&quot;&lt;%$ ConnectionStrings:Website Build TestConnectionString %&gt;&quot; SelectCommand=&quot;SELECT CatalogueRef, LongDesc FROM Products WHERE (category = '&quot;+ category +&quot;')&quot;;&gt; &lt;/asp:SqlDataSource&gt;</pre> <br/> Regards,<br/> <br/> DPERROTTWed, 25 Nov 2009 13:40:19 Z2009-11-25T14:58:08Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/bf83d527-0797-4780-bebc-d1a48fc63712http://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/bf83d527-0797-4780-bebc-d1a48fc63712hard_denghttp://social.expression.microsoft.com/Profile/en-US/?user=hard_denghow to monitor the msoControlSplitButtonPopup in EXCEL VBA?such as monitor the color change of a cell,when the color button clicked,use my own code.<br/><br/>if use &quot;withevents&quot; module,I have found no controls identical with the msoControlSplitButtonPopup control.<br/><br/>if use &quot;onaction&quot; method,the color change button's onaction is readonly,how can I do?please help me!<br/><br/>Wed, 25 Nov 2009 02:42:58 Z2009-11-25T14:09:07Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/fb7d1b1e-a361-494f-a183-461fb65b760chttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/fb7d1b1e-a361-494f-a183-461fb65b760cjerry johnhttp://social.expression.microsoft.com/Profile/en-US/?user=jerry%20johnWhy <p>Why all browsers not work in my computer</p>Wed, 25 Nov 2009 13:33:12 Z2009-11-26T08:00:49Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/9ff0d63b-e206-4e3d-b4ae-1720db80cd83http://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/9ff0d63b-e206-4e3d-b4ae-1720db80cd83deewalkhttp://social.expression.microsoft.com/Profile/en-US/?user=deewalkopening word 2003<p>I AM HAVING PROBLEMS OPEN DOCUMENTS ALL OF A SUDDEN.  I NEED TO FIX SOMETHING THAT IS MISSING</p>Tue, 24 Nov 2009 16:36:58 Z2009-11-25T12:48:38Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/437b4bcf-0f19-4d85-9864-3c878b7192b9http://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/437b4bcf-0f19-4d85-9864-3c878b7192b9K.A.Mahesh Kumarhttp://social.expression.microsoft.com/Profile/en-US/?user=K.A.Mahesh%20KumarInstalling East Asian Language Support Under Windows 2000 Professionalhai,<br/><br/>How to Installing East Asian Language Support Under Windows 2000 Professional. The Language are tamil, hindi,malayalam,kannda,telungu... all indain languages.<br/><br/>Thanks,<br/><br/>Regards<br/>Maheshkumar<br/><br/>Mon, 23 Nov 2009 07:14:31 Z2009-11-25T12:36:23Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/015d873b-66b3-4af7-b8aa-d42817b215b8http://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/015d873b-66b3-4af7-b8aa-d42817b215b8C0dewarriorhttp://social.expression.microsoft.com/Profile/en-US/?user=C0dewarriorNon IIS application using .NET 2.0 framework on 64bit host throws BadImageFormatException with 64 bit ora client<p>I have .NET 2.0 on a 64 bit host.   Windows Server 2003 R2 SP2.</p> <p>I am trying to run my x86 compiled application that uses SystemData.OracleClient.   <br/><br/>My application is not hosted through IIS.  </p> <p>When the application executes I get the well known <br/>          &quot;<span lang=EN><strong>Attempt to load Oracle client libraries threw BadImageFormatException</strong>.&quot;.<br/><br/>I have compiled my application for the x86 platform.<br/><br/>I have also confirmed that the 64-bit Oracle Client is installed.<br/><br/>Since my application runs as a service I am unable to compile it in the &quot;Any CPU&quot; platform. <br/>(Services Controller cannot seem to start it with the &quot;Any CPU&quot; platform compilation).<br/><br/>I have heard from other threads that .NET 3 has a 64bit version of the System.Data.OracleClient.dll.   <br/><br/>I'm beginning to suspect that my problem is that the System.Data.OracleClient.dll version taht ships with .NET 2.0  is 32 bit.  So I ran a test with a console app compiled for the &quot;Any CPU&quot; platform, and it worked just fine.  Which confirmed my thinking.<br/><br/><br/>I don't really have the option of upgrading the .NET framework.   Are there any other options?</span></p>Thu, 19 Nov 2009 19:14:43 Z2009-11-26T06:12:50Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/05c230e5-1972-4213-ae4b-64eb5cfebc89http://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/05c230e5-1972-4213-ae4b-64eb5cfebc89Imran_imshttp://social.expression.microsoft.com/Profile/en-US/?user=Imran_imshow to calculate the lenght of http request?hello friends,<br/>  can any one help how to calculate the length of httpRequest. i need to display that the request was of so and so bytes.<br/> i tried to use httprequest.Length property in HttpWebRequest but it returns &quot;-1&quot;<br/> please help me!!! i am using C#.Sat, 21 Nov 2009 08:04:30 Z2009-11-26T04:56:22Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/7204f4b5-a813-4b5b-b7f9-f1dee5ab635fhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/7204f4b5-a813-4b5b-b7f9-f1dee5ab635fIndra Y.http://social.expression.microsoft.com/Profile/en-US/?user=Indra%20Y.Retriving Latitude and Longitude directely without callback with given a post codeHi All<br/> I am using control 6.0 for bing map. <br/> Could anyone tell me how to convert a post code into lattitude and longitude without calling callback function. Any help would be appriciate?<br/> <br/> Thanks,<br/> Indra Y.Wed, 25 Nov 2009 05:21:41 Z2009-11-26T07:54:06Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/1205ca41-c50a-4408-b3dc-251020641c2dhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/1205ca41-c50a-4408-b3dc-251020641c2dPatrik Melanderhttp://social.expression.microsoft.com/Profile/en-US/?user=Patrik%20Melander"Tag specific options" Visual studio bug?I hope this is the right forum for this post. If not please point me in the right direction.<br/><br/>I have the following code in an update panel:<br/><br/> <div style="background-color:white;color:black"> <pre><span style="color:blue">&lt;</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">Panel</span> <span style="color:red">ID</span><span style="color:blue">=</span><span style="color:blue">&quot;pnl_AddCategory&quot;</span> <span style="color:red">runat</span><span style="color:blue">=</span><span style="color:blue">&quot;server&quot;</span> <span style="color:red">Style</span><span style="color:blue">=</span><span style="color:blue">&quot;display: none&quot;</span> <span style="color:red">CssClass</span><span style="color:blue">=</span><span style="color:blue">&quot;ModalPopup-Popup-gray&quot;</span> <span style="color:blue">&gt;</span> <span style="color:blue">&lt;</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">Table</span> <span style="color:red">ID</span><span style="color:blue">=</span><span style="color:blue">&quot;tbl_AddCategory&quot;</span> <span style="color:red">runat</span><span style="color:blue">=</span><span style="color:blue">&quot;server&quot;</span><span style="color:blue">&gt;</span> <span style="color:blue">&lt;</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">TableRow</span><span style="color:blue">&gt;</span> <span style="color:blue">&lt;</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">TableCell</span> <span style="color:red">ColumnSpan</span><span style="color:blue">=</span><span style="color:blue">&quot;3&quot;</span><span style="color:blue">&gt;</span> <span style="color:blue">&lt;</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">Label</span> <span style="color:red">ID</span><span style="color:blue">=</span><span style="color:blue">&quot;lbl_AddCategoryName&quot;</span> <span style="color:red">runat</span><span style="color:blue">=</span><span style="color:blue">&quot;server&quot;</span> <span style="color:red">Text</span><span style="color:blue">=</span><span style="color:blue">&quot;AddCategoryName&quot;</span> <span style="color:red">CssClass</span><span style="color:blue">=</span><span style="color:blue">&quot;label-bold&quot;</span> <span style="color:blue">/&gt;</span> <span style="color:blue">&lt;/</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">TableCell</span><span style="color:blue">&gt;</span> <span style="color:blue">&lt;/</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">TableRow</span><span style="color:blue">&gt;</span> <span style="color:blue">&lt;/</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">Table</span><span style="color:blue">&gt;</span> <span style="color:blue">&lt;</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">Table</span> <span style="color:red">ID</span><span style="color:blue">=</span><span style="color:blue">&quot;tbl_AddCategoryButtons&quot;</span> <span style="color:red">runat</span><span style="color:blue">=</span><span style="color:blue">&quot;server&quot;</span> <span style="color:red">Width</span><span style="color:blue">=</span><span style="color:blue">&quot;310&quot;</span><span style="color:blue">&gt;</span> <span style="color:blue">&lt;</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">TableRow</span><span style="color:blue">&gt;</span> <span style="color:blue">&lt;</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">TableCell</span> <span style="color:red">HorizontalAlign</span><span style="color:blue">=</span><span style="color:blue">&quot;Right&quot;</span><span style="color:blue">&gt;</span> <span style="color:blue">&lt;</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">ImageButton</span> <span style="color:red">ID</span><span style="color:blue">=</span><span style="color:blue">&quot;btn_Add&quot;</span> <span style="color:red">runat</span><span style="color:blue">=</span><span style="color:blue">&quot;server&quot;</span> <span style="color:red">OnClick</span><span style="color:blue">=</span><span style="color:blue">&quot;btn_Add_Click&quot;</span> <span style="color:red">ImageUrl</span><span style="color:blue">=</span><span style="color:blue">&quot;~/img/silk/i_accept.png&quot;</span> <span style="color:blue">/&gt;</span><span style="color:red">&amp;nbsp;</span><span style="color:red">&amp;nbsp;</span> <span style="color:blue">&lt;</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">ImageButton</span> <span style="color:red">ID</span><span style="color:blue">=</span><span style="color:blue">&quot;btn_Cancel&quot;</span> <span style="color:red">runat</span><span style="color:blue">=</span><span style="color:blue">&quot;server&quot;</span> <span style="color:red">ImageUrl</span><span style="color:blue">=</span><span style="color:blue">&quot;~/img/silk/i_cancel.png&quot;</span> <span style="color:blue">/&gt;</span> <span style="color:blue">&lt;/</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">TableCell</span><span style="color:blue">&gt;</span> <span style="color:blue">&lt;/</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">TableRow</span><span style="color:blue">&gt;</span> <span style="color:blue">&lt;/</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">Table</span><span style="color:blue">&gt;</span> <span style="color:blue">&lt;/</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">Panel</span><span style="color:blue">&gt;</span> <span style="color:blue">&lt;</span><span style="color:#a31515">AJAX</span><span style="color:blue">:</span><span style="color:#a31515">ModalPopupExtender</span> <span style="color:red">ID</span><span style="color:blue">=</span><span style="color:blue">&quot;ModalPopupExtender1&quot;</span> <span style="color:red">runat</span><span style="color:blue">=</span><span style="color:blue">&quot;server&quot;</span> <span style="color:red">TargetControlID</span><span style="color:blue">=</span><span style="color:blue">&quot;btn_AddCategory&quot;</span> <span style="color:red">PopupControlID</span><span style="color:blue">=</span><span style="color:blue">&quot;pnl_AddCategory&quot;</span> <span style="color:red">BackgroundCssClass</span><span style="color:blue">=</span><span style="color:blue">&quot;ModalPopup-Background&quot;</span> <span style="color:red">OkControlID</span><span style="color:blue">=</span><span style="color:blue">&quot;btn_Add&quot;</span> <span style="color:red">OnOkScript</span><span style="color:blue">=</span><span style="color:blue">&quot;addPostBack()&quot;</span> <span style="color:red">CancelControlID</span><span style="color:blue">=</span><span style="color:blue">&quot;btn_Cancel&quot;</span> <span style="color:blue">/&gt;</span> </pre> </div> <br/>Now, everytime i save the page visual studio applies some code formatting template completely screwing up the code making it look like this<br/><br/> <div style="background-color:white;color:black"> <pre><span style="color:blue">&lt;</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">Panel</span> <span style="color:red">ID</span><span style="color:blue">=</span><span style="color:blue">&quot;pnl_AddCategory&quot;</span> <span style="color:red">runat</span><span style="color:blue">=</span><span style="color:blue">&quot;server&quot;</span> <span style="color:red">Style</span><span style="color:blue">=</span><span style="color:blue">&quot;display: none&quot;</span> <span style="color:red">CssClass</span><span style="color:blue">=</span><span style="color:blue">&quot;ModalPopup-Popup-gray&quot;</span> <span style="color:blue">&gt;</span> <span style="color:blue">&lt;</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">Table</span> <span style="color:red">ID</span><span style="color:blue">=</span><span style="color:blue">&quot;tbl_AddCategory&quot;</span> <span style="color:red">runat</span><span style="color:blue">=</span><span style="color:blue">&quot;server&quot;</span><span style="color:blue">&gt;</span> <span style="color:blue">&lt;</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">TableRow</span><span style="color:blue">&gt;</span> <span style="color:blue">&lt;</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">TableCell</span> <span style="color:red">ColumnSpan</span><span style="color:blue">=</span><span style="color:blue">&quot;3&quot;</span><span style="color:blue">&gt;</span> <span style="color:blue">&lt;</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">Label</span> <span style="color:red">ID</span><span style="color:blue">=</span><span style="color:blue">&quot;lbl_AddCategoryName&quot;</span> <span style="color:red">runat</span><span style="color:blue">=</span><span style="color:blue">&quot;server&quot;</span> <span style="color:red">Text</span><span style="color:blue">=</span><span style="color:blue">&quot;AddCategoryName&quot;</span> <span style="color:red">CssClass</span><span style="color:blue">=</span><span style="color:blue">&quot;label-bold&quot;</span> <span style="color:blue">/&gt;</span> <span style="color:blue">&lt;/</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">TableCell</span><span style="color:blue">&gt;</span><span style="color:blue">&lt;/</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">TableRow</span><span style="color:blue">&gt;</span><span style="color:blue">&lt;/</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">Table</span><span style="color:blue">&gt;</span><span style="color:blue">&lt;</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">Table</span> <span style="color:red">ID</span><span style="color:blue">=</span><span style="color:blue">&quot;tbl_AddCategoryButtons&quot;</span> <span style="color:red">runat</span><span style="color:blue">=</span><span style="color:blue">&quot;server&quot;</span> <span style="color:red">Width</span><span style="color:blue">=</span><span style="color:blue">&quot;310&quot;</span><span style="color:blue">&gt;</span> <span style="color:blue">&lt;</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">TableRow</span><span style="color:blue">&gt;</span> <span style="color:blue">&lt;</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">TableCell</span> <span style="color:red">HorizontalAlign</span><span style="color:blue">=</span><span style="color:blue">&quot;Right&quot;</span><span style="color:blue">&gt;</span> <span style="color:blue">&lt;</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">ImageButton</span> <span style="color:red">ID</span><span style="color:blue">=</span><span style="color:blue">&quot;btn_Add&quot;</span> <span style="color:red">runat</span><span style="color:blue">=</span><span style="color:blue">&quot;server&quot;</span> <span style="color:red">OnClick</span><span style="color:blue">=</span><span style="color:blue">&quot;btn_Add_Click&quot;</span> <span style="color:red">ImageUrl</span><span style="color:blue">=</span><span style="color:blue">&quot;~/img/silk/i_accept.png&quot;</span> <span style="color:blue">/&gt;</span><span style="color:red">&amp;nbsp;</span><span style="color:red">&amp;nbsp;</span> <span style="color:blue">&lt;</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">ImageButton</span> <span style="color:red">ID</span><span style="color:blue">=</span><span style="color:blue">&quot;btn_Cancel&quot;</span> <span style="color:red">runat</span><span style="color:blue">=</span><span style="color:blue">&quot;server&quot;</span> <span style="color:red">ImageUrl</span><span style="color:blue">=</span><span style="color:blue">&quot;~/img/silk/i_cancel.png&quot;</span> <span style="color:blue">/&gt;</span> <span style="color:blue">&lt;/</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">TableCell</span><span style="color:blue">&gt;</span><span style="color:blue">&lt;/</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">TableRow</span><span style="color:blue">&gt;</span><span style="color:blue">&lt;/</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">Table</span><span style="color:blue">&gt;</span><span style="color:blue">&lt;/</span><span style="color:#a31515">asp</span><span style="color:blue">:</span><span style="color:#a31515">Panel</span><span style="color:blue">&gt;</span><span style="color:blue">&lt;</span><span style="color:#a31515">AJAX</span><span style="color:blue">:</span><span style="color:#a31515">ModalPopupExtender</span> <span style="color:red">ID</span><span style="color:blue">=</span><span style="color:blue">&quot;ModalPopupExtender1&quot;</span> <span style="color:red">runat</span><span style="color:blue">=</span><span style="color:blue">&quot;server&quot;</span> <span style="color:red">TargetControlID</span><span style="color:blue">=</span><span style="color:blue">&quot;btn_AddCategory&quot;</span> <span style="color:red">PopupControlID</span><span style="color:blue">=</span><span style="color:blue">&quot;pnl_AddCategory&quot;</span> <span style="color:red">BackgroundCssClass</span><span style="color:blue">=</span><span style="color:blue">&quot;ModalPopup-Background&quot;</span> <span style="color:red">OkControlID</span><span style="color:blue">=</span><span style="color:blue">&quot;btn_Add&quot;</span> <span style="color:red">OnOkScript</span><span style="color:blue">=</span><span style="color:blue">&quot;addPostBack()&quot;</span> <span style="color:red">CancelControlID</span><span style="color:blue">=</span><span style="color:blue">&quot;btn_Cancel&quot;</span> <span style="color:blue">/&gt;</span> </pre> </div> <br/><br/>A quick Ctrl-Z Ctrl-S solves the problem but sometimes you forget and have to redo the formatting every time. I've had the same behaviour on previous occasion with asp:table inside an update panel.<br/><br/>I've tried to add custom tag specific options for asp:Table, asp:TableCell and asp:TableRow but nothing seems to work.Mon, 23 Nov 2009 11:02:45 Z2009-11-25T06:06:02Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/f8ab0669-bca6-4584-8afb-d589aa6fae2chttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/f8ab0669-bca6-4584-8afb-d589aa6fae2cstan_the_man21phhttp://social.expression.microsoft.com/Profile/en-US/?user=stan_the_man21phHow to make jquery intellisense work with visual web developer expressHi,<br/> <br/>         Can anyone tell me how to make jquery intellisense work with visual web developer 2008 express edition?<br/> <br/> I followed some instructions to make it work like installing the hotfix(<span style="font-family:arial;font-size:x-small"><strong><span style="text-decoration:underline">Install VS 2008 Patch KB958502 to Support &quot;-vsdoc.js&quot; Intellisense Files</span> </strong> </span> ) for jquery intellisense, downloading(<span style="font-family:arial;font-size:x-small"><strong><span style="text-decoration:underline">jQuery-vsdoc.js file</span> </strong> </span> ) . Then on my project that I'm working on, placing the .js file on thesame directory as the jquery file. After doing all this, it still doesn't work?Tue, 24 Nov 2009 02:33:12 Z2009-11-26T04:35:09Zhttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/f4a8e16c-07c6-4159-ad6a-e79f2605c71ehttp://social.expression.microsoft.com/Forums/en-US/Offtopic/thread/f4a8e16c-07c6-4159-ad6a-e79f2605c71eeasybreezehttp://social.expression.microsoft.com/Profile/en-US/?user=easybreezeDVD/CD drive is not reconizei need help with my dvd and cd rom not reading or reconize.Tue, 24 Nov 2009 23:47:05 Z2009-11-25T01:53:46Z