- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 4
- Posts with Upvotes
- 4
- Upvoting Members
- 4
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
IT Manager
- PC Specs
- HP Pavilion dv6000t Intel Duo Core 2.13 GHz 2 GB RAM 256 MB GeForce Display 12 Cell Battery lasts for…
261 Posted Topics
Re: I have tech portal if you would be interested to share links. Iam offerig it free for now. But soon going to be paid. | |
Re: please visit for more [URL="http://www.coderewind.com"]sample apps[/URL]. | |
Re: You can also use the Package and Deployment project. Also there are options like Install Shield and Click Once which is bundled with VS 2005. | |
Re: try cmd.CommandType = CommandType.Text before cmd.CommandText = "INSERT ... | |
Re: Did you try http://NODE5/<my virtual dir>/. on the same IIS server? You need to first make sure the server itself recognizes the host name. | |
Re: You can actually read and download a collection of .NET questions [URL="http://www.coderewind.com/?categ&view_article=98"]from here[/URL] | |
Re: Here is what you can do. Put a textbox on a form. And then place a listview control below. Now write the search code on the keydown of the textbox to show the results in the listview control below. | |
Re: I have written a simple login app which will answer your question. Not matter what page you access it will redirect to the login page. So you can make all pages protected. [URL="http://www.coderewind.com/?categ&view_article=34"]click here[/URL] to read and download the sample app. | |
Re: So you need to type the parameter in a input box to filter the Grid? | |
Re: This is pretty much doable and this functionality is called AutoComplete is Web Platform and Incremental Search in WinForms Arena. | |
Re: You can do something like this by using an API call. Private Declare Function SystemParametersInfo Lib "user32" Alias "SystemParametersInfoA" (ByVal uAction As Long, ByVal uParam As Long, ByVal lpvParam As Any, ByVal fuWinIni As Long) As Long Private Sub Disablekeys() SystemParametersInfo 97, true, CStr(1), 0 End Sub Private Sub Disable_Click() … | |
Re: See both way of accessing is different. If you plan to setup a server enviornment then your SBS will act as a domain controller and you will have better control over your users and resources on the server. But if your main purpose is to share files without any security … | |
Re: You can read and download a set of real life[URL="http://www.coderewind.com/?categ&view_article=98"] .NET questions here[/URL] | |
Re: That was a good one! you can try drilling holes if that works for you! Else if you really need some solution then use the format utility and over write it with some other data. | |
Re: You can even go for: -- Video Rental Site -- News Articles site and others | |
Re: This is pretty easy to do. You can tie the DataGrid to the filter function and pass textbox as a paramter to filter records on the Grid | |
Re: So basically you need a BOT. Which will work for you:) This can be done. | |
Re: When you say execute, do you mean call a form? | |
Re: First add this code on the .aspx file to add checkboxes to GridView <asp:TemplateField HeaderText="Delete" ShowHeader="False"> <ItemTemplate> <asp:CheckBox ID="chkDeleteRows" runat="server"/> </ItemTemplate> <FooterTemplate> <asp:LinkButton ID="lbDelete" runat="server" CausesValidation="False" CommandName="Delete" Text="Delete"></asp:LinkButton> </FooterTemplate> <ItemStyle HorizontalAlign="Center" /> </asp:TemplateField> Then locate protected void gv_RowDeleting(object sender, GridViewDeleteEventArgs e) for your GridView and place the code below. // … | |
Re: You cannot get the old password but if you want you can reset the old password to a new one. Retrieving the old password may be a tough task. | |
Re: Please read my article on [URL="http://www.coderewind.com/?categ&view_article=58"]exporting to Excel in PHP[/URL] [URL="http://www.coderewind.com/?categ&view_article=58"]here[/URL]. Let me know if that helps. You can read lot of other articles on that [URL="http://www.coderewind.com/?categ&view_article=58"]site[/URL] too. | |
Re: This error is a pretty generic Object Creation Failur message, but there are few things you can check. - Check if this object is registered properly on this machine. - Check if you have proper access permissions to that object. - Also get the latest version of Microsoft XML Parser … | |
Re: You are getting this error as dos cannot understand the space in the string and it truncates the rest of the file path. Try this command: del /s /q /f /"C:\Users\Phantom\AppData\Local\Microsoft\Windows\Temporary Internet Files\*" Also if the aobe doesnot work then try create a test directory with a oneword name for … | |
Re: Here is the best sample I have for you. It implements a sample login system using Ascess DB. You can also read the [URL="http://www.coderewind.com/?categ&view_article=34"]full article[/URL] and [URL="http://www.coderewind.com/?categ&view_article=34"]download[/URL] the source [URL="http://www.coderewind.com/?categ&view_article=34"]here[/URL] Let me know if you need further help. | |
Re: You can read and download a set of real life[URL="http://www.coderewind.com/?categ&view_article=98"] .NET questions here[/URL] | |
Re: Do you want to find the ASCII equivalent of that interger value or simply want to convert to string? | |
Re: Please select the Restore Defaults option in BIOS. | |
Re: [QUOTE=kapil.tandon;729857]i have created the code like this [code=asp.net]<asp:GridView ID="grd" runat="server" AutoGenerateColumns="False" onselectedindexchanged="grd_SelectedIndexChanged" Width="100%"> <Columns> <asp:BoundField DataField="ID" HeaderText="Budget ID" /> <asp:CommandField HeaderText="Delete" ShowDeleteButton="True" /> </Columns> </asp:GridView>[/code] a show delete field will appeat at run time. i want to delete the row from the gridview.can anybody tell me how to do it?when … | |
Re: Congrats for your Dell Machine! Now let me give some background about wireless networks. First of all wireless networks have different standards and each standars has its own speed and frequency. These standards are defined by the IEEE (Institute of Electrical and Electronic Engineers). Available standards are: • 802.11a. This … | |
Re: what approach are you using? Is it PIA's or COM? | |
Microsoft Chairman Bill Gates once talked about putting a PC on every desk. Now Gates is talking about turning the desk itself - or a tabletop - into a computer. Microsoft is set to announce an ambitious new computing category today called "surface computing" to try to make it happen. … | |
Along the web development, email has made a huge contribution in wide spread of internet. E-mail is widely used and has a well-defined and universally implemented protocol and, it is a hot cake for hackers. It is easily done. Attacks on e-mail focus on two areas: the delivery and execution … | |
I have heard so many rumors about Windows Vista, so I thought about giving it a try. I started testing Vista during the beta testing but lost the flow due to other endeavors. During the testing phase I realized that it did not comply with all the third party products, … | |
If you are a user of Windows Vista, as millions of PC owners are, you have the newest and most advanced version of Windows available. Over five years of development went into this software, which translates into millions of hours of effort by software professionals. Has anyone ever thought if … | |
Re: How can I show alert messages if a changed happend on the form before moving to the next form to save. The idea is to show an alert to the user if has made changes to the first screen of a multi-step form and he moves to the second screen … | |
Re: Download GZIP and TAR utilities from [URL="http://users.ncrvnet.nl/gmvdijk/utilities.html"]here [/URL]. These files require CYGWIN to work under windows. [URL="http://www.cygwin.com/"]Download it here.[/URL] The tar.gz extension means that the file is a TAR archive that has also been gzipped. So to extract it you first need to unzip it with gzip gzip -d [filename.tar.gz] … | |
Re: I think its personal preference, Both can perform all the tasks which .NET framework supports. If you are transitioning from Java or C++ then you would prefer C#. But if you were a VB programmer then you would like to go with VB.NET I can upload some eBooks if you … | |
| |
Re: yes definetely this can be done? If you want i can write the app for you. let me know. | |
Re: Lets do some linear and logical troubelshooting for this issue. First you need to make sure what is the exact error message from your ASP.NET site. To do this place add this tag under system.web. <customErrors mode="Off"/> This will enable the default errors to the screen and you can see … | |
Re: It is so obvious that you dont have any where condition in the update statement. uptext = "update cooldrinks set drinkname = @drinkname ,color = @color, price = @price" --> You need to add the [B]where[/B] clause here. | |
Re: Here is the code sample with a GridView named "[B]gv_Lookup[/B]" //Place this on the aspx markup page for the GridView control to show the delete checkboxes on each row and the delete button in the footer. [code] <asp:TemplateField HeaderText="Delete" ShowHeader="False" ItemStyle-HorizontalAlign="Center"> <ItemTemplate> <asp:CheckBox ID="chkDeleteRows" runat="server"/> </ItemTemplate> <FooterTemplate> <asp:LinkButton ID="lbDelete" runat="server" … | |
Re: try either or the codes below: dropdown1.Items.FindByValue("0").Attributes.Add("style", "font-weight:bolder") or dropdown1.Items.FindByValue("0").Attributes.Add("style", "font-bold:true") Let me know | |
Re: I will post a detailed aticle in C# soon. | |
Re: Placing all the DB code inside the [B]Using [/B]keyword takes care of all the resource issues automatically. | |
Re: Here is $.01 comment on this. Both are equally powerful technologies. They both use frameworks offering similar functionality. Java was little behind on the GUI part but now it has caught up. I must say that there is a fierce competition between the two technologies. .NET latest version is 3.5 … | |
Re: Can you explain with your current code? | |
Re: You can use the GridView which is the most recent version of the DataGrid control in ASP.NET. You can make use of the GridView events RowCommand, RowDataBound, RowDeleting, RowEditing, RowUpdating which you can set in the GridView markup. See the below code markup. [code=asp.net] <asp:GridView ID="gv_Lookup" runat="server" DataKeyNames="LookupCD" AutoGenerateColumns="True" OnRowDataBound="gv_Lookup_RowDataBound" … |
The End.