13,153 Topics
| |
Hello I have created an ActiveX control in VB6.0 and trying to embed this ActiveX control in Asp.Net 2.0 through the following command. But I can’t see anything in my aspx page whereas it works fine with html page. [COLOR="Green"]<object id="ctlVBAX" classid="clsid:B7C88829-7BCF-4AB6-95A5-F63ADBEA151A" codebase="vbActiveX.CAB#version=1,0,0,0"> </object>[/COLOR] You can download the cab file … | |
Hi friends, I am using Visual web developer to desing ASP.Net web site. I have created a project and added few web pages and their C# code files. in the project directory there are few files/subdirectories that I dont know about, I tried to search about them though but could … | |
Hi I have a procedure that performs checks on controls in my page against rules set in a SQL table. It all works fine except that when im casting the control e.g. [CODE] CType(Me.Page.FindControl(control1), TextBox).Text[/CODE] and its a dropdownlist it of course fails. Im trying to create a variable that … | |
I am having a few problems with the Timer component in ASP.NET. I can get it to work in the C# part of visual studio but not in the ASP.NET. The thing is a number will be logged into the website so each person will need to view the same … | |
i have a table with certain column names for example book table with name,author and price now i have a web form with three text box i need to add the text box data to database from ASP.Net form pls tell the coding urgent!!!! | |
Hello Guys I am quite new to this forum, and need your help to connect to sybase Any where 11 , for default membership provider database. I am able to connect to sybase through ODBC, but i dont know how to change the membership schema from sql server to sybase. … | |
I have a table with some information(view is called Index) , an add button and an edit button (which is supposed to send me to some other page and populate it with the object i want to edit)(view is call AddTest) When i select one row and i click edit … | |
HI, I am new to asp.net. I have 365 pages and i want to display each of those on 365 days say I have a page to be displayed on sept 19.. on clicking the Enter site it should validate which day and should navigate to that particular page. looking … | |
Hello All, First – I apologize if this is not the correct group – the asp groups seem to have a very low activity rate, so I decided to give this a try here. Whenever I try and run/debug my ASP.NET application, I receive the warning that “You do not … | |
I wish to develop a tracking script for a courie company It wishes to show its customers the movement of the goods and its status in its website. How Should I make it. I am confused very much as the requirement says entering of tracking number will find out the … | |
I am using Visual Studio 2008. I have made a dropdown list or a Listbox containing various country names and their local site URL. the purpose is to redirect the visitor to correct local site of their choice. I've created the Dropdown List but, I am unable to make the … | |
Can someone help me? I have a wizard that a user can access only if they are logged in. Step 1 will bring up their details in a formview in edit mode. When a user enters there details, the next step confirms the data e.g. labels accessing the values from … | |
I have crystal report viewer in my website. I have uploaded the website. Now the problem is Crystal report viewer shows the Desired output but the export ,print and all other buttons are not visible and also when i click export button, page just refreshes(i am not getting Export Report … | |
Hi friends, in my website i want to display reports using [U]reportViewer[/U] control. I am not able to connect this report viewer to database. Please help me in solving this. Thank U | |
Hello all, Im looking for few weeks for simple dialog or message or some windows that will show a message while the files is uploading. Im not looking for pre-upload (like google) or percents counter or something like that.... JUST SIMPLE windows to show that the files is upload and … | |
I have been having a problem updating content on the FAQ page of my website created in aspx. I only have the problem with my new computer however, which is a Dell Inspiron 530 with Vista. I don't have the problem with my old HP with XP. When I type … | |
Hi, I am making a web application which uses webservices. The problem is that whenever I reopen my web application after closing it, I get an error message supplied as an attachment. Then I have to delete and add webservices again to make the project back in working state. This … | |
Hello Friends I'm using PasswordRecovery control, and in the web.config file I set the enablePasswordRetrieval = "false". Now I can not retrieve the password to send it to the email user. In web.config I set the settings as: <mailSettings> <SMTP from="svs991234@yahoo.com.br"> <network host="smtp.mail.yahoo.com.br" password="svs991234 " userName="ventana"/> </ smtp> </ mailSettings … | |
The Three lists need to show Three things Respectively Activity, Sub_Activity and Mentor For the Activity. Please any Help Will be Appreciated. [code] Protected Sub DropDownList1_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles DropDownList1.SelectedIndexChanged Dim con As New SqlConnection("Data Source=GOD-C9522C081F1;Initial Catalog=Project;Integrated Security=True") con.Open() Dim str As String = "" … | |
Hai guys We develop a website in asp.net .In that we have video we wish to protect that video from user downlaoding.When user with real player now it can easily downloade . We hosting the website in godaddy shared hosting we have ssl certification using c# asp.net for our development … | |
hi guys! I want to run my own sms website I already have the API. Does anyone know where I can get a full flesh functioning ASP, ASP.NET sms website template that I can use? I don’t want to go through the hassle of designing. I got one but it's … | |
Hi to all, Hi I am developing entrance4u.com in which I want to generate exam number for each student. Let us take an example, It will like EFU001 . So for that I calculate total number of students, then I create String "EFU" , then I find out how many … | |
Hey All, This is my first post here. I'm a complete newbie when it comes to ASP.NET. I'm trying to create a simple "Registration Page". I'm not using Visual Studio's inbuilt "Create New User Wizard". My Registration page has the following controls: 1 Textbox for the user name, 2 text … | |
I wish to use calendar control (i e selected date is to be automatically send to the text box) .The calendar control is to come like a pop up or other way without making position change to other placed controls in the web page.please help me | |
Hi, I have made a little custom control which has collection of inner properties. I've also successfully tested a custom control which accepted "literal content" (innertext) into a default property. I have both models working separately, but I'd like to combine the two into one control. That is, I want … | |
i am doing a project in class that you have to type in a password and have the password given back to you with astrixs which i did but the second part is i have to write an event handler that repeats the password back without the astriks here is … | |
[code] <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <div> <asp:TextBox ID="TxtPassword" runat="server" TextMode="Password" ontextchanged="TxtPassword_TextChanged1"></asp:TextBox> <asp:Label ID="Label1" runat="server" Text="Password"></asp:Label> <br /> <asp:Label ID="Label2" runat="server"></asp:Label> </div> <p> </p> </form> </body> </html> [/code] here is … | |
I have seen a few of these threads but none have been able to help me. The error is : fld_CPRDiscount is neither a DataColumn nor a DataRelation for table Table. Here is my SQL Code: [CODE] tbl_BidQuotas.fld_RespondentsNeeded AS fld_Needed, ISNULL(((tbl_BidQuotas.fld_CostPerRecruit) - Convert(money,(tbl_BidQuotas.fld_CostPerRecruit * tbl_Bids.fld_RecruitingDiscount))), 0) AS 'fld_CPRDiscount', [/CODE] my … | |
Hi All :) A 2003 word document has a ContentType "application/msword", but what is the ContentType of a 2007 Word document? Thanks :) | |
Hi, I have just downloaded the sql server 2008 version. I am currently developing a web application which is to be uploaded on the internet Now the web application and the database both will be uploaded on the same site .To be precise I am new sql server, whenever i … |
The End.