Textbox not working when adding runat="server"
I am using Microsoft Visual Web developer 2010. I have Google Maps embedded on my webpage and a textbox (txtBoxInput) using the code:<input runat="server" type="text" id="txtBoxInput"/>A button...
View Articleccproj is not supported by this version of visual studio
When I tried to open an existing solution of mine in Visual Studion 2010, I found this message. 'name of the project.ccproj' cannot be opened as the type 'ccproj' is not supported by this version of...
View Articlenew entry not shown in autocomplete text box
Dear All My problem is when program is run and i am insert some new entry in the database then new entry not show in autocomplete textbox.when i close the program and rerun the program its working...
View ArticleTexBox not showing after publishing
Hi guys,I'm quite a beginner on ASP.Net, having my first job in a company I have to develop an application (C# + AJAX controls) which will be for inside use.I have done most of the work already but now...
View Articlehow to automatic data retrieve from the database
Dear All, i m using vs2008 and sql database. I have a autocomplete text box and I want to retrieve value from the database . For ex. I have a text box named “customerName” second textbox named...
View ArticleMissing assemble reference Despite adding a reference to the project
Hi All,Hi All, I have added a reference to my console project and built the solution and tried accessing it with the 'USING' statemen .. Now i have error saying Error 'The type or namespace name...
View ArticleWhy are Web.Debug.config and Web.Release.config marked as "Content" instead...
Hi,When I create a new Web project in Visual Studio, the Web.Debug.Config and Web.Release.Config files are marked as "Content".I always go back and change the type to "None" because after I transform...
View ArticleVisual Studio keeps downloading javascript referenced files constantly.
Hey,I am using a purchased template in a Web Pages application, and everytime I have javascript referenced and try to change javascript code every 1~2 seconds it hangs and says downloading referenced...
View Articleproblem in select statement
private void txtPriceGold_Enter(object sender, EventArgs e) { string connstr = @"Server=.\SQLEXPRESS ;Initial Catalog=RPSJDB;Integrated Security=True; Max Pool Size=100"; string strSql = "select...
View ArticleASP.NET configuration tool display blank page
I need to set up authentification of the page but when i click on the asp.net configuration, it display new browser window with blank page...
View ArticleValues save in database only one time
Dear All, i have two textboxes. both of have some integer value. i want when the user click on the save button then first time its saves in the database next time if the user pass some value then it...
View ArticleAutocomplete/Intellisense Issue with C#
Hi there,I am using VS2010 professional as my IDE.While creating C# Web form I do not have Autocomplete/Intellisense working for controls methods and it's really annoying.I tried reseting the...
View Articlealready an openDataReader
Dear All, private void btnSave_Click(object sender, EventArgs e) { string connstr = @"Server=.\SQLEXPRESS ;Initial Catalog=RPSJDB;Integrated Security=True; Max Pool Size=100"; SqlDataReader reader =...
View ArticleDuplicate name Exist
Dear All, How could be stop the duplicate name when I click on save button and tell me it’s already exists i am using above code for save name ,address etc. from the database. private void...
View Article"Error converting data type varchar to numeric".
Dear All, private void btnSave_Click(object sender, EventArgs e) { string connstr = @"Server=.\SQLEXPRESS ;Initial Catalog=RPSJDB;Integrated Security=True; Max Pool Size=100"; SqlDataReader reader =...
View ArticleVS 2010 and VS 2012
Hello,I am trying to debug Javascript/JQuery in 2012.I am able to put break points for Javascript in both aspx file and external javascript file.Before, I used to work with 2010 and never allow me to...
View ArticlePrefix
Hey,I have to calculate a figure and have it display in a lable on my web page - which I have written the code for and it all works fine.I just am unsure on how I get a $ to show up in front of the...
View ArticleServer Explorer is Missing "New Query" options on right click
Dear Users,Please I don't know what I did wrong but after I made a change of settings in my visual studio express preview 2013 i can no longer see the choose "New Query" option in server explorer....
View ArticleCannot access SQL data from Web Developer 2010 Express
Hello,I am a newbie to this form and new into the world of Web and Cloud Computing. I am currently studying and have been asked to install Visual Web Developer 2010 Express to my laptop. I installed...
View ArticleError Message - Cannot Install Visual Web Dev Exp 2010 SP 1 with Azure SDK 2.1
Hello All,As part of installation of updating Visual Web Dev Exp 2010 - I tried to install SP1 usinga) Web Platform Installer 4.6When i try to install Visual Web Dev Exp 2010 SP1 with Azure SDK 2.1 - I...
View Article