- 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
87 Posted Topics
[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 …
read this thread. I think it will solve your problem. [url]http://www.daniweb.com/forums/thread105834.html[/url]
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 …
hi try this... [url]http://www.dynamicdrive.com/forums/archive/index.php/t-6141.html[/url]
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.?
its may have no proper space. this can be happen. check once. know a silly solution. but it also happens. :)
[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 …
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 = …
[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
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.
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]
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. :)
[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.
set startup page in your VS and check.
[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 what u said about a gaming site?
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?
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 …
hi friends, i need your help in my project. i need to group my dropdownlist data. can anyone help me to get "optgroup" functioning in asp.net 1.0 using vb.net
hi When our site runs on client side our css, js and img like data gets on clients machine. cant we avoid that. is there is any way to secure this data? i think no. but if there is any solution then plz tell. Thanks in advace
hi.. to read a document file in Asp.Net and Vb.net as a Code behind , Use following Code [code] Sub Read(ByVal RPath As String) If RPath <> "" Then Dim WordApp As New Word.ApplicationClass Dim filepath = Server.MapPath("images\Resume\") & RPath Dim File As Object = filepath Dim nullobj As Object …
hi developers, i am developing a s/w that need a search. i current using "like" for search. for ex. [code] select * from Tabl1 where col1 like "% Software Developer %" And Col2 Like "% Software Developer %" [/code] But this is not right way. Am i right.? Please guide …
Hi Developers... i have developed a software in Vb.Net 1.0. Its running on 3 systems. But some times only one system giving error for same transaction. Error related to code. Like data type conversion. Why this is happening? Anyone knows? Means Transaction1 is carried out on 3 diff sysytems with …
hi i am developing a site in asp.net 1.0 for validation i have created a js function where i am checking all controls for null my text boxes are validated with that function but not combos. here is the code i used to validate combos [code] if(document.Form1.cboCity.selectedindex == 0) { …
> Hey people, I'm not sure what is wrong with this code and any help would be greatly appreciated: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim i As Integer = DGVShops.CurrentRow.Index Dim c As Integer = DGVShops.Item(0, i).Value ' gets value from selected rows …
hi all i am searching for implementing a parent-child relation in datagrid (something like tree view). actualy i did this in vb.net using a datatable and navigation property of vb.net datagrid. please help me for this.
hi generally we calculate score / percentage as Obtained marks * 100 / Max marks. But when we have a avg marks then ? how to calculate score / percentage. plz help
Hi i am fetching value from a table and assigning to data grid. one of column contains date and time, which is not showing me complete value in data grid. When i test it using msg box on click. msg box prompts right value. here the msg box has input …
or u can do like.............. check the item count of dd1 if it is 1 then call selected index change event.
how to calculate rank in selected record set in sql server 2000 can u help me?
hi i am using sql server 2003. can we get the position of record / row index in sql server while retrieving records? like in some case we fetch records as per our criteria. And if that time need to know the postion of particular record then? how to get …
hi if you want to refresh the page the use js. But this is not a proper solution of your problem.
hi all i need a row index of current record in a data reader. but i dont want to use variable and looping for it. Is this possible...!!!
hi i have developed a project in plain asp. its working smoothly on other OS. but when i am ruining it on mac. Javascript validations are giving problem. Like the textbox validation script. plz help me. Thanks in advance.
Hi You can do this on change event of Ur DropdownList. Like on DD1.selectedindex_chnged() if DD1.selectedvalue == 1 then { lbl1.text = DD1.selectedValue() } Try this and if need more help then i am here. Best Luck.
Hi all...... Here is my requirement. I am clear with my logic. But i am blocked at Code. How can i get this... Here is the example... I need to produce a Score card. Where i need to calculate score of a dealer as per Question category and the Customers …
HI chams_143 , What type of suggestion you want? related to which?
[QUOTE=rashmigs84;559744]hey i tried doing that and had put my folder name in the address bar but it displaying page cannot be displayed .... pl don mind .. help me solving this[/QUOTE] Simply right click on your project folder and choose option share folder on web. give authority and name for …
The End.