13,153 Topics
![]() | |
hi This is sandeep.Just started learning asp.net a week ago. I tried creating a simple webform with two labels, one username n other password.And 2 textboxes for entering the above two. A click button also, on clickin which i shd get redirected to WebForm2.aspx which contains a simple label displaying … | |
[color=navy][QUOTE] [/color] [color=navy]The ASP.NET Framework does provide support for accessing a Web service asynchronously. The user can wait until the request completes, can block on the WaitHandle, or wait for a callback function to be invoked. However, WSE 2.0 provides a potentially more powerful way of communicating with a Web … | |
hey, I need help to export Data from Datagrid to Excel file but the data in Excel file not begin the left conner of Excel. It's begin in specify co-ordinate (x,y - Ex: 2A,3E). :?: Thank for reading. | |
Does anybody know how to embed a web page in an email body? What softwares are needed? Thanks!! :rolleyes: | |
Hi, I really need some help I've been banging my head again wall with this one. I have created login page, username and password stored in sql database but now I need to add roles to webpage. Need them to be stored in database because the high amout of users … | |
Hello There, I am working with c# & I have used two textbox server control. 1> Registration Date 2> Expiry Date First of all, user enters value for the first textbox namely Registration Date and then the expiry date should be auto calculated by adding 30 days into currently entered … | |
hi m eveline..in final yr mca. i hv 2 do project in asp.net.... i hv thought about a topiv "course management" using c#. the project basically is....online management of courses..in which v hv 2 do registration considering student credits n also adding face recogntion .....so plzzz suggest hw 2 make … | |
I have two textbox server control. 1. Registration Date 2. Expiry Date. Expiry Date is calculated automatically from table on the basis of scheme which was selected by user from Scheme DropDown ListBox control. eg. User had selected "scheme 30 days" scheme. So I want to automatically add 30 days … | |
I need some guidelines or programming tips on writing codes for my movie system. I am planning to have auto seating arrangement. This means that when a customer purchase a ticket, the system auto assigns him a seat number. Any tips or ideas on how to get started? Best if … | |
I am creating a movie system. I am using a dropdownlist to retrieve the date slots data from the movie database and display it into the dropdown list. Anyone have any idea how to do it with some sample asp.net codes? Thanks :eek: | |
I run on a MAC. I currently am trying to add a login capability for multiple users to a website. The programmer who will be hosting/developing the web service using Microsoft .NET has left the integration and setup of the web service technology into Dreamweaver to me (as the web … | |
i m very very new to asp.so i wanted t0 know difference bertween asp and asp.net. .net is better than php or asp. ? | |
hi everyone, I'm new to Asp.Net and I have to write a virtual store project. I have a DB and can read from it but can't do anytjing else no matter how I try. I also think I am getting a little lost in all the forms amd partial code. … | |
i know it is possible to use python with c/c++ but can python be used similairly with c#/vb? | |
Hi Everyone, i was thinking of creating an online chat system for students as a final year project, i desperately need ideas on how i can go about my project. Any idea you send to me will be very helpful.Thank you :-| | |
for one of my projects I need to display a list of items in list box.my user want to enter options into the list box by editing the listbox on the webpage itself but is it possible :?: | |
what is the difference between optimistic locking and pessimistic locking in ado.net | |
I hav created a newmail object using CDONTS and I hav sent to some address but it is not copied in to the [B]"drop" [/B]directory in the inetpub which must happen when a mail is sent to some address successfully in .net if the mail is not successfully sent then … | |
Hi All, I startet to work with remoting, and there ist my first trouble. Problem: Need an object which can be used by several applications, local and over net, ONE INSTANCE ONLY. Here is my example to to learn "Remoting" 1. An Object is just a simple container and provided … | |
Hi All, I have specific requirement in asp.net project. I have datagrid, in that in have one dotnet list control which stores the items.And it is multiselect. Onclicking >> button i want to move selected items from dotnetListControl to HTML Select(listbox) control. In DataGrid: [B]DotnetListBOX Control(i multiselect few items then)---> … | |
Hi i am a final year computer science/networks student. I am getting ready to submit my project proposal, but i am confused about what kind of project i would like to build.I was thinking of creating a project which is online based, but i dont want to build a site … | |
I am a final year computer science/networks student, i am going to hand in my final project, and i was thinking of creating an online learning system. Please i need ideas on what i can add to my project proposal, or any fresh ideas on a project in my field … | |
[I]Ok I will apologize because I am not a programmer and I will need anyone who responds to be very clear. I appreciate any and all advice and help I am given.[/I] Ok here it is, I have a program being developed and it seems from the last test to … | |
This is begining to bug me. I have googled it. I have searched this site and I still have not managed to get the rounding to work the way I want! I have done the Math::Round() deal, I have tried System::Math::Round. I got desperate and looked to see what it … | |
im fairly new to the .Net world and i'm tryin to make a simple page that dynamicly fills a table/form from a database based on user log info. i've been doin some reading and the datalist/repeater seem like more than i need...or maybe they are exactly what i need but … | |
i just started a pascal programming class. so what i am trying to do is write a program that will allow me to change my weight (in stones) to kilograms and change my hight (in inches) to kilograms. i also need to be able to enter my name in. i … | |
Hi I am trying to disable my pager linkbuttons during postback to prevent multiple clicking as this causes the application to fall over. I have tried to use the following code but it is not working. Anyone any ideas? [CODE] Private Sub DataGrid_ItemCreated(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DataGridItemEventArgs) … | |
Hi everybody....I need to develop a web page that adds information to a database in a server. I wanted suggestions about the more used languages for this kind of projects. Thanks for your help and time! | |
I am having a problem with my datagrid. When ever I click the edit hyperlink, datagrid only shows the header-nothing else. It is not until I do a postback for the second time that the datagrid will show values with the edit column swithched over to "update,cancel" column. Can anyone … | |
I am currently working to store passwords into my SQLDatabase table. I would like to hash the password columns to make it more secure. I know that i can use either SHA1 or MD5. Refering to this website, [url]www.codersource.net/csharp_sha_md5_encryption.html[/url], i try to write the VB.NET codes. Private Sub EncryptPassword() FormsAuthentication.HashPasswordForStoringInConfigFile(txtbox_password.Text, … | |
Hi, I've been modifying the ASPNetStore Application to create my own. Everything's been working fine, but I recently had to reinstall VS.NET. Now I am getting the following error on both the ASPNetStore app. as well as on my custom app. Here is the code for my custom app: using … | |
Dim strMailBodyHTML As String = "" strMailBodyHTML &= "<html><body>" strMailBodyHTML &= " <p><input type=text name=T1 size=20 value=’" & Label2.Text & "’></p> " strMailBodyHTML &= "<form method=""get"" action=""http://pgssystemie02/autouph/admin.aspx""><p></p><br><input type=""submit"" value=""accept""></form>" strMailBodyHTML &= "<form method=""get1"" action=""http://pgssystemie02/autouph""><input type=""submit"" value=""cancel""></form>" strMailBodyHTML &= "<br><br><br>" strMailBodyHTML &= "</body></html>" Dim mail As New MailMessage mail.To = "aaa@aaa.com" … | |
Hi friends, This is kishor. I am going to develop the new reporting servrice using asp.net so i need some help, how to mange the different controls on the report. how i am able to drag & drop the controls and set or bind the control to the related values. | |
Does anyone has ideas on it?Can show me the way? | |
I do: paramField.ParameterFieldName = "P1" ' Set a value to the parameter. paramValue.Value = strTemp paramField.CurrentValues.Add(paramValue) paramField.DefaultValues.Add(paramValue) ' Add the parameter to the ParameterFields collection. paramFields.Add(paramField) CrystalReportViewer.ParameterFieldInfo = paramFields strReportSource = strReportSource & "Transaction For Specified Account.rpt" CrystalReportViewer.ReportSource = strReportSource Then I get "Load report failed" Any suggestions? Thanks.... | |
Can any one let me know whether we can create Crystal reports from Asp.net at run time based on the user's selection of tables and fields that appear in the report. User should select fields and tables in aspx and based on these the report(crystal report) should be developed.Here user … | |
[B]Hello, I have over 7+ years of experience in software development. I am software developer looking for freelance or Full Time work, do you have any work that need to done.. buzz me at sumeet.leo @ gmail.com my skill sets: .NET(ASP.NET / C# / VB.NET) VB, ASP (VBScript & Javascript), … | |
I installed IIS server, all the components (framework and wotnot), and finally Visual studio .NET 7.0 (2003) When I run an ASP.NET Page, I get the following error...I tried everything but in vain :( can u help me out plz? [url=http://imagebag.cfsmedia.co.uk/][img]http://imagebag.cfsmedia.co.uk/images/6303176.jpg[/img][/url] | |
Hey guys i'm busy with a project my group is struggling with connecting database to server.We are using VS asp.net with sql for our database so we are failing to get the connection right.And we are trying to update,delete,add into our tables it seems to give a source error can … | |
I want to fetch data from SQL Server 2000 using tcp/ip connection and display on the client. Q : How do i fetch data from SQL Server 2000 and put the data on a combo box. Q: My server user interface will have "Fetch" button ? Client User Interface: ___________________________ … | |
Hello ! My name is Clint, I'm learning at the Ben Gurion University in Israel, I make a research about viruses, how they work, way of operation, classify them into families. Does any one know sites which can be helpful to my research ? Thank you, Clint. | |
problem is i cannot access some websites i used to, i can on mozilla firefox but not on internet explorer or packard bell companion?? ive cleaned my cookies, reset my internet settings to default, allowed all cookies, turned off my firewalls, done everything i can think off please help ...thank … | |
so waay back i had some questions about setting up a login to secure a site i've been working on there seems to be a rather annoying side effect mostly html aside from a few simple asp scripts on particular pages however if an update is made to the html … | |
Hi to all, There is a problem with the datagrid in Mozilla. Datagrid is showing images in Internet Explorer but not in Mozilla. I dont know why. Can anybody give a solution to this problem as soon as possible. | |
I have a variable of double data type.It has only 1 decimal point or no decimal point such as 17.5 and 17.I want to have exact two decimal point for it.Does anyone know? | |
Hi all, I have data grid: In that i have to show different hyperlinks colors with type of memberships. If gold member then Hyperlink is Green If Silver member then Hyperlink is Red. otherwise the Hyperlink shoudl be Blue !!! How to achieve this is Data grid!!!. | |
I created an application in .net that emails a person using mapi and outlook 2000. It works fine on pc that has outlook 2000 sp1, but doesn't work on pc that has outlook 2000 no sp. Outlook 2000 puts the recipaddress in quotes. Does anyone know how I stop Outlook … | |
Does anyone know how to stop Outlook 2000 from prompting about A program is trying to automatically send e-mail on your behalf. I created a vb .net application to send e-mails using mapi but I get this message from Outlook 2000. Is there anyway to stop Outlook 2000 from prompting … | |
;) what does assemblyinfo.cs consists of | |
My default website has a state of stopped. I right click on and select start and get the message "the service did not respond to the start or control request in a timely fashion". For some reason, I cant get this started. Any ideas |
The End.