How to remove this type of error from my project?
 Line 52:            ASP.NET to identify an incoming user. Line 53:        -->Line 54: <authentication mode="Windows"/>Line 55: <!--Line 56:            The <customErrors> section...
View Article.net
protected void sd(object source, DataListCommandEventArgs e) Whats the purpose of this line.Where i use this line/statement.Whats the utility of it.
View ArticleCompare Validator in code behind
I am having four drop down list for taking the passing years of a candidate for their ssc hsc graduation and post graduation years.i am using the compare validator for this. and i am using the property...
View ArticleSilverlight 5, WCF Service and vb.net Language
Hi, Im trying to do a very simple Hello World! application just to learn how to get a String returned from a function in a WCF Service, using Silverlight5 and Visual Studio 2012 in vb.net language.I...
View ArticleHow to Sell Specific Quantity in Specific Time Functionality
Hello All,I am building an application for a company. I want to add some functionality in it but unable to understand how i can add it. I am selling 1 item just and i want to sell 30 Units per 3 Days...
View Articlesql queries
 SELECT S.Marks, S.QPName,B.Class,B.BthNo, CONVERT(varchar(11),B.Batchdate,106) as Batch_Date,B.Attender FROM STUDDET S,Batch B  where S.BthId = B.BthId and  s.StudId = '55386'; select * from...
View ArticleAdd additional functionality in ASP.NET
I want to create a extra module for visual studio that helps the developer to change the default browser to run/debug the application. But the problem is that I don't know what technology i have to...
View Articlehow can i get ip address? i need several ways
how can i get ip address by many ways? i need help please
View Articleinsert data in to all table in one form
 i am a newbie to SQL programming, i have created a database which has 6 tables connected to each other by foreign keys.my problem is how do i insert data into all the tables at once considering the...
View Article[C# net 4] Load page please wait (not updating but page load
[C# net 4] Load page please wait (not updating but page load)Hi all, hope in your help and suggestions.I need show the classic message 'Please wait' when my gridview is populated in my page aspx.In the...
View ArticleHow to Change the Font Style/ color of MessageBox in C#?
I have enter this code for show MessageBox.MessageBox.Show("Invalid Entry", "Error!!!!", MessageBoxButtons.OK, MessageBoxIcon.Error)But I want to change font color/background color of "Invalid Entry"...
View ArticleWAS Hosting
Viewing service test page in browser,gettting errorSuggestions and Comments are welcome!
View ArticleDevelopment ArcGIS Application for android
Hello, I am a new developer for android and i am developing ArcGIS Application for Android. I am using the Eclipse IDE, JDK and JRE for java 7, ADT Bundle 21.1.0, Android SDK for Window (64 Bits) and...
View ArticleC# 2010 code
IÂ need to take the main parts of a C# 2008/2010 console application and turn it into a thin client for the web in visual studio 2010. The only things that need to be displayed on the screen is to enter...
View Articlemaking relationships
trying to make relationship in sql like foreign and primary key but when i am selection foreign key option it doesn't show the right option !! for example.... m choosing course as primary key table the...
View Articlegraph creating in real time
Hello! I need to create programm which would simulate flight of stone. User enter start speed and angel of thrown , but I got a problem - how can i add a graph (diagram, trajectory) which would be...
View Articlegridview on button click
actually i am doing a project on ado.net,in that i have to create a login page using ado.net entity data model, and have to gridview database on button click..can anyone plz get out of me from this
View ArticleHow to pass large number of parameters to a constructor?
I am having a main form named "add.cs" containing user information (its name , age ....etc.) on this form i have drag a button to add the user's children information (their name , blood group , date of...
View Article