- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
Software Developer.
Re: [QUOTE=andrewp3498;563391]Hi I am looking to create a program to help with my running training. It would be like a diary where I could select a date using either a DateTimePicker or MonthCalendar and then enter text into the textbox based on that date. Can you please help me with coding … | |
Re: read this thread. I think it will solve your problem. [url]http://www.daniweb.com/forums/thread105834.html[/url] | |
Re: hi rajesh79 you can get information about this theoretical information on any .net site. Only make a search on google. But the actually the difference is that the transaction is taken in three steps. We generally use namespace, class , property in this. When any transaction is taking place at … | |
Re: hi try this... [url]http://www.dynamicdrive.com/forums/archive/index.php/t-6141.html[/url] | |
Re: Thanks. its useful to solve my problem also. :) But instead of click on hyp link i need the same on Image click. Do you have any idea about it.? | |
Re: its may have no proper space. this can be happen. check once. know a silly solution. but it also happens. :) | |
Re: [QUOTE=OldDude;630266]Try this [url]http://keentiger.com/2008/01/22/sql-server-datediff-duration-between-2-dates/[/url] or Google SQL server datediff[/QUOTE] nice link. thanks. | |
Hi friends..... As when i am doing this task and found know help .............. here i am putting steps for importing data from Excel sheet into SQL Server 2003. How to Import data from excel sheet to SQL Server Note : - Sheet should be exactly same as Table in … | |
Re: hi i tried this using vb.net. in my page following files are imported already. [code] Imports System.IO Imports System.Data.SqlClient Imports System.Drawing [/code] for my some other code. and [code] Dim dir = "C:\images\" Dim files As Array Dim numFiles As Integer files = Directory.GetFiles(dir) numFiles = files.Length Dim nextFileName = … | |
Re: [QUOTE=themailsian;547735]I have make a form in ASP page wich contain a dropdown menue containing record from the database. These records are related with an other table. I want when I select any record from the drop down menue its concerned record should display in next text box with in the … | |
Hi Friends!! I have done a task of Importing excel in SQL server 2000 using Vb.Net 2003. I have provided Import/Overwrite facility to the User here. For this i used a Combobox. I have inserted values in Combo at design time. From the Property, Items (Collection). In Code i checked … | |
Hi i want to send a mail from vb.net 1.0. I have done some code for that as follows. [code] Try myMessage = New System.Web.Mail.MailMessage With myMessage .To = sendTo .From = From .Subject = Subject .Body = Body .BodyFormat = System.Web.Mail.MailFormat.Text SMTPServer = "smtp.rediffmailpro.com" If CC <> "" Then … | |
Hi I am doing a task of mail sending from different mail id's to different mail id's . I have a domain of rediif. when i am sending mail using my domain id then all mails are sent successfully but from other mail ids its not .. can anyone help … | |
I want to know requirement for sending mails in asp.net plz guide Me | |
Re: You need to use ntext data type :) | |
Hi i am importing a excel sheets using vb.net. my code is dependent on column sequence. but its as per user need the sequence is chaning again and again. For that i need to change my code ( which is huge ) need to change. :( plz help. | |
Re: hi use the site available for that.. one link is here.. [URL="http://www.developerfusion.com/tools/convert/csharp-to-vb/"]http://www.developerfusion.com/tools/convert/csharp-to-vb/[/URL] | |
Re: Hi, I am providing one more method.. You can do it on server side if u want. Just do like this in Item Bound of your gird [CODE]e.Item.Cells(0).Text = Format(Date.Parse(e.Item.Cells(0).Text),"MM/dd/yyyy")[/Code] this cell is your date cell. Hope this will help you. :) | |
Re: [QUOTE=genevieve92;702414] 1) When the window is shrunk, there is a very unsightly white gap that can be seen on the right-hand side, where the header and footer don't continue to extend. I would like to fix this, but can't figure out how. 2) When the menu items are rolled over, … | |
Hi All, I want to know that, if i have developed a project using asp.net c# and i also in asp.net and code in vb.net, can i use any form of vb.net code in c#.net without any change? :) Please increase my knowledge. | |
Re: set startup page in your VS and check. | |
Re: [QUOTE=Doc Holiday;702012]Hi All, I have a datagrid that that get populated from a SQL store procedure and I need to hide the row(s) that are blank. Any idea how I can force the datagrid not to show blank row(s)? Thanks Doc Holiday[/QUOTE] Hi, You can do it from Server side. … | |
hi i need to get input of mail body in textbox. how can i get it formated in html? plz guide. thanks in advance. | |
hi all how can i sort my grid in 1.0 version? i am binding data on a click event. and after that calling a function that alters the second column for values. for ex. on 1st binding my grid is as follows date status ----------------------------- 01/01/2008 01/02/2008 01/03/2008 and on … | |
Hi the situation is, My database is online. On one system i have my asp.net project (as a server). i need to access this site in LAN. Means from anywhere i access site the database is live. Am i right..!! Now the problem is I am unable to access the … | |
hi i need to store data more than 8000 char in varchar in sql server 2000 how can i? plz help. | |
| |
hi i wish to start a gaming site. but i have no ideas. how to start. what should be there. can ay one help me? | |
Re: hi this also works. [Code] /////// Code to set focus to a control in asp.net//////// <form id="Form1" method="post" runat="server"> <asp:Button id="tbErrorGenerator" style="Z-INDEX: 101; LEFT: 336px; POSITION: absolute; TOP: 216px" runat="server" Text="Button"></asp:Button> <asp:TextBox id="TextBox1" style="Z-INDEX: 102; LEFT: 296px; POSITION: absolute; TOP: 144px" runat="server"></asp:TextBox> <script>window.document.all("TextBox1").focus()</script> </form> [/code] | |
Hi guys ... today i am in the step of client side installation of my project. i need some information for that. what should be installed on client machine to run a vb.net 1.0 application smoothly and what should not be installed on client machine to run a vb.net 1.0 … |