12,089 Topics

Member Avatar for
Member Avatar for jsmall26

So I know coldfusion, so I'll post it like this... Whats the best ASP.net example of this coldfusion code? [CODE]<cfset mylist="red,blue,yellow,green"> <cfloop list="#mylist#" index="i"> <cfoutput>#i#</cfoutput> <BR> </cfloop>[/CODE] I can't find this example anywhere on the web. Thanks guys!

Member Avatar for Antenka
0
117
Member Avatar for saly+two

Hello all, I'm developing a project and I faced a probelm of how to insert a new row to specific index choose from user Can anyone help to do that in VB.net Please? Thanks a lot

Member Avatar for Sarama2030
0
76
Member Avatar for Seesharp

need to check an SQL Server database (not asp.net membership) to see if an email is already in use before allowing the user to register. I have tried using the information in this website but it does not seem to work. Your help will be much appreciated

Member Avatar for Sarama2030
0
174
Member Avatar for Romil797

My problem: there should be a mult-column list-box type control. the control also has names of images. when the user hits a button, the data in each column is stored in a variable, and all of the images are uploaded to server. Help on execution?

Member Avatar for Sarama2030
0
201
Member Avatar for Shwetha Dali

I have a login page..if u close that page and reopen it after some time,i have to get the same page..Can anyone tell me how to do it in asp.net using C#.. Thanks & Regards Shwetha

Member Avatar for Sarama2030
-1
117
Member Avatar for adeelfayyaz

hi.. i am confuse about the difference between web pages coded in asp.net and coded in html.. can we access html coded page in asp.net for database connectivity?? or i hav to make whole code of page in asp???

Member Avatar for Sarama2030
0
331
Member Avatar for itpragan

Dear all , I want to learn ASP.Net , How i can learn that( I am new to this ) , If any links for learning send my mail [snipped]............... Regards R.Murugan

Member Avatar for Sarama2030
0
83
Member Avatar for KikoStyle

i want to do an e-shop page in microsoft visual web developer 2010 !!! I use a ASP.NET web application !!! i want to put some pictures inside the web developer and change the backgrounds !!! sorry for my bad english because i am from greece !!!

Member Avatar for Sarama2030
0
101
Member Avatar for Rohan rawat

Inside a button link database with gridview . [CODE]protected void Button2_Click(object sender, EventArgs e) { string strSQLconnection = "Data Source=ABC-0D30299B90A;Initial Catalog=JAPIT;Integrated Security=True"; SqlConnection sqlConnection = new SqlConnection(strSQLconnection); SqlCommand sqlCommand = new SqlCommand("select * from Doe_detail", sqlConnection); sqlConnection.Open(); SqlDataReader reader = sqlCommand.ExecuteReader(); GridView1.DataSource = reader; GridView1.DataBind(); }[/CODE] For edit and update …

Member Avatar for vijay_myl
0
275
Member Avatar for sudheer2250

Hi Experts, I am working on mixed language web project. In App_Code folder, Created 2 folders with names "VBCode", "CSCode". I added one class in VBCode folder with name "Class1.vb" and implemented 2 methods. And, I added one Class in CSCode folder with the name "Class2.cs". My Requirements is, I …

0
61
Member Avatar for lianpiau

I want generate a auto number in asp.net which must start as Cust. For example Cust/00001

Member Avatar for lianpiau
0
80
Member Avatar for Romil797
Member Avatar for compulove

Hello! I need code that will allow the user to do the following: 1. Select a browse button and choose the folder they want to save a file once the exe file at the end of the program runs 2. Display the folder location the user selected in the textbox …

Member Avatar for thines01
0
204
Member Avatar for screwfacecapone

I am working on a web application that builds a KML file using a list of coordinates and is supposed to display them on Google maps when you click a button. When I'm testing it on desktop it works, as it brings up google earth with no problem. However, when …

0
174
Member Avatar for abathurst

Hello, I am having trouble inserting data from a XML file into a table in a SQL data base. The worst thing is it isn't coming up with an error but nothing is being inserted into the database Here is the condensed version of the XML code I am using …

