13,153 Topics

Member Avatar for
Member Avatar for darthswift00

Id like to know as to how to go about creating a web service that validates a registerd user to my site. Also how to register a new user to the site. What steps shall i take in order to do this? Im using Visual Studio 2008 (.NET Framework 3.5) …

Member Avatar for hericles
-1
256
Member Avatar for Pari13

Hello Developers, I have a project in VS2008, i am having requirement to load control dynamically. So for that i am trying to develop one demo for it but i am not succeed yet. So i am here... I have developed one page namely (Default.aspx) and three user-control (UserControl1.ascx, UserControl2.ascx, …

Member Avatar for bhargavpandya
0
1K
Member Avatar for ranu jain

I want to send mail to my clients like their password and some other information also what should i do for that. how outlook express is helpful for that. when i am using password recovery wizard than the error coming [B]"The SMTP server requires a secure connection or the client …

Member Avatar for azapovjednik
0
241
Member Avatar for bill_kearns

OK friends, so I need your advice. I'm reprogramming another web app that was originally written in .Net 1.1. The page I am working on looks like simple GridView with select, update and delete enabled. But it isn't so simple. In the code I have 10, yes 10 calls to …

Member Avatar for pritaeas
0
143
Member Avatar for ayat abukhadra

hello, I'm trying to write a web application for mobiles using asp.net can anyone support me with a link which tells me how to start ?

Member Avatar for pritaeas
0
77
Member Avatar for ROSS679

Hi Everyone, I am currently practicing through the NorthWind Example in ASP.NET, when i debug i am greeted with the message "Could not find output table 'ViewCustomer'. Despite linking to the form in the try statement, am i missing something here? I am using a OleDb connection rather than SQL. …

Member Avatar for bill_kearns
0
124
Member Avatar for shivya jain

Dear Experts, I am new in asp.net. I have to make a website in asp within 5 months. I have written connection string for sql server 2008 R2. I want to use "default login" but my connection string does not work. <connectionStrings> <add name="donationConnectionString" connectionString="Data Source=COMPAQ-PC\SQLEXPRESS;Initial Catalog=donation;Integrated Security=True" providerName="System.Data.SqlClient" /> …

Member Avatar for hericles
0
109
Member Avatar for picogenkaku

Good day to everyone! I would like to ask how to create a custom receipt, say a delivery receipt, where the data to be used in the header portion will come from direct input of a Windows form. I've found one here but it is for VB6. Any guide will …

0
77
Member Avatar for php_noob

Are there working examples regarding MVC. Unfortunately, the one in their website is not working. http://www.asp.net/mvc

Member Avatar for nakor77
0
89
Member Avatar for sania khan

I made website that has connection with database... now i want to make exe of my project ,so that my C# code in MS Visual studio should not be visible to user. any help?

Member Avatar for nakor77
-1
100
Member Avatar for mzeewashooo

i want to display data from my mysql database using asp.net and i am using datagrid. i have set up the configuaration well, but when i load the page it doesnot show the data. pleaase help.

Member Avatar for nakor77
0
97
Member Avatar for crazydevelopervish

I am working on an online shopping project....... I want to retrive data from database using checkbox...... For Example.... i have an mobbile form..... having all mobile records and have some filters such as search by brand, search by range etc.... let me take example of search by brand ...... …

Member Avatar for crazydevelopervish
0
125
Member Avatar for lianpiau

I want pop out a confirm message box like Response.Write("<Script>confirm('Are you sure???');</Script>"); But I want control if Ok then do wat else do wat.

Member Avatar for hericles
0
171
Member Avatar for lianpiau

I have a gridview contain 3 record, when I use OleDbDataReader to verify the record is match with data in other Table in access. My problem is if the record is no match, I will end process and do not perform insert. But when 1st record is match and 2nd …

Member Avatar for hericles
0
127
Member Avatar for rpv_sen

Hi Friends **Example:** URL: http://localhost/sitename/page=name i want to print **name** in my page. like You Are Here: Home » **name** Please can any one help me.

Member Avatar for rotten69
0
242
Member Avatar for DarkT

Hi everyone. I'm used to programming in C/C++ and I've created some dialog based windows apps. Recently, I've got an assignment at work to learn C# + WPF and its capabilities showing video. My company works with cameras and my job is to create an app to show their feed. …

Member Avatar for robert.s.junior.98
0
241
Member Avatar for rajeshgoblet

hello i am working on a c,c++,java tutorial website, & i want to insert lots of source code example in it. I am doing this using <span> & CSS classes. I have seen some online code highlighter. i want to make one for my site. And is there any other …

Member Avatar for Dani
0
113
Member Avatar for k1robert

Hi all please help as I am so stuck. My aim in to retrieve the information out of the xml soap file and store it in a database. However I havent got the slightes idea what i'm doing wrong. Please help I just want to write the values out in …

0
116
Member Avatar for kothaisaravan

Hi, My Application was developed using c#.NET with java web services to connect to oracle database. It is working fine with my windows XP machine, but when i deployed the same app in another win7 machine by just cpoying the release folder with dll and exe files and launched the …

Member Avatar for kothaisaravan
0
225
Member Avatar for sania khan

//When i click the update button to update record in database,i get following error : " String or binary data would be truncated. The statement has been terminated." plz help me to solve this problem using System; using System.Collections; using System.Configuration; using System.Web.Configuration; using System.Data; using System.Linq; using System.Web; using …

Member Avatar for sania khan
0
247
Member Avatar for naheedkassam

I am using Telerik RADupload component in my asp.net website. I have noticed a strange behaviour. Whenever the webpage loads for the first time a browser is opened, the first upload I do, the file does not upload (Though the progress bar shows that the file is uploading). From the …

Member Avatar for naheedkassam
0
133
Member Avatar for ROSS679

Hi All. I am currently at work on this program and have came accross this error when i debug the code in ASP via Internet Browser it displays the following message on top of the webform "Command text was not set for the command object" I am also having problems …

Member Avatar for Momerath
0
130
Member Avatar for mzeewashooo

i am using asp.net on vb 2010 to build a website. my database is mysql. iam trying to add a new data source, when i select mysql, then i enter the name of the server, it closes the window by it self. then it tell me that .net framework data …

Member Avatar for riteshbest
0
255
Member Avatar for mzeewashooo

iam creating an online customer ordering system, and i will want to connect to a mysql dtabase that i have created.

Member Avatar for riteshbest
0
140
Member Avatar for catherine sea

Hi, I got error "No value given for one or more required parameters" error when executing the following code. I checked the value of the query and it seems correct. Does anyone know why? [CODE]string connectionString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\\Users\\Catherine\\Documents\\LearningCSharp.accdb"; OleDbConnection myConnection = new OleDbConnection(connectionString); myConnection.Open(); int employeeNumber = int.Parse(textBox1.Text); string name …

Member Avatar for carrzkiss
0
8K
Member Avatar for mzeewashooo

iam trying to save records in a form to my mysql database. but i keep geting an error on the cmd.ExecuteNonQuery line.

Member Avatar for mzeewashooo
0
106
Member Avatar for Singlem

Hi I have a problem with on of my sites and need some help. I have a site that uses cookies store a UserID that is used in that session. Recently I added that a user can have diffrent profiles so I craeted a ProfileID can user in stead of …

Member Avatar for hericles
0
73
Member Avatar for xzajox

Hi, This is a problem googled easily, but no solution helped me. Locally I am trying to open a PowerPoint application to read and import a ppt (or pptx) file. this is the command where exception is thrown (ASP.NET VB): [CODE] objApplication = New Microsoft.Office.Interop.PowerPoint.Application [/CODE] the exception text is …

Member Avatar for kemaltaskin
0
2K
Member Avatar for circuit009

Hello Friends, I am using Free edition of Vevocart. Now i want to add a new module in the default page, where i can run special offers. To be specific i want to have special offers on weeks basis. Weekly i want to upload new images through admin which will …

0
165
Member Avatar for sania khan

our project is having this exception in this variable it is storing summation of price it is some kind of type casting error can anyone guide us which datatype we should set it so dat it is removed ??? plz plz plz

Member Avatar for pritaeas
0
76

The End.