- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
26 Posted Topics
I want to send email in asp.net using my yahoo account I want to the know the SMTP server name of yahoo and the port number to use . Like for gmail i know .its "smtp.gmail.com" and port 587 Whats in case of Yahoo...?? In gmail its free to send...Is … | |
Hi guys, I need your help here. I need to develop a form which scans students ID from a barcode and using that ID i need to further operations. For that I have downloaded [B]CODE 39 BARCODE font[/B]. Now what have to do further ?? Barcode scanner will be available … | |
This application is currently offline. To enable the application, remove the app_offline.htm file from the application root directory. By removing that file, it works but why does itgets created automatically? | |
Hi friends.. I am trying to display message box using server-side code. I have written code in buttons click event and Page Load Event. It is as follows : [CODE] Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load TextBox1.Text = "I Enjoy ASP.NET" Dim myscript As … | |
Hi ... I am using details view in one of my aspx page. In DetailsView I have set PagingMode to NextPrevious. Now I load some quiz questions in DetailsView and all this works fine in MOZILLA Firefox . But in IE8 ... when I click on Next button in Details … | |
Hi.. I want to use SlideShowExtender in my website. For that I have created testing website. But its not working. I have tried both ways of defining GetSlides() method in same page as well as in WebSerice. But none of them is working.. I have attached my sample website in … | |
Hi to all I am working in ASP.NET. I need to fetch an Advertisement Message from Database into JavaScript Variable. For example [CODE] <script type="text/javascript" language="javascript"> function ShowMessage() { var msg; msg = [COLOR="Green"]//Here Get from Database[/COLOR] alert(msg); } </script> [/CODE] How can we do that? Thank You | |
Re: You can SelectedValue of Dropdownlist. [CODE] Dim str as String str= DropDownlist1.SelectedValue [/CODE] | |
Hi to all I am going to create online quiz/test. It will be in different categories like PHP, ASP.NET, JAVA etc. Before designing I need to work on database(in SQL SERVER 2005). I need suggestions on that about number of tables and columns in those tables. If you guys have … | |
Hi experts. I have created a WCF Service using VS 2008. The dll is created successfully and then in New Project I add that dll with Start and Stop methods and add Installer as guided in WCF Tutorial. The exe is created successfully and I have installed that exe as … | |
Scan Documents From VB .NET application I need to add a feature in my VB .NET application to SCAN a document directly to a directory. Can this be without THIRD-PARTY DLL?? Any source code would be helpful. Thanks | |
Hello friends I am working on VB.Net project. All was well until I started getting the following error while trying to view Forms ... The error says : [COLOR="Red"][I]"An error occurred while parsing EntityName: Line 4 Position 42"[/I][/COLOR] All code is fine not logical problems..but the came suddenly and this … | |
hi frnds.. I want to create an online chat application in ASP.NET. I want to put facility of Chatting online and add as friend facility. Also video sharing. If you guys had develped such application or if you know any link then help would be appreciable.. :) | |
Hi friends, I want to ceil the decimal values of my double number. [CODE] For Example, 3.08 --> 3.1 4.18 --> 4.2 5.45 --> 5.5 [/CODE] but whe3n i use Math.Ceiling(3.08) it returns 4.0 whereas I want the answer as 3.1 I know we can do it using simple logic … | |
I am trying to send email using Asp.net using my account.... I want to send it on a gmail account say "abc@gmail.com" but it gives ERROR.. [COLOR="Red"]ErrorServer does not support secure connections.[/COLOR] the code is below: [code=c#]try { //Create Mail Message Object with content that you want to send with … | |
Hi guys I have downloaded trial version of System Mechanic 7. When i try to run setup it says [COLOR="Red"]"Software Conflict: The currently installed software Folder Lock is not compatible with System Mechanic and cannnot be used at the same time. Please uninstall folder lock before installling or using System … | |
I want to know the process that happens from the point an HTTP request is received on a TCP/IP port up until the Page fires the On_Load event ? Thank You | |
hi guys I have heard that for displaying message we generally use MSGBOX function in VB.NET and we use ScriptManager.RegisterStartscript in ASP.NET to display message box... but I have tried to use Msgbox function in ASP.NET and it works here also... [COLOR="Red"]So is it ok to use Msgbox function in … | |
I am installing sql server 2005 express as a pre-requisite along with my VB.net application setup. When I run-setup, set-up starts and after 2 or 3 minutes it gives error as follows : [COLOR="Red"]Component SQL Server 2005 Express Edition SP2 (x86) has failed to install with the following error message: … | |
Re: You need to have an account with full admin permissions to login form client PC So create a account with full permission on server and use that on client machine. Also make sure password for account is not blank Moreover , you must do settings to allow sql server to … | |
HI experts..I need ur help.. VB.NET category I need script that can be used to do settings for allowing SQL SERVER 2005 Express to allow remote connections. The settings that we do manually after installation [COLOR="Green"][B]i.e to enable TCP/IP in remote connection in Configration Manager , start Browser service, set … | |
hi guys I want know that whether is it possible that to implement Client - Server architecture by using SQL SERVER 2005 EXPRESS EDITION as a main server and on other client PCs also I have SQL SERVER 2005 EXPRESS EDITION . So can i connect to main server from … | |
I want to know that what is the MAXIMUM number of Forms that can be added in a single project in VB 6.0 and in VB.NET also. any ideas? :) | |
Hello Guys.. I am working in VB.NET I have to textbox : txtStartTime and txtEndTime After filling in values i need to validate that Start time must be less then Endtime. Values are entered in 12 hour format like 08:32 AM I can go for sub string logic and split … | |
Hi Guys, I am doing a simple backup of sql server database through VB.NET form. It gets executed well but I want to display details of successful query execution in a label (i.e. time taken, database size etc.) The message which I want to display in label is like [B]"Processed … | |
Hi Guys, I am using Data Grid in Windows Form. I am displaying information in data grid. I have also used Button type column to provide delete facility. I have also applied Alternate Row Style as back color as Light Gray. All works fine.The only problem is at run time … |
The End.