Member Avatar for abathurst
0
2K
Member Avatar for Nithya.G
Member Avatar for crishlay
0
179
Member Avatar for abathurst

What I am trying to do is have a user enter a word into a text box and retrieve the information from a SQL database where the 'entered word' eqauls that a column. I have this working perfectly but now I would like the user to be able to enter …

Member Avatar for abathurst
0
245
Member Avatar for karthik82vk

Hi, I am working with a web application with MySQL as the backend in asp.net. I need to insert values in a table called ACS. The code is working fine and i am able to insert values. But the problem i am facing is the values are getting stored as …

Member Avatar for hericles
0
279
Member Avatar for krokodajl

I have created deployment procejct which registers COM object. The output file is a setup.msi file. After installation I moved file into other directory. While unistalling app I recived error "the feature you are trying to use is on a network resource that is unavailable" so I must point directory …

0
158
Member Avatar for praveendasika

How do I name the dll's according to my wish when I publish the website. It just names the dll's into some gibberish name. it creates so many dll's and in the properties of the project there is no dll naming column for websites. is it only for web applications …

Member Avatar for praveendasika
0
125
Member Avatar for amby

Hi, I am getting this error at runtime: object reference not set to an instance of object my question is that am i using stringbuilder array correctly here. Because I am new in C#. and i think its the problem with my stringbuilder array. Below is the code: [CODE]using System; …

Member Avatar for Brindha.s
0
220
Member Avatar for roXy101208

Hi, I'm new to asp.net and C# and I want to ask how to implement a session login using asp.net and C#. where i will connect it to my database. Please advise. Thanks.

Member Avatar for crishlay
0
229
Member Avatar for daniahmed

Hi Guys! I am using the following Connection Strings for ms sql. I am new in programing so help me. Eror: [B]Description: [/B]An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in …

Member Avatar for crishlay
0
71
Member Avatar for naveedqadri

Dear Experts, Thanks in advance for helping me I have installed an application (APWebGrabber) on my VPS, that application is being used in my website. APWebGrbNET.DLL is already in BIN Folder of my site. I am getting this error. Plz Help Me. ERROR CODE: Compilation Error Description: An error occurred …

Member Avatar for crishlay
0
266
Member Avatar for naveedqadri

Dear Experts, May be this thread is not related to this forum, BUT THERE IS LINK WITH THIS FORUM. I am using ASP.Net with Third party Application "WegGrabber" I traced out the ERROR oon VS 2008; At this point [COLOR="Red"]Server.Execute(pg, wtr);[/COLOR] [code] <%@ Page Language="C#" ContentType="text/html" ResponseEncoding="iso-8859-1" %> <%@ Import …

Member Avatar for crishlay
0
181
Member Avatar for idv

Hi Please hang on with me on this one, I would appreciate any advice or insight please.... I come from a coldfusion background, where setting up a connection to a database (Oracle, MYSQL SQL Server etc) was was easy as filling in a few fields in the datasource screen in …

Member Avatar for idv
0
140
Member Avatar for Azla

hello all, am having a problem visulazing data from a table using c#. please i will be glad if u can help, i have actually done it on win form but i really need it on the web. Regards

Member Avatar for crishlay
0
73
Member Avatar for Mohsin AITS

Hi dear S/W Eng and Asp.net c# Developer. I am facing a big problem during converting a textbox value to decimal. baceous the Database type of that variable is decimal(4,4) that is client requirement.From front end when we passing a value like 1234.0000 MSSQL throws exception "Fail to convert numeric …

Member Avatar for crishlay
-1
155
Member Avatar for Mohsin AITS

Hi dear S/W Eng and Asp.net c# Developer. I am facing a big problem during converting a textbox value to decimal. baceous the Database type of that variable is decimal(4,4) that is client requirement.From front end when we passing a value like 1234.0000 MSSQL throws exception "Fail to convert numeric …

Member Avatar for crishlay
0
110
Member Avatar for GregoryHouseMD

So I have a menu on the master page that is in a table, and I want to change the background of the cell that the clicked link is in depending on the page the user is on. I tried adding this function on the master page [CODE] public void …

Member Avatar for crishlay
0
136

The End.