5,346 Posted Topics
Re: Remove the control initialization code from page_load or page_init method. Show us your code please. | |
Re: Read/learn the elements of web.config. 1. [url]http://msdn.microsoft.com/en-us/library/bf7sd233.aspx[/url] 2. [url]http://msdn.microsoft.com/en-us/library/ms178411.aspx[/url] | |
Re: I hope you have a solution. What I am suggest you that you should use Console application project instead of WPF app. In case if it is really needed then put your code in a constructor or load event. | |
Re: Congratulations essential. Dear members, We have the power to act only. We do not have the power to influence the result therefore we must act without the anticipation of the result without succumbing to inaction. The Knowledge, the object of knowledge and the knower are the three factors which motivate … | |
Re: Error: [code] where a.marks == 1 [/code] | |
Re: Welcome jitu4you2001. We appreciate your help. Please do not resurrect old threads. If you want to ask question, start your own thread. Thread Closed. | |
Re: Welcome kelvinguz. Please do not resurrect old threads. If you have any questions please ask. You are welcome to start your own threads. Please read the rules before posting again - [url]http://www.daniweb.com/forums/thread78223.html[/url] and [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]rules[/URL]. Thread Closed. | |
Re: @jokers6. Show us your code work please. You might want to read [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]Daniweb [/URL]rules and homework policy ~[URL="http://www.daniweb.com/forums/announcement61-2.html"]We only give homework help to those who show effort[/URL]~ if you run into problems and want to ask for help here. | |
Re: Welcome. Please show us your code work. | |
Re: I think emptyDataTemplate is good one. You can also use ListView instead of GridView. Maybe you have already visited this one - [url]http://code.msdn.microsoft.com/AlwaysShowHeaderFoot[/url] | |
Re: Learn the Entity Data Model. 1. [url]http://msdn.microsoft.com/en-us/library/aa697428%28VS.80%29.aspx[/url] 2. [url]http://msdn.microsoft.com/en-us/library/aa697427%28VS.80%29.aspx[/url] | |
Re: From the solution explorer/properties , set BuildAction property to "Content". | |
Re: Please do not resurrect old threads. If you have any questions please ask. .... You are welcome to start your own threads. Please read the rules before posting again - [url]http://www.daniweb.com/forums/thread78223.html[/url] and [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]rules[/URL]. Thread Closed. | |
Re: Have a look at this thread - [url]http://stackoverflow.com/questions/882706/c-windows-forms-transparent-background-whilst-capturing-mouse-events[/url] | |
Re: You can't use button events. You need to handle the events of GridView control. Read MSDN pages or reference book about "GridView Events". | |
Re: [code] foreach (HtmlElement pageElement in webBrowser1.Document.GetElementsByTagName("TABLE")) { textResult = pageElement.OuterHtml; } [/code] | |
Re: The [B]override [/B] modifier is required to extend or modify the abstract or virtual implementation of an inherited method. | |
Re: Dear Agent-of-Chaos. You need GDI API . Please visit msdn pages for System.Drawing classes. | |
Re: Verify the DB Connection using Visual Studio. (View Menu + Server Explorer/Database Explorer). | |
Re: You need to use SelectedItem Property. [code] Dim dr As DataRowView = CType(ComboBox1.SelectedItem, DataRowView) If Not IsNothing(dr) Then .... End If [/code] | |
Re: Declare that [B]sand[/B] variable as a field. [code] class Sample{ Sand sand; void method1() { } ..... } [/code] | |
Re: Take a look at this thread - [url]http://stackoverflow.com/questions/58744/best-way-to-copy-the-entire-contents-of-a-directory-in-c[/url] | |
Re: Error says that the [B]Exists[/B] method is not a member of class IniFile. You can verify the existence of a file using, [code] string path=System.IO.Path.Combine(Application.StartupPath, "SUsettings.ini"); if (System.IO.File.Exists(path)) { } [/code] | |
Re: Have a look at thread/article - [url]http://stackoverflow.com/questions/2169572/need-to-control-some-device-via-wi-fi-using-c[/url] and [url]http://msdn.microsoft.com/en-us/library/aa930813.aspx[/url] | |
Re: You can add/use SiteMap to secure the navigation of site. 1. [url]http://www.codeproject.com/KB/aspnet/dynamicsitemap.aspx[/url] 2. [url]http://msdn.microsoft.com/en-us/library/yy2ykkab.aspx[/url] 3. [url]http://forums.asp.net/t/1012145.aspx[/url] | |
Re: Welcome. You need to learn JavaScript. Show your code work please. Please read the rules before posting again - [url]http://www.daniweb.com/forums/thread78223.html[/url] and [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]rules[/URL]. | |
Re: Have a look at - [url]http://www.dotnetforce.com/Content.aspx?t=a&n=204[/url] | |
Re: I'm glad you got it helpful. Please do not resurrect old threads. If you have any questions please ask. .... You are welcome to start your own threads. Please read the rules before posting again - [url]http://www.daniweb.com/forums/thread78223.html[/url] and [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]rules[/URL]. Thread Closed. | |
Re: Please read the rules before posting again - [url]http://www.daniweb.com/forums/thread78223.html[/url] and [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]rules[/URL]. [icode]Please do not resurrect old threads.[/icode] If you have any questions please ask. .... You are welcome to start your own threads. Thread Closed. | |
Re: We appreciate your help. Please do not resurrect threads that are years old. By doing so you run the risk of confusing current posters and/or reopening old wounds. Please read the rules before posting again - [url]http://www.daniweb.com/forums/thread78223.html[/url] and [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]rules[/URL]. Thread Closed. | |
Re: Initialize string variables. [code] string user=string.Empty, pass=string.Empty, st=string.Empty; [/code] | |
Re: [b]>i just need the mouse to move in a direction when a button is pressed [/b] What is the problem with [B]Cursor.Position[/B]? | |
Re: Show us tables schema (structure of both these tables.) | |
Re: Read this article - [url]http://vb.net-informations.com/communications/vb.net_multithreaded_Socket_programming.htm[/url] | |
Re: [code] _binary_search_tree<char*> *root; tree_insert(&root, number); [/code] | |
Re: Take a look at DataSource binding article - [url]http://www.codeproject.com/KB/list/ListView_DataBinding.aspx[/url] | |
Re: [b]>Why "const" key word is required here? [/b] Temporary [URL="http://www.parashift.com/c++-faq-lite/ctors.html"]object[/URL]. | |
Re: Please check the search result. - [url]http://www.daniweb.com/forums/search6043611.html[/url] | |
Re: Run your program with following values [code=text] txtPass.Text="1' or '1'='1" txtusername.Text="1' or '1'='1" [/code] [code] Dim command As Data.SqlClient.SqlCommand = New Data.SqlClient.SqlCommand("SELECT count (*) FROM [employees] WHERE (password = '" + txtpass.Text + "') AND (employee_id = '" + txtusername.Text + "')", conn) [/code] | |
Re: Thanks AndreRet. Rather then requesting user to repost his question use "Flag Bad Post" option to notify moderators that post is in wrong section and assigned moderator will move it to right place. | |
Re: Please do not resurrect threads that are years old. By doing so you run the risk of confusing current posters and/or reopening old wounds. Please read the rules before posting again - [url]http://www.daniweb.com/forums/thread78223.html[/url] and [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]rules[/URL]. Thread Closed. | |
Re: [code] public class ImgHandler : IHttpHandler { public void ProcessRequest(HttpContext context) { string empno; if (context.Request.QueryString["ItemId"] != null) empno = context.Request.QueryString["ItemId"].ToString(); else throw new ArgumentException("No parameter specified"); context.Response.ContentType = "image/png"; string sql = string.Format("SELECT Thumb FROM RubrikkImg.dbo.Attachment WHERE ItemId = '{0}'", empno); List<object[]> img = Db.GetData(sql); byte[] imgBytes = (byte[])img[0][0]; … | |
Re: [b]>IS it possible to localize this dynamically coming data[/b] Yes. Read globalization & localization msdn pages. 1. [url]http://msdn.microsoft.com/en-us/library/aa291552%28VS.71%29.aspx[/url] 2. [url]http://www.codeproject.com/KB/aspnet/localizationByVivekTakur.aspx[/url] 3. [url]http://www.hanselman.com/blog/ASPNETInternationalizationGlobalizationAndLocalizationWhew.aspx[/url] | |
Re: IE only. [code] <head runat="server"> <title></title> <script type="text/vbscript"> sub aaa () document.getElementById("txtDown").value= document.getElementById("txtUp").value end sub </script> </head> <body> <form id="form1" runat="server"> <div> <input type="text" id="txtUp"/> <br /> <br /> <button id="btn" onclick ="aaa()" type="button" /> Read</button> <br /> <br /> <input type="text" id="txtDown" /> </div> </form> </body> </html> [/code] | |
Re: Articles: 1. [url]http://www.beansoftware.com/asp.net-tutorials/deploy-asp.net.aspx[/url] 2. [url]http://forums.asp.net/t/1380544.aspx[/url] | |
Re: [b]>open an unknown file with Visual Basic [/b] [URL="http://msdn.microsoft.com/en-us/library/aa266177%28VS.60%29.aspx"]Open [/URL]statement. | |
Re: [b]>When I call that win app, it runs in background means it shows only in task manager but does not show any window of that application.[/b] Maybe this application doesn't have a user interface. | |
Re: Get a reference of Form2 object from the OpenForm collection. [code] Public Class Form3 Private Sub ButtonSaySomethingInForm2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ButtonSaySomethingInForm2.Click Dim fm As List(Of Form2) = Application.OpenForms.OfType(Of Form2)().ToList() If IsNothing(fm) = False Then MsgBox(fm(0).TextBoxValue.Text) fm(0).TextBoxValue.Text = TextBoxValue.Text End If End Sub End Class [/code] |
The End.