User balaweblog - Stack Overflow most recent 30 from stackoverflow.com 2009-12-17T09:15:13Z http://stackoverflow.com/feeds/user/22162 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/204140/moving-items-in-dual-listboxes 7 Moving items in Dual Listboxes balaweblog 2008-10-15T09:20:18Z 2009-11-18T20:53:23Z <p>How can I move items from one list box control to another listbox control using JavaScript in ASP.NET?</p> http://stackoverflow.com/questions/289030/html-hyperlink-with-mouse-over-image 0 HTML hyperlink with mouse over image balaweblog 2008-11-14T02:00:43Z 2009-11-13T22:37:21Z <p>I am having a Html hyperlink. I need to link this hyperlink to another page.When I place the mouse over the link. It should show the image. how to do this</p> http://stackoverflow.com/questions/393647/response-content-type-as-csv 12 Response Content type as CSV balaweblog 2008-12-26T09:32:40Z 2009-11-12T01:11:39Z <p>I need to send the CSV file in HTTP response. How can i set the output response as CSV format</p> <p>Response.ContentType = "application/CSV";</p> <p>This is not working.</p> http://stackoverflow.com/questions/589615/adding-the-xaml-file-in-asp-net-web-application 0 Adding the xaml file in ASP.net web Application balaweblog 2009-02-26T08:12:33Z 2009-10-22T15:00:04Z <p>How to add the xaml file in ASP.net web page.</p> http://stackoverflow.com/questions/391038/what-is-meant-by-authoring-in-workflow-foundation 0 What is meant by authoring in workflow Foundation balaweblog 2008-12-24T08:50:43Z 2009-10-22T03:00:03Z <p>I need to what is meant by authoring in workflow foundation and what are it's types.</p> http://stackoverflow.com/questions/304830/enabling-auditing-feature-in-sqlserver-2005 7 Enabling Auditing feature in SQLServer 2005 balaweblog 2008-11-20T10:02:42Z 2009-10-07T06:06:28Z <p>Did you ever use SQL Server auditing features on a production db?</p> <p>How did that impact on performances, and are there differences you noticed between different versions of SQL Server.</p> <p>Also how we need to enable the audit features.</p> http://stackoverflow.com/questions/277646/finding-all-controls-in-an-asp-net-panel 1 Finding all controls in an ASP.NET Panel? balaweblog 2008-11-10T11:16:30Z 2009-09-08T13:13:48Z <p>I am having a number of panels in my page in which I am collecting user information and saving the page details. The page panel has textbox, dropdown list, listbox.</p> <p>When I need to come to this page. I need to show the Page if these controls have any values. How to do this?</p> http://stackoverflow.com/questions/200422/how-to-call-the-vbscript-file-in-c-application 0 how to call the Vbscript file in C# application balaweblog 2008-10-14T08:49:28Z 2009-09-04T21:47:53Z <p>I need to call the vb script file(vbs file) in my C# windows application. Please let me know how to do this. There is an add in to access vb script file in Visual studio. But i need to access the script in code behind how to do this</p> http://stackoverflow.com/questions/292204/how-to-find-whether-the-user-clicks-browser-back-button-or-refresh-button 0 How to find whether the user clicks browser back button or Refresh button balaweblog 2008-11-15T05:42:40Z 2009-08-27T07:25:16Z <p>I need to find whether the user clicking the browser back button or Refresh button.</p> <p>I need to redirect the page to Error page when he clicks the back or refresh button. How to do this.</p> <p>I need to do this in javscript for my ASP.net page</p> http://stackoverflow.com/questions/305044/how-can-i-avoid-sql-injection-attacks-in-my-asp-net-application 1 How can I avoid SQL injection attacks in my ASP.NET application? balaweblog 2008-11-20T11:49:07Z 2009-08-16T09:48:12Z <p>I need to avoid being vulnerable to SQL injection in my ASP.NET application. How might I accomplish this?</p> http://stackoverflow.com/questions/393495/how-to-remove-while-we-convert-our-byte-content-from-unicode-to-ansi-characte 0 How to remove (?) while we convert our byte content from unicode to ansi character balaweblog 2008-12-26T05:03:02Z 2009-08-06T10:20:09Z <p>I need to convert the unicode characters to ansi characters</p> <pre><code>byte[] encode = Encoding.Convert(Encoding.Unicode, Encoding.Default, report); </code></pre> <p>I use this piece of code. While I am viewing this I found that extra ? character is added in the first part</p> <p>?FF EE 20 12</p> http://stackoverflow.com/questions/349308/transaction-scope-in-windows-workflow-foundation 0 Transaction scope in windows workflow foundation balaweblog 2008-12-08T12:05:19Z 2009-08-02T08:49:06Z <p>I have used the transaction scope activity in windows workflow foundation. I am getting an workflow SQL persistence error.</p> <p>I am not having SQL persistence database.</p> <p>Do we need persisetence services.</p> <p>I am not having Microsoft Distributed Transaction Coordinator (MSDTC)</p> http://stackoverflow.com/questions/277210/i-need-to-get-the-password-which-is-hashed-in-asp-net 0 I need to get the password which is Hashed in ASP.net balaweblog 2008-11-10T06:35:12Z 2009-07-23T19:57:05Z <p>I am storing all my passwords in the form hashed. I need to retrieve these passwords Eg</p> <p>My password is "123456" I save this as hashed "3453474852dfdsfdsfdf" value.</p> <p>I need to retrieve the original password from the hashed value. (Get Password).</p> <p>How can I do that?. I am doing SHA1 hashing algorithm.</p> http://stackoverflow.com/questions/264402/q-element-not-identified-in-ie-6-0 0 <q> element not identified in IE 6.0 balaweblog 2008-11-05T05:32:07Z 2009-07-21T19:24:00Z <p>I have used this in my HTML:</p> <pre><code>&lt;q&gt; Hai How r u &lt;/q&gt; </code></pre> <p>Which shows the text in quotes, like "Hai How r u", for example.</p> <p>This is working fine in FF but not in IE 6.0.</p> <p>Please let me know why this happens, and any solutions you might know of. </p> <p>I don't want to use the quote (") character in my HTML or a separate css file for this.</p> http://stackoverflow.com/questions/400115/what-is-microsoft-message-queuing-msmq-how-does-it-work 1 What is Microsoft Message Queuing (MSMQ)? How does it work? balaweblog 2008-12-30T12:03:52Z 2009-05-24T13:47:45Z <p>I need to work with (Microsoft Message Queuing )MSMQ. What is meant by MSMQ how it will work? In what way its is different from webservices.</p> http://stackoverflow.com/questions/427286/why-are-many-of-the-banking-sites-implemented-in-java-rather-than-net 17 Why are many of the banking sites implemented in Java rather than .NET? balaweblog 2009-01-09T07:08:21Z 2009-04-19T00:05:15Z <p>We are developing an application for a banking client which includes transactions and the site should be very secure. The business process is finalized. Then we decide on the technology.</p> <p>We suggested .NET 3.5 framework with C#. The client replied for security reasons and ease of use we are going to Java. Also many of the banking sites are developed in Java eg: Bank of california https://banking.uboc.com/UBOC/Banking/SignOn.jsp</p> <p>I dont know: is .NET not secure? Why are many banking sites are developed in Java rather than .net or some other technologies?</p> http://stackoverflow.com/questions/651531/windows-authentication-for-intranet-internet 2 Windows authentication for Intranet/Internet balaweblog 2009-03-16T18:07:40Z 2009-03-17T13:35:41Z <p>I am developing an ASP.net web application for my company. Some users use this site in internal network and some will use internet site. I am usin Windows Authentication mode.</p> <p>I no need to prompt windows authentication mode for intranet user and prompt windows authentication mode for internet user.</p> <p>How can I do this.</p> http://stackoverflow.com/questions/370571/password-protected-pdf-using-c 1 Password protected PDF using C# balaweblog 2008-12-16T06:13:50Z 2009-03-05T11:54:00Z <p>I am creating a pdf document using C# code in my process. I need to protect the docuemnt with some standard password like "123456" or some account number. I need to do this without any reference dlls like pdf writer.</p> <p>I am generating the PDF file using SQL Reporting services reports.</p> <p>Is there are easiest way.</p> http://stackoverflow.com/questions/580727/webservices-for-time-display-in-asp-net 0 Webservices for Time display in ASP.net balaweblog 2009-02-24T06:59:03Z 2009-02-24T07:20:06Z <p>I need to display the time information (IST,GMT,EST) times in my ASP.net web application. Is there any webervices providing these datas. It should be free.</p> http://stackoverflow.com/questions/456916/sharepoint-requirements 0 Sharepoint Requirements balaweblog 2009-01-19T08:47:50Z 2009-02-10T14:53:25Z <p>I am new to Sharepoint. I need a workflow portal web application. Please someone guide in intalling the sharepoint and what are the hardware and software requirements for working in sharepoint.</p> <p>Please let me know which is better either Windows sharepoint services or MOSS2007 for creating web application portal</p> http://stackoverflow.com/questions/187059/how-to-get-all-the-controls-in-page-using-javascript-in-asp-net-page 0 How to get all the controls in page using javascript in ASP.net page. balaweblog 2008-10-09T12:36:12Z 2009-02-09T12:22:10Z <p>I am having a page with tab control and each control has almost 15 controls.totally there are 10 tabs. totally there are about 150 controls in a page(controls like drop down list, textbox, radiobutton, listbox only).</p> <p>My requirement is there is button(submit) at the bottom the page. I need to check with javascript that at least 3 options should be selected out of 150 controls in that page irrespective of tabs which they choose. </p> <p>Please suggest me the simplest and easy way which should be done in javascript for my aspx page.</p> http://stackoverflow.com/questions/527561/move-one-arraylist-data-to-another-arraylist-in-c/527599#527599 0 Answer by balaweblog for Move one arraylist data to another arraylist in C# balaweblog 2009-02-09T09:57:53Z 2009-02-09T09:57:53Z <p>I found the answer for moving up the datas</p> <p>Firstarray.AddRange(SecondArrary)</p> http://stackoverflow.com/questions/527561/move-one-arraylist-data-to-another-arraylist-in-c 1 Move one arraylist data to another arraylist in C# balaweblog 2009-02-09T09:40:49Z 2009-02-09T09:57:53Z <p>How to move one Arraylist data to another arraylist. I have tried for many option but the output is in the form of array not arraylist</p> http://stackoverflow.com/questions/519619/what-is-shtml 3 What is SHTML balaweblog 2009-02-06T09:04:20Z 2009-02-06T09:09:52Z <p>Recently I came to know about SHTML. And also I have look at site having extensions as .shtml.</p> <p>What is the purpose of SHTML in what ways it differ from HTML and DHTML</p> http://stackoverflow.com/questions/519108/file-does-not-begin-with-pdf 0 File does not begin with '%PDF-' balaweblog 2009-02-06T04:28:04Z 2009-02-06T04:52:21Z <p>I am exporting the HTML Content to PDF.</p> <p>System.IO.StringWriter sWriter = new System.IO.StringWriter();</p> <pre><code> System.Web.UI.HtmlTextWriter htmlWriter = new HtmlTextWriter(sWriter); Response.Buffer = true; FormId.RenderControl(htmlWriter); Response.ContentType = "application/pdf"; // Added appropriate headers Response.AddHeader("Content-Disposition", "inline; filename=XXX.pdf"); Response.AddHeader("Content-Length", htmlWriter.ToString().Length.ToString()); Response.Output.Write(sWriter.ToString()); Response.Flush(); Response.Close(); </code></pre> <p>FormId is my Div past of the content..</p> <p>I am getting the error as "File does not begin with '%PDF-'"</p> <p>I have included Response.clear(); The output is not coming </p> http://stackoverflow.com/questions/514635/represent-space-and-tab-in-xml-tag 0 Represent space and tab in XML tag. balaweblog 2009-02-05T05:02:00Z 2009-02-05T12:33:52Z <p>How to represent space and tab in XML tag. Is there any special characters for them to represent.</p> http://stackoverflow.com/questions/138444/sql-reporting-services-out-of-memory-exception 0 SQL Reporting services - Out of Memory Exception balaweblog 2008-09-26T09:22:01Z 2009-02-04T00:57:22Z <p>I am having some 10 lac records in my single SQL Table. I need to load this much record in my record. I need to know whether this will load. when i tried loading to report its showing out of memory exception.</p> http://stackoverflow.com/questions/460337/hardware-requirements-for-net-application-in-production-server 0 Hardware requirements for .net Application in Production server balaweblog 2009-01-20T07:18:09Z 2009-02-02T17:54:06Z <p>I have developed my ASP.net application with SQL Server 2005 which as installed version of .net Framework 2.0.</p> <p>Please some one suggest what are the hardware requirements (windows server) to host in Production server and its configuration to host the application.</p> <p>The total number of users around 10,000 per second</p> <p>around 10,000 requests per second.</p> http://stackoverflow.com/questions/502431/conditional-formatting-in-html-tags -1 Conditional Formatting in HTML Tags balaweblog 2009-02-02T07:21:08Z 2009-02-02T14:54:35Z <p>Is there any option for using IF-ELSE conditioning in HTML tags</p> <pre><code> &lt;if true&gt; do something &lt;/if&gt; &lt;else&gt; do something &lt;/else&gt; </code></pre> http://stackoverflow.com/questions/491266/sequential-scheduling-of-jobs 1 Sequential Scheduling of Jobs balaweblog 2009-01-29T11:25:28Z 2009-01-29T11:55:36Z <p>We have scheduled a number of jobs in SQL Server 2000. We want these jobs to be executed in a sequential order i.e. the failure of one job should prevent the next job from running. Can someone help me on doing this or creating dependency between scheduled jobs.</p> http://stackoverflow.com/questions/380532/improper-text-data-when-export-as-binary-textmode/380706#380706 Comment by balaweblog on Improper Text data when export as Binary - Textmode. balaweblog 2008-12-19T11:27:49Z 2008-12-19T11:27:49Z @Antony I am using Textpad for this... what is the solution for this??? http://stackoverflow.com/questions/153877/what-is-the-difference-between-manualresetevent-and-autoresetevent-in-net/154005#154005 Comment by balaweblog on What is the difference between ManualResetEvent and AutoResetEvent in .net? balaweblog 2008-12-16T13:11:36Z 2008-12-16T13:11:36Z @Dan very good understanding. http://stackoverflow.com/questions/355446/project-manager-commission-percentage Comment by balaweblog on Project Manager Commission Percentage balaweblog 2008-12-10T10:01:47Z 2008-12-10T10:01:47Z Is this related to programming http://stackoverflow.com/questions/342789/how-do-i-log-to-a-table-in-sql-server-2000 Comment by balaweblog on How do I log to a table in SQL Server 2000? balaweblog 2008-12-05T03:07:54Z 2008-12-05T03:07:54Z give clear question http://stackoverflow.com/questions/264402/q-element-not-identified-in-ie-6-0/264405#264405 Comment by balaweblog on <q> element not identified in IE 6.0 balaweblog 2008-11-05T05:43:34Z 2008-11-05T05:43:34Z I need to show some titled like quotes &quot; hai &quot; http://stackoverflow.com/questions/224236/adding-a-newline-into-a-string-in-c/224244#224244 Comment by balaweblog on Adding a newline into a string in C# balaweblog 2008-10-22T04:08:18Z 2008-10-22T04:08:18Z But I need to write this information in a text file like this fkdfdsfdflkdkfk@ dfsdfjk72388389@ kdkfkdfkkl@ jkdjkfjd@ jjjk@ The New line character is not effective in the text file. http://stackoverflow.com/questions/224236/adding-a-newline-into-a-string-in-c/224248#224248 Comment by balaweblog on Adding a newline into a string in C# balaweblog 2008-10-22T03:23:22Z 2008-10-22T03:23:22Z But I need to write this information in a text file like this fkdfdsfdflkdkfk@ dfsdfjk72388389@ kdkfkdfkkl@ jkdjkfjd@ jjjk@ The New line character is not effective in the text file. http://stackoverflow.com/questions/204538/listbox-values-are-persisting-across-postbacks Comment by balaweblog on Listbox values are persisting across postbacks. balaweblog 2008-10-15T14:00:26Z 2008-10-15T14:00:26Z No the values are not persisting. I am population through javascript. http://stackoverflow.com/questions/204140/moving-items-in-dual-listboxes/204161#204161 Comment by balaweblog on Moving items in Dual Listboxes balaweblog 2008-10-15T09:37:00Z 2008-10-15T09:37:00Z I am using javascript could you please provide me in javascript http://stackoverflow.com/questions/200422/how-to-call-the-vbscript-file-in-c-application Comment by balaweblog on how to call the Vbscript file in C# application balaweblog 2008-10-14T09:07:46Z 2008-10-14T09:07:46Z this is not meaningful answer. http://stackoverflow.com/questions/197124/data-cut-off-when-exporting-to-excel-in-sql-reporting-services-2005 Comment by balaweblog on Data Cut off when exporting to excel in SQL Reporting Services 2005. balaweblog 2008-10-13T11:07:42Z 2008-10-13T11:07:42Z Please do the needfull.. I need this immediately http://stackoverflow.com/questions/197124/data-cut-off-when-exporting-to-excel-in-sql-reporting-services-2005 Comment by balaweblog on Data Cut off when exporting to excel in SQL Reporting Services 2005. balaweblog 2008-10-13T10:34:49Z 2008-10-13T10:34:49Z any update on this i need this quick... http://stackoverflow.com/questions/156782/does-net-reporting-services-support-vectorial-graphics Comment by balaweblog on Does .NET Reporting Services support vectorial graphics? balaweblog 2008-10-10T11:32:37Z 2008-10-10T11:32:37Z yes the point is correct he need that vector graphics in SQL Reports