13,153 Topics
![]() | |
I am creating a web application form. In the form, I need to have a date of birth field. What web controls should I use text box, drop down list or others ? Hope someone can help me with this !! Thanks | |
This is a start to a tutorial on Security in ASP.NET 1.1 using VB.Net code behind. [size=2][b] SETUP:[/b] [/size] [size=3][color=red][b][size=2]** Note this tutorial builds on/off the[url="http://www.daniweb.com/tutorials/tutorial19303.html"] Updated:Simple ASP.Net Login Page tutorial[/url] **[/size] [/b][/color][/size] [u] [color=Blue][b] Login.aspx HTML Code[/b][/color]:[/u] [code] [size=3]<%@ Page Language="vb" AutoEventWireup="false" Codebehind="Login.aspx.vb" Inherits="NorthLogin3.WebForm1"%> [color=#0000ff]<![/color][color=#800000]doctype [/color][color=#ff0000]html public [/color][color=#0000ff]"-//w3c//dtd html … | |
hi .... i have tried to use this code but it juz cant work ... i cant find out the problem with this code ... this program is suppose to read my email and display all my messages that i have in my inbox. Can anyone help me with this … | |
Hi all, I have a bit of a problem with the selected value of a drop down box in asp. i get this error: 'drpSponsor' has a SelectedValue which is invalid because it does not exist in the list of items. Parameter name: value my code for the binding is … | |
Hi I have borrowed your ASP.Net login page code and have tried to get it working. It all seems ok and I have made adjustments for my database and a asp:login control instead of textboxes. Visual Studio 2005 doesn't like the line below, saying CommandBehavior has not been declared. I … | |
hi guys..i have a problem here..i have added delete function in datagrid, along wif confirmation box. but after i click the delete button, it did not auto delete, i have to build n browse(in visual studio.net) then only the deleted item disappear. pls help: the code: Private Sub DataGrid1_DeleteCommand(ByVal source … | |
hai friends, i am doing project in asp.net codebehind C#. my project name is ONLINE EXAMINATION. In this we have one problem, if one question is answered then the student does not go back, we have to stop the Internet Explorer back button and restrict the user to go back. … | |
Our company has decided to introduce a promotion scheme for FORUMNAME members. This offer is open for 24 hrs (until April 2nd 2006, 13.30 hrs IST - GMT + 5.30) This discount is minimum 10% and maximum 50% based on the project volume. So if you are interested send your … | |
hi i am a software developer and a plan for my own software company. i want to know that how i can start my company in low scale and whats are the precaution i have to take. i have only 2 year of exprience in this sector may i wait … | |
i have one javascript function for validating the radiobutton.i have to check it on the button click.but i already have one function there for saving the form.so wht will i do plz help me | |
when i call the session variable on pageload the following error occur System.NullReferenceException: Object reference not set to an instance of an object. the code was Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load religion.SelectedItem.Text = CStr(Session("name")) Session.Remove("name") end sub | |
Im creating dynamic checkboxes on page_load(by getting the number of floors of a building from database) if user checks any one of floor checkboxes and hits generateflats button(Postback) then I will refer to the flats existing in that particular floor and I will generate flats(checkboxes ) dynamically. the problem is … | |
hw can i validate the radio button for if it si checked or not can i do this by required field control.if no hw can i do this | |
Have made an OLE DB connection for an ASP.NET page in Dreamweaver 2004. The OLE DB connects to an Access Database. The alert tells me the connection was made successfully, yet I when I click (+) on the Icon on the Database Panel there are no tables or views. Can … | |
i have 3 combos for date day, month ,year i want to conactinate these values and inserted in to one text box plz help me | |
i created a session variable and try to call it on page load on another page the following error occur : System.NullReferenceException: Object reference not set to an instance of an object. code is Session("name")=request(religion_list.selecteditem.text) server.transfer("profile.aspx") // then call religion.selecteditem.Text = CStr(Session("name")) Session.Remove("name") plz help me to solve this | |
hi, im a newbie and im developing a system using ASP.NET programming using visual studio and SQL Server.i was tring to write my first login page, and i connected it to the database, and ran my application.but this error came out,"[B]error while trying to run project:Unable to start debugging on … | |
I want the administrator of this site to replay to me. this forum u developed from scratch or u used developed one and u updated. i want to develop content management system and u know forums are part of cms. the langauge is asp.net can u help me by links … | |
hey alll i reciceve this error, does anyone knows the solution. [B]Error while trying to run project: Unable to start debugging. Unable to start program 'display some funny characters' The system cannot find the file specified.[/B] thanks in advance | |
hey to u all this is my first thread here and hoping to benefit from it i am entering new domain, building cms i want any links to a free ebooks in building cms with asp.net or php 10x advance | |
What's wrong with this? I know i must have missed out something. But what's that i'm missing? [CODE]Dim ds As DataSet = New DataSet Dim da As SqlDataAdapter = New SqlDataAdapter("SELECT * FROM Member WHERE MemberUserName = @MemberUserName", Conn) da.SelectCommand.Parameters.Add("@MemberUserName", SqlDbType.VarChar) da.SelectCommand.Parameters("@MemberUserName").Value = Session("Username") ' Fill DataSet with the data … | |
im currently using frameset on my page. the thing is i want to resize the frameset so that it doesnt cover the whole browser window.is it possible n how? currently my frameset consist of header, footer,contents and main. | |
I've done extensive work developing a large on-line application form, only to find that it will not render properly in Firefox (1.5.0.1) or Netscape (8.0). The panels are overlapping each other and style settings such as backcolor are not propagating to child elements. Yet, it renders nicely in IE. I've … | |
Hi! I am not able to open any solution in VS.Net framework due to this error............. Unable to open Web Project '...'. The file path '...' does not correspond to the URL '...'. The two need to map to the same server location. HTTP Error 404: Not found Can anyone … | |
I am a final year CS student I want to develop a dynamic web page using ASP.net and my title is CONTENT DEVELOPMENT ON ICT( web platfprm) For a highschool called ATSE yohannes .what do you recommend me about the features that should be on the site. Thankyou | |
Hi my friends, how r you i asked to perform a calendar in a web site .. the calendar may be simillar to the Calendar control of the ASP.NET , but i asked to put on it - beside every day- a comment got from a database . i just … | |
Hey everyone, First off I want to say hi, I am still kind of new to ASP.net but I am running into a dilemma. I have a pre-exsisting Access database that has forms, tables, and queries already built in. I and three other guys are working to create a web … | |
Hello, can some one help me please ... ? It's possible to share string or integer values with Web Service. But I want to share an image file with Web Service. I use ASP .Net and C#. I need your help. Thank's Guino | |
sorry , i post this thread at here, but i really got a problem. 1. System time shown on the task bar has 29s(max) time of delay to update itself . 2. The system time (task bar) is delayed after system repeatingsuspend/resume . 3. System time shown on task bar … | |
I want a code to upload a ms word file and store it in sql table.I need this very urgently for my project in asp.net(vs 2003) :confused: anybody help me plzzzzzzzzz :confused: | |
Hi, I have to build up an web application (ASP.NET) that communicate with its own Oracle database. Also this application should write some data (like inovices, payments) into Oracle Applications 11i database. Do someone knows how could I implement these features? Is there any Oracle API that I can use … | |
Could anyone help me please!! I need to find out how to incorporate a Director file onto my website, Im developing the site using Visual Studio and using ASP. I would greatly appreciate some help code wise........ | |
I have Dell winXP SP2 I got it 2 yrs ago everytime it launches I get this error message Fatal Execution Engine Error ( 0x7927e03e) I tried regcleaner needed help | |
hai, please help me to move the record in the table. i need this very urgently | |
my question here is :how do we write sql connections to database that's using windows nt authentication?How's the syntax looks like?tq :confused: | |
Hi all I changed my account from 'Web Develpoer' to 'web developer' because of wrong fast typing spelling ... Thanks very much | |
Hi my friends, how r you i asked to perform a calendar in a web site .. the calendar may be simillar to the Calendar control of the ASP.NET , but i asked to put on it - beside every day- a comment got from a database . i just … | |
Hello Everyone, Recently I've reinstalled VS.NET. Before reinstalling i was doing a project which is saved in D:/. Now, when i try opening the project with VS.NET .. i get this error: [I]"The default web access mode for this project is set to file share, but the project folder at … | |
The is already support for .Net applications on Linux and other systems. This is thanks to Mono-Project and .NetGNU. But Mono seems to be working for c# and VB and .NetGNU seems to be working for ASP.Net and Web Services. Does anybody know if there are tools which can run … | |
hai friends, plz help me as soon as possible. how a one problem, how to move next in the database, because everytime page is reloaded and i cannot get the continuation. i cannot understand properly about the postback method, so please help as soon as possible. another problem, how i … | |
HI, Well, I'm getting this error message when i try to open my project [I]"Visual Studio cannot create or open the application because the web server on this computer is not running. Start the web server before preceeding". [/I] I searched in google for any kind of help.. i found … | |
hai friends, i want one help, how to generate a random numbers without duplication for more than 60 persons. My project is Online Examination in asp.net code behind c#.net. please help. | |
Using the Outlook COM objectin ASP.net. When I run the code through a windows environment, it works fine. But, when run through ASP.net, cannot seem to create the application object. " Application lMailApp = new ApplicationClass(); NameSpace lMailNmspace = null; lMailNmspace = lMailApp.GetNamespace("MAPI"); lMailNmspace.Logon("","",false,false); ... " Googled and find solutions, … | |
hai friends, i am muthu, doing MCA . i have one problem i do my project in my college system and take copy and place in my system. In college it working properly, but in home it says, ur webserver cannot debug ie debugger is not running. i also check … | |
I'm having trouble with a very simple issue of binding to the AccessDataSource, or using an AccessDataSource as the datasource of a DataView, DataTable or anything (anything other than a user control, that is. I can bind to a datagrid, dropdownlist, etc. I'm just trying to make it more OO). … | |
Hi! I'm not sure which forum to place this in, so if there is a more appropriate one, please move it or let me know and I will repost it there. thanks. A while back I developed a simple vb.net program for keeping track of rebates. I didn't want to … | |
HI every1 I mongolian studen so i builing one project but we have problem how can i display the logod user status like he's her id number and spme of the profile help any idea ??? :o :o :o :o :o | |
Hi everyone... I have a workshop of asp.net in my college on saturday. I am interested in atending it .. so can anyone just give me basic details of asp.net... what is it.. what to use for.. practical uses.. i know nothing about i :?: t...so please if you can … | |
Hey everyone, I have this really weird problem with Visual Studio .Net. If I add some breakpoints here and there on some pages and then run my app., the breakpoints move to some other lines (not always lines with code, and breakpoints dont span the same length as the code). … | |
I want to format the number to display fixed digits, but the format code that I have seen doesn't have that option. I want to display the longitude of the cursor in DDD::MM::SS form. I want to see 7 degrees as 007::00::00. My code in VC++.NET (formatting is not included): … |
The End.