12,085 Topics

Member Avatar for
Member Avatar for nazeem2005

I want to create an [B]Interface to Receive email from my POP3 mail account.[/B] Or a [B]Interface like Yahoomail & Gmail[/B]. please reply with useful information.

Member Avatar for tgreer
0
162
Member Avatar for web developer

Hi all I was in need to add controls dynamically to a apanel , I did that. The problem when i want to read their values . I can't do that Adding code [CODE] For i = 1 To count Dim uu As New Unit(50) Dim hl As New Label …

Member Avatar for tgreer
0
124
Member Avatar for DATABASE

this code is for a login page but i have a problem with it [COLOR=#ff0000][/COLOR] [CODE] <%@ Page Language="VB" Debug="True" %> <%@ import Namespace="System.Data" %> <%@ import Namespace="System.Data.oledb" %> <script runat="server"> Sub LoginBtn_Click(Sender As Object, E As EventArgs) dim con as oledbConnection= new oledbConnection dim comm as oledbcommand = new …

Member Avatar for DATABASE
0
178
Member Avatar for DATABASE

hi how can i list items from a database(MS Access) in a DropDownList in ASP.NET

Member Avatar for tgreer
0
111
Member Avatar for bagi

Hello all, I need your help urgently.....................I have database in SQL server and using asp.net 1.1 I need to do something which like when deadline came then after every day of it, administrator has to send mail to that user something about.........User already registered with its mail address.... Please help …

Member Avatar for bagi
0
198
Member Avatar for DATABASE

[COLOR=blue]i wrote this code in the display of a page[/COLOR] sub Display() dim strcon as string ="Provider=Microsoft.Jet.OLEDB.4.0;DataSource =Sales.mdb" dim strcommand as string ="Select * from sales" dim myconnect as oledbconnection = new oledbconnection dim myAdaptor as oledbDataAdapter = new oledbDataAdapter dim salesDS as DataSet = new DataSet myconnect.ConnectionString=strcon myAdaptor.SelectCommand=new oleDbComman(strcommand,myconnect) …

Member Avatar for DATABASE
0
108
Member Avatar for thebookie

Hi, I am getting the following error in the web config file having uploaded the asp.net project to an external server: [url]http://www.veebro.somee.com/chatgame/chatgame/index.aspx[/url] Currently it works perfectly when I run it on local a server and the customErrors mode is already set to "Off". Can you tell me what the error …

Member Avatar for campkev
0
146
Member Avatar for thiyag2001

Hi All!, I have a small query editer with a textarea and a buton.The user gives their query in the textarea and click the button it will returns the data to a datagrid.The use gives [B]SELECT[/B] query then the [B]data grid[/B] will give the data.suppose user gives [B]update or delete …

0
72
Member Avatar for designdonna

I have a crystal report which includes a parameter to select one or more categories of hardware. I need to include all as one of the selections so that all categories of hardware would be listed.

Member Avatar for arnar
0
69
Member Avatar for arnar

Hi everybody I have one question. I´m quite new to HTML programming, but have been dabbling with it. I have a website that has two dropdownlists (ASP.NET controls). One ddl is filled on Page_Load with the months available. The other I have filled with every week of the corresponding month …

0
59
Member Avatar for nepid7

i have Connected to MSAccess using OLEDB in ASP.Net. I have opened the Connection. i have a dataset which contains a table with 500 rows and about 140 columns. I have used nesting for loops to read every row and column of the dataset Table.The Problem is if i read …

0
74
Member Avatar for chapamanuel

Hi Guys, Does any of you know how to dynamically add steps to a wizard control. I have been able to display the steps; however, in the next iteration the wizard steps disapear. Also, I had to add a template step for the dynamically added wizard steps controls to be …

Member Avatar for tgreer
0
2K
Member Avatar for sathiya

Hi, I hav created an application running on ASP.Net using VB. I hav a panel and a button to print the page. I want the page to be printed as what it is exactly looks like on the page. And i want only the panel to be printed and not …

Member Avatar for Paladine
0
64
Member Avatar for Munira

Hello all! I have been developing my asp.net application in c#, on my local machine. I have started working with the "reportViewer " and it works fine on my machine, but as soon as i upload it onto our server, which is windows 2000 server, IIS 5.0, it won't work. …

Member Avatar for Paladine
0
135
Member Avatar for blacklocist

Hi All, Well once again I go round and round with IIS. I have got it to run with a little tweaking with ASP 1.1v but I can't get it to run with ASP 2.0. Here are the variables: Server Hosted on IIS 6.0 Running Windows 2k3 Server Not a …

Member Avatar for blacklocist
0
199
Member Avatar for katli

Hi i have a CipherLab CCD 1000 barcode scanner that i need to use with a windows form, and have no clue as to how to focus the scanned data to the textbox. i have already set the scanner up, but somehow i cannot seem to get the .dll file …

Member Avatar for Paladine
0
97
Member Avatar for web_developer

hey all i need ur help i have a database, and a table with report column. in this column, i storing data and i can change the bold, colored and aligned the text using a toolbar,[B] like the toolbar here when u want to put a thread[/B]. all that is …

Member Avatar for web_developer
0
123
Member Avatar for crbeckman

I have a form page on the web using a FormView. There are a half dozen fields for the user to fill or select from drop downs. These get populated into the sql database with the standard sqldatasource insert statement. However, I also want to add the current date and …

Member Avatar for Paladine
0
103
Member Avatar for sahimel

hello everyone, im new with Asp.net so im seekin some help from all of u.actually im looking for any article or tutorial or some sample code from where i can get the idea how to use Asp.net where my language would be javascript and ajax and my server would be …

Member Avatar for Paladine
0
224
Member Avatar for letuscode

Hello All, I am a beginner in asp.net..may be my question seems to be silly to you all, but pls help me out... i have a web application which basically redirects the page to another web application and the url of the first web application has to captured in the …

Member Avatar for Paladine
0
164
Member Avatar for gurnoor

i have to design a login form for my project with loginid and password.:sad: [B][U]Problems[/U][/B] 1) i have to store passwords in encrypted form 2) connectivity of asp.net with oracle 8i after cross checking of password and loginid next page should display details account so please help me on this:?: …

