<?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 'general'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=general&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'general'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: is null or not an object</title><link>http://forums.asp.net/thread/3313864.aspx</link><pubDate>Mon, 27 Jul 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3313864</guid><dc:creator>gaddamPraveenkumar</dc:creator><description>&lt;p&gt;Hi,

in line 112 what is the code u have written ......?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: pop up window on client side</title><link>http://forums.asp.net/thread/3312198.aspx</link><pubDate>Sat, 25 Jul 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3312198</guid><dc:creator>gaddamPraveenkumar</dc:creator><description>&lt;p&gt;Can u Exactly Explain&amp;nbsp; ur Doubt&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Do u need to show a alert or Popup Window &amp;amp; When&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: stored procedure help??</title><link>http://forums.asp.net/thread/3303430.aspx</link><pubDate>Mon, 20 Jul 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3303430</guid><dc:creator>gaddamPraveenkumar</dc:creator><description>&lt;p&gt;&lt;font face="Lucida Console" size="2"&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;&lt;font color="blue"&gt;&lt;font color="blue"&gt;string&lt;/font&gt;&lt;/font&gt;&lt;/font&gt; connect = System.Configuration.&lt;font color="#008080"&gt;ConfigurationManager&lt;/font&gt;.AppSettings[&lt;font color="#800000"&gt;&amp;quot;conn&amp;quot;&lt;/font&gt;];&lt;br /&gt;&lt;font color="#008080"&gt;SqlConnection&lt;/font&gt; scn = &lt;font color="#0000ff"&gt;&lt;font color="blue"&gt;&lt;font color="blue"&gt;new&lt;/font&gt;&lt;/font&gt;&lt;/font&gt; &lt;font color="#008080"&gt;SqlConnection&lt;/font&gt;(connect);&lt;br /&gt;&lt;font color="#0000ff"&gt;&lt;font color="blue"&gt;&lt;font color="blue"&gt;string&lt;/font&gt;&lt;/font&gt;&lt;/font&gt; sp = &lt;font color="#800000"&gt;&amp;quot;CustOrdersDetail&amp;quot;&lt;/font&gt;;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;font color="#008080"&gt;SqlCommand&lt;/font&gt; spcmd = &lt;font color="#0000ff"&gt;&lt;font color="blue"&gt;&lt;font color="blue"&gt;new&lt;/font&gt;&lt;/font&gt;&lt;/font&gt; &lt;font color="#008080"&gt;SqlCommand&lt;/font&gt;(sp, scn);&lt;/font&gt;&lt;br /&gt;&lt;font size="2"&gt;spcmd.CommandType = CommandType.StoredProcedure&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&amp;nbsp;&lt;br /&gt;&lt;font size="2"&gt;SqlParameter theOrderID = &lt;font color="blue"&gt;new&lt;/font&gt; SqlParameter(&amp;quot;@OrderID&amp;quot;, SqlDbType.Int);&lt;/font&gt;&lt;br /&gt;&lt;font size="2"&gt;theOrderID = Convert.ToInt32(&lt;font color="blue"&gt;this&lt;/font&gt;.txt1.Text);&lt;br /&gt;&lt;br /&gt;&lt;font color="#008080"&gt;SqlDataReader&lt;/font&gt; dr;&lt;br /&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;br /&gt;spcmd.Parameters.Add(theOrderID);&lt;/font&gt;&lt;br /&gt;&lt;font size="2"&gt;&lt;br /&gt;&lt;font color="#008080"&gt;&lt;/font&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;scn.Open();&lt;br /&gt;&lt;br /&gt;dr = spcmd.ExecuteReader();&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;</description></item><item><title>Re: Subscription management</title><link>http://forums.asp.net/thread/3236264.aspx</link><pubDate>Tue, 16 Jun 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3236264</guid><dc:creator>gaddamPraveenkumar</dc:creator><description>&lt;p&gt;In Button Click Event&amp;nbsp;&lt;/p&gt;&lt;p&gt;SearchEmail()&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;Query for Search Email&lt;/p&gt;&lt;p&gt;Excute&lt;/p&gt;&lt;p&gt;if(Exists)&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;Take the Info&lt;/p&gt;&lt;p&gt;function for sending mail&amp;nbsp;&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;else&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;Msg:Not Exist&amp;nbsp;&lt;/p&gt;&lt;p&gt;}&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;}&lt;/p&gt;&lt;p&gt;if u need any other info like Coding reply me&amp;nbsp;&lt;/p&gt;</description></item><item><title>Unknown server tag 'asp:Page Tab'.</title><link>http://forums.asp.net/thread/3229571.aspx</link><pubDate>Fri, 12 Jun 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3229571</guid><dc:creator>justice1320</dc:creator><description>&lt;p&gt;What does this mean and how do I fix it. Thanks&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; Unknown server tag &amp;#39;asp:Page Tab&amp;#39;.&lt;/p&gt;</description></item><item><title>Re: TextBox_TextChanged event which with ModalPopUpExtender</title><link>http://forums.asp.net/thread/2210016.aspx</link><pubDate>Tue, 04 Mar 2008 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2210016</guid><dc:creator>mrkk</dc:creator><description>&lt;p&gt;Thanks.... &lt;/p&gt;</description></item><item><title>Re: Navigating to a new aspx page and passing info to an embedded control</title><link>http://forums.asp.net/thread/2207916.aspx</link><pubDate>Mon, 03 Mar 2008 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2207916</guid><dc:creator>tompy_nation</dc:creator><description>&lt;p&gt;If you want to pass a value to another page use this:&lt;/p&gt;&lt;font size="2"&gt;
&lt;p&gt;Response.Redirect(&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;yourPage.aspx?passedValue=&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; + strValueYouWanttoPass);&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;Then in the PageLoad&amp;nbsp; of yourPage.aspx read in the value that is being passed:&lt;/font&gt;&lt;/p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;if&lt;/font&gt;&lt;font size="2"&gt; (!IsPostBack)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;string&amp;nbsp;passedValue&amp;nbsp;= Request.QueryString[&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;passedValue&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;];&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;}&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;</description></item><item><title>Broswe my project in LAn contained system</title><link>http://forums.asp.net/thread/2073750.aspx</link><pubDate>Sat, 22 Dec 2007 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2073750</guid><dc:creator>ManickMagesh</dc:creator><description>&lt;p&gt;Hi i have general doubt,&lt;/p&gt;
&lt;p&gt;Number of systems connected in one work group,&lt;/p&gt;
&lt;p&gt;If they give the system name and project name the project is working in other system,&lt;/p&gt;
&lt;p&gt;Example:System name is ravi and the projectname is webapp1&lt;/p&gt;
&lt;p&gt;So if another system guy give &lt;a href="http://ravi/webapp1"&gt;http://ravi/webapp1&lt;/a&gt; then the project is working on that system,&lt;/p&gt;
&lt;p&gt;Same thing if i did means i have one project its working in my system&lt;/p&gt;
&lt;p&gt;So if another one give &lt;a href="http://magesh/Myproj"&gt;http://magesh/Myproj&lt;/a&gt; then its showing the page cant be displayed,&lt;/p&gt;
&lt;p&gt;whats the probs ?, where i have to change the settings to browse my project in LAN workgroup contained system?&lt;/p&gt;
&lt;p&gt;Plz give me abt that&lt;/p&gt;</description></item><item><title>Re: GridView RowDeleting event fires twice !  (My Solution)</title><link>http://forums.asp.net/thread/1762389.aspx</link><pubDate>Tue, 19 Jun 2007 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1762389</guid><dc:creator>Mimix</dc:creator><description>&lt;p&gt;I have a solution to this issue that is probably the cleanest I have seen.&amp;nbsp; I will allow you to make the fewest changes to your code and continue using the RowDeleting and RowDeleted events for the&amp;nbsp; GridView.&lt;br /&gt;Currently when you build a command field for a delete button it will look something like this.&lt;/p&gt;
&lt;blockquote&gt;&lt;font color="blue"&gt;
&lt;p&gt;&amp;nbsp;&amp;lt;asp:CommandField ButtonType=&amp;quot;Image&amp;quot; DeleteImageUrl=&amp;quot;images/delete.gif&amp;quot; ShowDeleteButton=&amp;quot;true&amp;quot;&amp;nbsp; /&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;/blockquote&gt;
&lt;p&gt;By Changing the ButtonType to &amp;quot;Link&amp;quot; and modifying the DeleteText you will have the same delete image that works exactly like the Image Button Type but without the double firing event.&amp;nbsp; Here is the modified code.&lt;/p&gt;
&lt;blockquote&gt;&lt;font color="blue"&gt;
&lt;p&gt;&amp;lt;asp:CommandField ButtonType=&amp;quot;Link&amp;quot; DeleteText=&amp;quot;&amp;lt;img src=&amp;#39;images/delete.gif&amp;#39; alt=&amp;#39;Delete this&amp;#39; border=&amp;#39;0&amp;#39; /&amp;gt;&amp;quot; ShowDeleteButton=&amp;quot;true&amp;quot; /&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;/blockquote&gt;
&lt;p&gt;Additionally, I am constantly being asked about how to add a confirm dialog box to the delete button.&amp;nbsp; You can use the following code on the RowDataBound event to add the confirmation.&lt;/p&gt;
&lt;blockquote&gt;&lt;font color="blue"&gt;
&lt;p&gt;&amp;nbsp;If e.Row.RowType = DataControlRowType.DataRow Then&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim lnk As LinkButton = e.Row.Cells(1).Controls(0)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lnk.OnClientClick = &amp;quot;if(!confirm(&amp;#39;Are you sure you want to delete this?&amp;#39;)) return false;&amp;quot;&lt;br /&gt;&amp;nbsp;End If&lt;/p&gt;&lt;/font&gt;&lt;/blockquote&gt;
&lt;p&gt;I hope this helps!&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="1"&gt;&lt;/p&gt;&lt;/font&gt;</description></item><item><title>General network error.  Check your network documentation</title><link>http://forums.asp.net/thread/1686903.aspx</link><pubDate>Sun, 29 Apr 2007 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1686903</guid><dc:creator>vijay_A</dc:creator><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; We have a&amp;nbsp;written a error log in Global.asax.&amp;nbsp; which capture below mentioned error in the prodcution server.&amp;nbsp; Same applications is working fine in some locations and some loactions we are getting the error.Any body knows why this error is&amp;nbsp; occurs.Any body knows why this error is&amp;nbsp; occurs.&lt;/p&gt;
&lt;p&gt;Error Message:General network error.&amp;nbsp; Check your network documentation.Stack Trace:&amp;nbsp;&amp;nbsp; at System.Data.SqlClient.SqlInternalConnection.OpenAndLogin()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Data.SqlClient.SqlInternalConnection..ctor(SqlConnection connection, SqlConnectionString connectionOptions)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Data.SqlClient.SqlConnection.Open()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at datalayer.sqldb.Execute(String ProcedureName, SqlParameter[] Parameters)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at lms.User.GetUserDetails(String strUserid)ITs &lt;br /&gt;&amp;nbsp;&amp;nbsp; at LMS.Login.w_btn_Login_Click(Object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Web.UI.WebControls.Button.OnClick(EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)&lt;/p&gt;</description></item></channel></rss>