Posts
 
Reputation
Joined
Last Seen
Ranked #245
Strength to Increase Rep
+10
Strength to Decrease Rep
-2
88% Quality Score
Upvotes Received
58
Posts with Upvotes
52
Upvoting Members
32
Downvotes Received
8
Posts with Downvotes
7
Downvoting Members
5
27 Commented Posts
~110.27K People Reached
Favorite Tags
Member Avatar for siddhesh123

Hi, I am working on getting MAC address of a newly connected client using C#. I have written server application and when client connects to my server, I want to get MAC addresses of clients and store it in database. I could get IP address of client but could not …

Member Avatar for JamesCherrill
0
2K
Member Avatar for santhanalakshmi

Hi, Please anyone help me out............ I want the users to enter the data in the textbox of the minimum length of "10" and maximum length can be "ANY"(or above "10"). Thanks in advance...........................

Member Avatar for Sagar_7
0
2K
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 MaheshChaterjee
Member Avatar for Ramesh S
0
63
Member Avatar for Maideen

Hi I have an issue when generate class file, error "Input string was not in a correct format" Pls advice me Thank you Maideen It is my class.vb file Public Function loaddata(inID As Integer, inname As String, inaddress As String, intel As String, infax As String, inemail As String, inregno …

Member Avatar for ashishggits
0
650
Member Avatar for akella2k9

Hi All, I am trying to create a web page with drag and drop funtionality in ASP.Net. This dynamic page should meet following requirements. [LIST] [*]The Web forms should be designed at runtime by the website user using asp.net server controls like Labels, Text Box, Button, Drop down etc. [/LIST] …

Member Avatar for vijayesh21
0
1K
Member Avatar for samcaleb05

Hello frnd's... Im new to web developement side.I have seeked a lot but i didnt got any idea that how to convert any kind of video files to flv type and display in that webpage.I have tried a lot but i didnt get any samples and code for this process.Can …

Member Avatar for asp.c#
0
983
Member Avatar for mandar2886

Hi I'm new to .NET technology and learning ASP.NET using C# database connectivity and I'm getting the error[B][COLOR="Green"](PLS HELP):[/COLOR][/B] [B][COLOR="Red"]Could not find installable ISAM.[/COLOR] [/B] in the following code: [B]using System.Data.OleDb; public System.Data.OleDb.OleDbConnection conn; public System.Data.OleDb.OleDbDataAdapter adapt; DataSet ds; ds=new DataSet(); conn=new OleDbConnection("Provider=MicroSoft.Jet.OLEDB.4.0;Datasource=C:\\Inetpub\\wwwroot\\pracs\\emp1.mdb"); conn.Open(); adapt=new OleDbDataAdapter("select * from emp",conn); adapt.Fill(ds,"emp"); …

Member Avatar for dilaram khan
0
235
Member Avatar for elpitiya

when developing a web application both above mentioned technologies can be used. LINQ to Entity Framework is good for Quick development while Pure ADO.net needs lots of Codes. but want to know for Small/Mediam web application which approach is best. I'm considering only performace and adding new component so frequently.

Member Avatar for Ramesh S
0
205
Member Avatar for nitin.chambhare

i want to create multilanguage web application......having labels and text boxes and having the button for different language...i any button is press the whole application can be converted in to language respect to that button..............How can in implement the Google dictionary to implement this thing...................plzzzzzzzzzzzz give me suggestion for that..................................

Member Avatar for sehhorng
0
459
Member Avatar for anuj_sharma

Hey Guys, I've made a couple of web pages and now i want to add a master page to all the pages. But when i tried to add the master page the following error occured "Content controls have to be top-level controls in a content page or a nested master …

Member Avatar for ShivaSaurabh
0
475
Member Avatar for pradeep.singh28

I have used an ASP .Net Menu Control ,It is working fine in Mozzila but in IE-8 , the Submenu are not displaying instead a white box appears havinfg the dimensions same as if the submenu items are present and when I take mouse over that box it dissapears.

Member Avatar for doctor_nasir_c
0
472
Member Avatar for darrinkeller

I'm trying to redirect about 40 web addresses from an old site to a new site. I was able to redirect all of the pages that DO NOT have a ".aspx" in them to the new site using .htaccess but I cannot figure out how to redirect the .aspx links. …

Member Avatar for JorgeM
0
511
Member Avatar for f_atencia

Anyone know what this means and a step-by-step guide on how to fix it? Line 14: Line 15: <system.web> Line 16: <compilation debug="false" strict="false" explicit="true" targetFramework="4.0" /> Line 17: Line 18: <authentication mode="Forms"> I'm fairly new to ASP.net. Help will be greatly appreciated. Thanks in advance

Member Avatar for JorgeM
0
122
Member Avatar for rubenrav

Hello I'm planning a programming project for my website. I have a device that logs information to a database. To access this database I need to use to OLEDB client. What i want to do is, to make a graphical widget to my website that shows the info of my …

Member Avatar for Ramesh S
0
601
Member Avatar for mancode1007

Hi guys, I having problem display out the value at the gridview. At the database it store the gender field in integer. For example 1 = Male and etc. I need to display out the text at gridview column. I getting error input string was not correct. Please help Protected …

Member Avatar for Ramesh S
0
207
Member Avatar for minbor

Hi everyone, I have a web page where a fields needs to be validated if another is not empty. e.g. 'date' needs to be checked if 'quantity' has a number in it. I’m not exactly a pro with .net and am fiddling with compare and custom validators. All help on …

Member Avatar for absb
0
143
Member Avatar for yash777

Hello , I would like to count the no of hits to my website. How do i do it? whether I need to code it in Global.asax file in application on start ?????? Reply

Member Avatar for mirzamujib
0
167
Member Avatar for shailaja mohite

Hi I was created one web application. In which i am using the ajax control asyncfileupload file uploader in update panel. Upload file correctly but when i refresh the page then double this file is uploaded.. how to fix this problem in asp.net? please help me how to postback the …

Member Avatar for crishlay
0
263
Member Avatar for gnl74

Dear All, I am working on an existing web application trying to integrate reports. The application was developed with the 2.0 Framework. I converted it to 3.5 since I could not use the ReportViewer with the 2.0. Trouble I get a lot of errors. What can I do? Does anybody …

Member Avatar for gnl74
0
427
Member Avatar for denmarkstan

I want to use gridview to output many rows from a table in the database such that each row will have a linkbutton with it; so that when i hit the linkbutton of any row,it will take me to another page that would output the details of the row that …

Member Avatar for Ramesh S
0
76
Member Avatar for fawadkhalil

Hi all I used master page in my application and there is a button and text box on it which redirects user to another page. There is also another button and text box for user to login in to his control panel. When i fill up the login form and …

Member Avatar for Ramesh S
0
137
Member Avatar for Muhammad Nauman

In a chatting application. how it is possible to maintain list of users who eneter in the website after gving their name and passwords. So that every e usres can view all online users. Is ther 3rd part tool or ajax for the purpose? Thanks!

Member Avatar for Ramesh S
0
153
Member Avatar for karthik.net87
Member Avatar for johny2011

Hi All, I downloaded the example with SQL db for filtering from the adres below [url]http://www.eggheadcafe.com/tutorials/aspnet/c67c4daa-83c2-4baa-aea4-2c8855527acb/aspnet-gridview-filtering-with-dropdownlist.aspx[/url] And when I tried to run it from VS2008, I got this error "The connection name 'NorthwindConnectionString' was not found in the applications configuration or the connection string is empty" I already downloaded msi …

Member Avatar for johny2011
0
204
Member Avatar for shailaja mohite

Hi, I am create one web application in which i have to create dyanamically panel and table,tr,td,labels and textboxes. but when i split the string and create tr but more tr created i want 4 tds in 1 tr but they create 4 tr dynamically.. how to solve this problem..[CODE] …

Member Avatar for dnanetwork
0
357
Member Avatar for vishalrane

I am having one gridview on my web application.... It all working fine but not getting the result i want... I have also used Edit and Delete Link as shoun in image 1.... When i click Edit button, then it can be edited... but when i click update the data …

Member Avatar for dnanetwork
0
110
Member Avatar for Lemorlenny

Hi all, this my first post. I'm newbie in C# and ASP.NET so be patient with me, I have a problem when declare object in the try clause working in VS2010 Express: ex. [CODE] protected void Names() { string strQuery; OleDbDataReader myReader; strQuery = "SELECT TOP 1 Name FROM Names"; …

Member Avatar for Lemorlenny
0
95
Member Avatar for Johan Schmidt

Hello, We have created a DLL in VisualStudio 2005 and installed it in Global Assembly Cache (GAC) through MSI to use in Internet Explorer as a plug-in. This DLL is working fine in Windows XP and Windows 2003 Server OS. For Windows7 OS, if we run IE8 as an administrator, …

Member Avatar for Ramesh S
0
112
Member Avatar for Sinha's

Hello Friends, I have an ASP.NET application and SQL Server as its DB. When the database was small everything was fine, as now the DB contains huge amount of data. It seems it skip out some calculation. The details- Application: It calculates the commission of particular agent (like affiliate) for …

Member Avatar for Ramesh S
0
188