<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tag 'Urgent'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=Urgent&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'Urgent'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Username and Password after installing IIS 5</title><link>http://forums.asp.net/thread/3341456.aspx</link><pubDate>Tue, 11 Aug 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3341456</guid><dc:creator>Umaid123</dc:creator><description>&lt;p&gt;Well I tried your solution but still it is asking for connection (&amp;quot;ID&amp;quot;, &amp;quot;Password&amp;quot;)&lt;/p&gt;&lt;p&gt;Problem remains same. I am even unable to connect to m asp.net website in vs2005 because it is saying that your webserver is temporarily out of service. I felt in tough deadline and need to submit some important clients work so please help it urgent.&lt;/p&gt;&lt;p&gt;I have reinstall IIS 6.0 with xp sp2 cd. Well I dont understand that why this problem came now because it never came with me previously and how does this problem generated.&lt;/p&gt;&lt;p&gt;I also restart IIS from services but not use , because it is working fine but I can create a new website from vs2005. I cant uninstall vs2005 because many dll and ajax controls are attached with it.&lt;/p&gt;</description></item><item><title>Winforms's Dialog Box type page</title><link>http://forums.asp.net/thread/3311822.aspx</link><pubDate>Fri, 24 Jul 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3311822</guid><dc:creator>zaidshah</dc:creator><description>&lt;p&gt;Hi there&lt;/p&gt;&lt;p&gt;I am new to asp.net however have worked on winforms. I want to add a page in asp.net which acts more like a modal dialog box. What I mean by that is when this page is displayed the background page can not be accessed untill user provides log in credentials.&lt;/p&gt;&lt;p&gt;Kindly help me with this. If a code can be provided it would be even gr8&lt;/p&gt;&lt;p&gt;Thanks.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Modal Dialog Box in asp.net</title><link>http://forums.asp.net/thread/3311803.aspx</link><pubDate>Fri, 24 Jul 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3311803</guid><dc:creator>zaidshah</dc:creator><description>&lt;p&gt;Hi there &lt;/p&gt;&lt;p&gt;I would lik to add a modal dialog box type page in asp.net. This page will ask for user name and password and while this page is in focus the background page will in inaccessible. &lt;/p&gt;&lt;p&gt;Kindly help me as soon as possible!!!&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>array list in stored procedure is givving problem</title><link>http://forums.asp.net/thread/3281112.aspx</link><pubDate>Wed, 08 Jul 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3281112</guid><dc:creator>vinnakanna</dc:creator><description>&lt;p&gt;hi all,&lt;/p&gt;&lt;p&gt;below code is not returning data but executing&lt;/p&gt;&lt;p&gt;plz some one help&lt;/p&gt;&lt;p&gt;create proc test1 (@t1 varchar(100))&lt;/p&gt;&lt;p&gt;as&amp;nbsp; begin&lt;br /&gt;exec(&amp;#39;SELECT&amp;nbsp; * FROM DataSource WHERE DataSourceName IN (&amp;#39;+@t1+&amp;#39;)&amp;#39;)&lt;br /&gt;end&lt;/p&gt;&lt;p&gt;exec test1 &amp;#39;Ace Data S,ESIS Data Source&amp;#39;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;thnq&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Problem Adding Custom HTTP Module with Ajax(System.Web.Handlers.ScriptModule)</title><link>http://forums.asp.net/thread/3157207.aspx</link><pubDate>Tue, 12 May 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3157207</guid><dc:creator>kunalkamboj</dc:creator><description>&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;&lt;p&gt;I have Created a custom Module for my application. It works fine when i am testing on a sample website.&lt;/p&gt;&lt;p&gt;But when i integrated the same with the original application it dosent works fine. Actully i am using Ajax control toolkit and it uses its own module for request processing.System.Web.Handlers.ScriptModule.&lt;/p&gt;&lt;p&gt;Hence my handlers section becomes something like this :&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;httpModules&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add name=&amp;quot;ScriptModule&amp;quot; type=&amp;quot;System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add type=&amp;quot;MyModule, MyModule,Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba11cfdfb1d1111b&amp;quot; name=&amp;quot;SiteMinderHttpModule&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/httpModules&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Now i think my module working fine but because of it there is some hinderence caused in the Ajax request processing.I get the error sys is undefined.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I have created a class library Project and implemented the iHTTPModule interface and then registered the assembly in GAC and then accessing the assembly from there..&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Is there any work around for this problem as my page is not rendering properly.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please Help.&lt;/p&gt;&lt;p&gt;Kunal&amp;nbsp; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Cannot get the 'Design' or 'Split' feature to work in VWD 2008 Express</title><link>http://forums.asp.net/thread/2923765.aspx</link><pubDate>Sat, 07 Feb 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2923765</guid><dc:creator>hopeful1</dc:creator><description>&lt;p&gt;I have XP Pro SP3.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Downloaded VWD 2008 Express from the&amp;nbsp;MSN site. There was no problem in installation. &lt;br /&gt;Now, I want to start programming. But I cannot get the designer / split view to work.&lt;/p&gt;
&lt;p&gt;Here are the steps:&lt;/p&gt;
&lt;p&gt;1. Double-click on VWD icon on the desktop. &lt;br /&gt;2. Click on File\NewFile&lt;br /&gt;3. In the New File dialog box, click on C# and Web Form items.&lt;br /&gt;4. Hit the Open button at the bottom.&lt;br /&gt;5. IDE opens with Default1.aspx&lt;br /&gt;6. In the toolbox, click on HTML to expand it.&lt;br /&gt;7. In the Server Objects &amp;amp; Events pane; place the cursor on the empty line between the &amp;lt;div&amp;gt; and &amp;lt;/div&amp;gt; lines&lt;br /&gt;8. In the same pane, at the bottom left hand corner; we have &amp;quot;Designer&amp;quot; and &amp;quot;Split&amp;quot;. Click on &amp;quot;Split&amp;quot;.&lt;br /&gt;9. IDE freezes. No further action is possible.&lt;br /&gt;Same result if we click on &amp;quot;Design&amp;quot; instead of &amp;quot;split&amp;quot;. Actual ResultsIDE freezes up. No further action is possible.Expected ResultsI expect to see the split screen, when I hit &amp;quot;Split&amp;quot;. (And the designer screen when I hit the &amp;quot;Design&amp;quot;).&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Hopeful1&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Unable to Add/View DataSources</title><link>http://forums.asp.net/thread/2900786.aspx</link><pubDate>Thu, 29 Jan 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2900786</guid><dc:creator>bfancett</dc:creator><description>&lt;p&gt;For some strange reason, after 7 months on this project I am all of a sudden unable to add a new datasource to my project.&amp;nbsp; In Report Viewer (Microsoft Report) I click the Create New Report link on the viewer, and then choose my connection, and then when I click Add New Datasource button, nothing happens except all of my exisitng DataSources (table adapters) minimize in the window.&amp;nbsp; Previously when I clicked this button, the Congfigure datasource wizard would show up and I would select my stored procedure, etc.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Also, on the main navigation pane, when I click Data, and then click Show DataSources, nothing happens either.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;Why all of a sudden I am unable to add a new datasource this was.&amp;nbsp; One day it worked fine, and now it doesn&amp;#39;t.&amp;nbsp; Is there another way to bring up the DataSource wizard, becuase I can manually add a new datasource to my App_Code folder, but don&amp;#39;t want to write all of the XML required by hand.&lt;/p&gt;
&lt;p&gt;Please help.&lt;/p&gt;
&lt;p&gt;Thanks for the assistance.&lt;/p&gt;</description></item><item><title>Enabling crystal Report option</title><link>http://forums.asp.net/thread/2806569.aspx</link><pubDate>Sat, 13 Dec 2008 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2806569</guid><dc:creator>rvpundlik.007</dc:creator><description>&lt;p&gt;&amp;nbsp;Hi all,&lt;/p&gt;&lt;p&gt;I have created one intranet ASP.Net application in VS 2005 c# and deployed it on server and i have access it through client.i have used crystal report&amp;nbsp; to generate report. my report is getting generated perfectly but print,export and all other options are not working.please tell me that how can i enable those option on client side machine. all those options are working fine on development machine(local machine) but not working on client machine&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Urgent: How to change windows Authentication user name for SQL Server 2005 Express</title><link>http://forums.asp.net/thread/2762547.aspx</link><pubDate>Sun, 23 Nov 2008 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2762547</guid><dc:creator>jadoon88</dc:creator><description>&lt;p&gt;I have changed my windows user name from &amp;quot;Umair Khan Jadoon&amp;quot; to
&amp;quot;Jadoon&amp;quot; but SQL Server 2005 Windows Authentication User name is still
&amp;quot;Umair Khan Jadoon&amp;quot; ...please tell me how I can change it? I am using
Windows Vista Ultimate SP1, Visual Studio 2008 SP1 and SQL Server 2005
Express.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Please help me...Thanks in advance &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>WAT Doesn't Work - Urgent</title><link>http://forums.asp.net/thread/2754660.aspx</link><pubDate>Wed, 19 Nov 2008 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2754660</guid><dc:creator>BaloonTiger</dc:creator><description>&lt;p&gt;
Hello my friends ,&lt;br /&gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp;I can&amp;#39;t make WAT work
I couldn&amp;#39;t understand why ,&lt;/p&gt;&lt;p&gt; I tried everything came up into my mind ,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;

I always get this error :
    &lt;/p&gt;&lt;p&gt;&lt;i&gt;Tool Has Timed Out&lt;/i&gt;

&lt;/p&gt;&lt;p&gt;I tried aspnet_regsql
        aspnet_regiis
from every possible ways that I had learn&amp;#39;t with no result ,&lt;/p&gt;&lt;p&gt;
I also tried to make new application&amp;#39;s , new web.config , lots of copy &amp;amp; paste &amp;amp; restarts,
again with no result ,

&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can you help me to figure it out ?

&lt;/p&gt;</description></item></channel></rss>