Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #4K
~7K People Reached
Favorite Tags
Member Avatar for mania_comp

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 …

Member Avatar for Sree_1
0
1K
Member Avatar for mania_comp

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 …

Member Avatar for Dina_Du
0
439
Member Avatar for mania_comp

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?

Member Avatar for anandd
0
2K
Member Avatar for mania_comp

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 …

Member Avatar for anilkumarthumma
0
215
Member Avatar for mania_comp

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 …

0
56
Member Avatar for mania_comp

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 …

Member Avatar for mania_comp
0
78
Member Avatar for mania_comp

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

Member Avatar for vasanth19
0
97
Member Avatar for sabarish_iyer
Member Avatar for sabarish_iyer
0
107
Member Avatar for mania_comp

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 …

0
61
Member Avatar for mania_comp

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 …

0
61
Member Avatar for mania_comp

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

0
50
Member Avatar for mania_comp

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 …

Member Avatar for TomW
0
76
Member Avatar for mania_comp

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.. :)

0
55
Member Avatar for mania_comp

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 …

Member Avatar for TomW
0
164
Member Avatar for mania_comp

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 …

Member Avatar for Yaseen Hejazi
-1
128
Member Avatar for mania_comp

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 …

Member Avatar for caperjack
0
169
Member Avatar for mania_comp

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

0
65
Member Avatar for mania_comp

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 …

Member Avatar for serkan sendur
0
248
Member Avatar for mania_comp

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: …

Member Avatar for sknake
0
189
Member Avatar for chandiusjp

Hi All, i worked hard with following error from two weeks. when i am connecting to my sql database from client machine using vb.net following error occured. its worked for local machine. "an error has occured while connecting to the server. when connecting to sql server 2005 ,this failure may …

Member Avatar for samir_ibrahim
0
249
Member Avatar for mania_comp

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 …

Member Avatar for sknake
0
471
Member Avatar for mania_comp

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 …

Member Avatar for mania_comp
0
232
Member Avatar for mania_comp

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? :)

Member Avatar for hbmichael
0
154
Member Avatar for mania_comp

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 …

Member Avatar for dalbocha
0
232
Member Avatar for mania_comp

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 …

0
59
Member Avatar for mania_comp

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 …

0
73