0
127
Member Avatar for angelicjess

Hi All, May I know how to write the codes to get the correct Username and Password when I Click on "submit" (stored in Access - User_Login.mdb)? Next, how to make the locked the Login Page until I entered the correct Username and Password? Because now even when i type …

Member Avatar for angelicjess
0
201
Member Avatar for runaway

hello,i have a nice-looking dhtml menu written by javascript,the javascript code is in a separate .js file,and when i use it in html page,i just insert <script type="text/javascript" language="JavaScript1.2" src="stmenu.js"></script>in <head></head>tag and it works fine now i want to use this menu in .aspx page ,is it possible ?and how? …

Member Avatar for tgreer
0
158
Member Avatar for ramareddy_dotne

I want to retrieve data from controls in the requested page to other page by using [B]request.form(control name)[/B] but this is not working for me.I tried both [B]response.redirect [/B] and also [B]server.transfer [/B] for redirect to new page but it is not working for both the commands.

Member Avatar for nbp
0
1K
Member Avatar for MeDotCom

Hi everybody, I am new to this board. I have a new client that has a public access point for his business. He wants to ensure each person that uses this access point registers so he can get everyone's contact information to send them out coupons, etc. The way I …

Member Avatar for MeDotCom
0
175
Member Avatar for bagi

Hello there all, I need your help..........I have datagrid with its data from SQL server. But i want to update its data to click the ID......That is it........ <a href = "DataUpdate.aspx"> Something here to validate my ID </a> Please help, any idea would be big big help to me......Since …

Member Avatar for campkev
0
86
Member Avatar for rajni11

When we talk about MVC architecture…. Why we write connection string code in web.congig file rather we can write it in DataUtility.cs in OpenConnection() method and what is the role of web.confic file?

0
80
Member Avatar for sathiya

Hi Everyone, First of all, thanx Mojio for providing me the right code information on connecting sql server database. As I'm a beginner in ASP.NET, using vb as language. I have created few text boxes on the form as an input to the application. I hav managed to insert the …

Member Avatar for sathiya
0
426
Member Avatar for mojio

I'm a newbie and I've got some problem with my project. Here's my prob. I have 2 pages. First page I have 2 dropdownlist, months and years, and some radio button. Second page I have checkboxlist and submit button. When i click on radio button in the first page(autopostback), it …

Member Avatar for mojio
0
139
Member Avatar for ceug

hello, I've a empty dropDownList. When it is clicked, i want to go to the server and fill it with the appropriate data. My problem is that dropDownList has few events and has no click event. I thought about catching the event as client event and then call the server …

Member Avatar for tgreer
0
744

The End.