User balaweblog - Stack Overflowmost recent 30 from stackoverflow.com2009-12-17T09:15:13Zhttp://stackoverflow.com/feeds/user/22162http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/204140/moving-items-in-dual-listboxes7Moving items in Dual Listboxesbalaweblog2008-10-15T09:20:18Z2009-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-image0HTML hyperlink with mouse over imagebalaweblog2008-11-14T02:00:43Z2009-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-csv12Response Content type as CSVbalaweblog2008-12-26T09:32:40Z2009-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-application0Adding the xaml file in ASP.net web Applicationbalaweblog2009-02-26T08:12:33Z2009-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-foundation0What is meant by authoring in workflow Foundationbalaweblog2008-12-24T08:50:43Z2009-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-20057Enabling Auditing feature in SQLServer 2005balaweblog2008-11-20T10:02:42Z2009-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-panel1Finding all controls in an ASP.NET Panel?balaweblog2008-11-10T11:16:30Z2009-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-application0how to call the Vbscript file in C# applicationbalaweblog2008-10-14T08:49:28Z2009-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-button0How to find whether the user clicks browser back button or Refresh buttonbalaweblog2008-11-15T05:42:40Z2009-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-application1How can I avoid SQL injection attacks in my ASP.NET application?balaweblog2008-11-20T11:49:07Z2009-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-characte0How to remove (?) while we convert our byte content from unicode to ansi characterbalaweblog2008-12-26T05:03:02Z2009-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-foundation0Transaction scope in windows workflow foundationbalaweblog2008-12-08T12:05:19Z2009-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-net0I need to get the password which is Hashed in ASP.netbalaweblog2008-11-10T06:35:12Z2009-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-00<q> element not identified in IE 6.0balaweblog2008-11-05T05:32:07Z2009-07-21T19:24:00Z
<p>I have used this in my HTML:</p>
<pre><code><q> Hai How r u </q>
</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-work1What is Microsoft Message Queuing (MSMQ)? How does it work?balaweblog2008-12-30T12:03:52Z2009-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-net17Why are many of the banking sites implemented in Java rather than .NET?balaweblog2009-01-09T07:08:21Z2009-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-internet2Windows authentication for Intranet/Internetbalaweblog2009-03-16T18:07:40Z2009-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-c1Password protected PDF using C#balaweblog2008-12-16T06:13:50Z2009-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-net0Webservices for Time display in ASP.netbalaweblog2009-02-24T06:59:03Z2009-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-requirements0Sharepoint Requirementsbalaweblog2009-01-19T08:47:50Z2009-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-page0How to get all the controls in page using javascript in ASP.net page.balaweblog2008-10-09T12:36:12Z2009-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#5275990Answer by balaweblog for Move one arraylist data to another arraylist in C#balaweblog2009-02-09T09:57:53Z2009-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-c1Move one arraylist data to another arraylist in C#balaweblog2009-02-09T09:40:49Z2009-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-shtml3What is SHTMLbalaweblog2009-02-06T09:04:20Z2009-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-pdf0File does not begin with '%PDF-'balaweblog2009-02-06T04:28:04Z2009-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-tag0Represent space and tab in XML tag.balaweblog2009-02-05T05:02:00Z2009-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-exception0SQL Reporting services - Out of Memory Exceptionbalaweblog2008-09-26T09:22:01Z2009-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-server0Hardware requirements for .net Application in Production serverbalaweblog2009-01-20T07:18:09Z2009-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-1Conditional Formatting in HTML Tagsbalaweblog2009-02-02T07:21:08Z2009-02-02T14:54:35Z
<p>Is there any option for using IF-ELSE conditioning in HTML tags</p>
<pre><code> <if true> do something </if>
<else> do something </else>
</code></pre>
http://stackoverflow.com/questions/491266/sequential-scheduling-of-jobs1Sequential Scheduling of Jobsbalaweblog2009-01-29T11:25:28Z2009-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#380706Comment by balaweblog on Improper Text data when export as Binary - Textmode.balaweblog2008-12-19T11:27:49Z2008-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#154005Comment by balaweblog on What is the difference between ManualResetEvent and AutoResetEvent in .net?balaweblog2008-12-16T13:11:36Z2008-12-16T13:11:36Z@Dan very good understanding.http://stackoverflow.com/questions/355446/project-manager-commission-percentageComment by balaweblog on Project Manager Commission Percentagebalaweblog2008-12-10T10:01:47Z2008-12-10T10:01:47ZIs this related to programminghttp://stackoverflow.com/questions/342789/how-do-i-log-to-a-table-in-sql-server-2000Comment by balaweblog on How do I log to a table in SQL Server 2000?balaweblog2008-12-05T03:07:54Z2008-12-05T03:07:54Zgive clear questionhttp://stackoverflow.com/questions/264402/q-element-not-identified-in-ie-6-0/264405#264405Comment by balaweblog on <q> element not identified in IE 6.0balaweblog2008-11-05T05:43:34Z2008-11-05T05:43:34ZI need to show some titled like quotes " hai "http://stackoverflow.com/questions/224236/adding-a-newline-into-a-string-in-c/224244#224244Comment by balaweblog on Adding a newline into a string in C#balaweblog2008-10-22T04:08:18Z2008-10-22T04:08:18ZBut 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#224248Comment by balaweblog on Adding a newline into a string in C#balaweblog2008-10-22T03:23:22Z2008-10-22T03:23:22ZBut 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-postbacksComment by balaweblog on Listbox values are persisting across postbacks.balaweblog2008-10-15T14:00:26Z2008-10-15T14:00:26ZNo the values are not persisting. I am population through javascript.http://stackoverflow.com/questions/204140/moving-items-in-dual-listboxes/204161#204161Comment by balaweblog on Moving items in Dual Listboxesbalaweblog2008-10-15T09:37:00Z2008-10-15T09:37:00ZI am using javascript could you please provide me in javascripthttp://stackoverflow.com/questions/200422/how-to-call-the-vbscript-file-in-c-applicationComment by balaweblog on how to call the Vbscript file in C# applicationbalaweblog2008-10-14T09:07:46Z2008-10-14T09:07:46Zthis is not meaningful answer.http://stackoverflow.com/questions/197124/data-cut-off-when-exporting-to-excel-in-sql-reporting-services-2005Comment by balaweblog on Data Cut off when exporting to excel in SQL Reporting Services 2005.balaweblog2008-10-13T11:07:42Z2008-10-13T11:07:42ZPlease do the needfull.. I need this immediatelyhttp://stackoverflow.com/questions/197124/data-cut-off-when-exporting-to-excel-in-sql-reporting-services-2005Comment by balaweblog on Data Cut off when exporting to excel in SQL Reporting Services 2005.balaweblog2008-10-13T10:34:49Z2008-10-13T10:34:49Zany update on this i need this quick...http://stackoverflow.com/questions/156782/does-net-reporting-services-support-vectorial-graphicsComment by balaweblog on Does .NET Reporting Services support vectorial graphics?balaweblog2008-10-10T11:32:37Z2008-10-10T11:32:37Zyes the point is correct he need that vector graphics in SQL Reports