13,153 Topics

Member Avatar for
Member Avatar for flintsoft

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 …

0
122
Member Avatar for pdele

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 …

Member Avatar for Ramesh S
0
72
Member Avatar for sakhi kul

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 …

Member Avatar for serkan sendur
0
106
Member Avatar for lazybones1987

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 …

Member Avatar for serkan sendur
0
286
Member Avatar for shine_jose

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

Member Avatar for serkan sendur
-1
139
Member Avatar for elgarfan

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 …

Member Avatar for elgarfan
0
254
Member Avatar for rock9449

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 …

Member Avatar for sknake
0
129
Member Avatar for rock9449

[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> &nbsp;</p> </form> </body> </html> [/code] here is …

0
58
Member Avatar for firebirds98

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 …

0
67
Member Avatar for SammiSmi

Hi All :) A 2003 word document has a ContentType "application/msword", but what is the ContentType of a 2007 Word document? Thanks :)

Member Avatar for SammiSmi
0
78
Member Avatar for shankbond

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 …

Member Avatar for shankbond
0
245
Member Avatar for Probleminfinity

Hi, I am using .net 2005. In my report i am displaying my result as follows: Year Month Product Quantity Sold -2006 -Jan Product-1 100 Product-2 200 -Feb Product-1 150 Product-3 96 Product-4 124 -2007 -Jan Product-2 120 Product-4 250 -Feb Product-3 96 -Mar Product-2 166 Product-3 230 Product-4 179 …

Member Avatar for VimalN
0
101
Member Avatar for geneboss

Hi Friends, I'm a newbee and trying to set up a multi step registration for my website and using the CreateUserWizard Control which should generate an automatic Unique Key assigned to the new user. This Confirmation Code(GUID) is to be substituted into the email before the message is sent. Problem: …

Member Avatar for leeward
0
203
Member Avatar for topaz

Hi, i was planning to build a learning management system for college students for my final year computer science project, where by student will be able to send coursework and receive messages from tutors. Please i need some more ideas on how i can implement this project. Would really appreciate …

Member Avatar for Lambert12
0
87
Member Avatar for husna_

[B]Hello. I have a gridview which takes in data from 3 tables. And this gridview also have an additional column called "Role" which is not included in the database. Currently, without adding any logic but simply using the findcontrol to the label, "Role", i can show out "ML" But, when …

Member Avatar for husna_
0
190
Member Avatar for dp_neo

Hi, I have the following code that should create a dropdown when the value in the another dropdown changes. So dropdown2 is created when value of dropdown1 is changed. And dropdown2 is also programatically associated with a datasource which is access in this case. The dropdown gets created, but for …

Member Avatar for serkan sendur
0
83
Member Avatar for titos97

hi i made a login page and created some user. now i like to make a sql queries with that user name. suppose username joe so he enter joe as a user name then login page sent to another page where sql qeries will be execute for that user: joe …

Member Avatar for lucyoop
0
115
Member Avatar for sudharani

Hi friends, I am doing a small project.In that the user can order for some products.when the user clicks the oreder_submission Button one conformation dialogue Box should appear with the message of confirmation with two buttons "Yes" and "no". Pleae give me the code in C#.

Member Avatar for serkan sendur
0
92
Member Avatar for jayroldvicencio

Hi there. Im new to asp programming. And I am doing a research project for my school. I'm create a website with MS SQL SERVER 2005 with ASP. But the problem is the right connection. I have searched the web almost 2 weeks but nothing happened. Here's what my code …

0
115
Member Avatar for Studio

I am developing a ASP.NET Web site and am looking to add a hyperlink or something similar to a repeater that will retrieve the path directory from a database table to PDF documents, so that when the user clicks the hyperlink they will be able to download the PDF File. …

Member Avatar for serkan sendur
0
875
Member Avatar for ofir0803

Hi i created a small program that does connection to db and perform a select. that's works fine for me. now,i want to make it a web service, but how can i return the result of the select query from it? please help... this is my code... [CODE] using System; …

Member Avatar for Ramesh S
0
162
Member Avatar for atplerry

I want to send the vertical scroll bar to the bottom of a textbox as yahoo chat does but learnt that Textbox1.ScrollToCaret() could do that but in my VS 8 intellisence will not popup the scrolltoCarret part and is giving me a error pls help

Member Avatar for Ramesh S
0
107
Member Avatar for wael12211

(Credit card number validation) Credit card numbers follow certain patterns. A credit card number must have between 14 and 16 digits. It must start with: • 4 for Visa cards • 5 for Master cards • 37 for American Express cards. • 6 for Discover cards In 1954,Hans Luhn of …

Member Avatar for sknake
0
376
Member Avatar for ofir0803

Hi I hope u can help me... i have a code that connect to mysql db and it works fine. [CODE] using System; using System.Collections.Generic; using System.Text; using MySql.Data.MySqlClient; using MySql.Data.Types; namespace MySqlExample { class Program { static void Main(string[] args) { string host = "localhost"; string database = "articles"; …

Member Avatar for sknake
0
188
Member Avatar for troy19

i need to translate this php code to asp code ... : [code=php]<?php header ('Location: ****"); $handle = fopen("*****", "a"); foreach($_POST as $variable => $value) { fwrite($handle, $variable); fwrite($handle, "="); fwrite($handle, $value); fwrite($handle, "\r\n"); } fwrite($handle, "\r\n"); fclose($handle); exit; ?>[/code] thanks alot

Member Avatar for serkan sendur
0
27
Member Avatar for f_atencia

I think this is more of a SQL query but how do I change my Grid Viewso that it displays a currency in the proper format of $ with 2 decimal places only? As it stands it is only like 194.9500 format. Cheers again.

Member Avatar for serkan sendur
0
142
Member Avatar for LJames

I have a text box for number input. Validator works fine for range 1 to 100, but it still allows the return key to be used. I want to tell ASP.NET, using VB, to ignore a return key press. Any ideas?

Member Avatar for serkan sendur
0
111
Member Avatar for sudharani

Hello Friends, What is the code i have to write on Button click event to perform signout from a web page using C#. I have just wriitten the code Response.Redirect.But if I use back Button it is coming back to the page again. Please help me . thank U.

Member Avatar for serkan sendur
0
56
Member Avatar for mania_comp

hi guys I have heard that for displaying message we generally use MSGBOX function in VB.NET and we use ScriptManager.RegisterStartscript in ASP.NET to display message box... but I have tried to use Msgbox function in ASP.NET and it works here also... [COLOR="Red"]So is it ok to use Msgbox function in …

Member Avatar for serkan sendur
0
263
Member Avatar for dp_neo

Hi, I am creating a page that has two dropdowns. One drop down needs to change dynamically depending on the selection made in the other. So Dropdown2 values depend on dropdown1 selection. To do this I am trying to add code to the Dropdown1_SelectedIndexChanged event. The data comes in from …

Member Avatar for serkan sendur
0
134
Member Avatar for Nishanthi

now i m working in ASP.Net i created tables named customer and Product now the task is to create a web form for bill based on the products that was bought.Please help me....

Member Avatar for Ramy Mahrous
0
124
Member Avatar for coollife

why crystal report displays empty fields with no data . Why dynamic binding is not happening . here in my case Cat_id cat_Name is displayed no values under it is displayed code: protected void Page_Load(object sender, EventArgs e) { SqlConnection con = oclsdbcon.Getconnection(); con.Open(); DataSet1 ds = new DataSet1(); string …

Member Avatar for Ezzaral
0
73
Member Avatar for IAMEMINEM

i am developing a website in ASP.NET(VB) and SQL Server my website is basically a product based website in which visitors will come and buy products from my website they will be able to add different products in their carts, could to a good search for products listed in the …

Member Avatar for IAMEMINEM
0
111
Member Avatar for love_dude1984

hello frends.. i want to know how can we display a gridview in a drop down list? i want to retrieve some values from database and i want to show them into the a dropdownlist like displaying in a gridview. also when i select the item it should be used …

Member Avatar for reach_yousuf
0
101
Member Avatar for sudharani

Hi Friends, I have created web setup for my web application. If i double click the file [B][U]"WebSetup1.msi"[/U][/B] it is giving the message that "Please install IIS and run this setup again".Can I download IIS from any website.Or is there any other method to solve this. Please mention the site …

Member Avatar for thewebhostingdi
0
78
Member Avatar for saajidh

HI friends currently I’m facing problems with the site map please help me... Problem specification I want to change the sitemap Node title based on the member role; for example I have Admin and Staff role in the system. In this case when the Admin logs in the navigation should …

0
47
Member Avatar for mikefitz

I developed an ASP.NET web application using using Visual Studio .NET 2003. I developed it on a Windows XP Professional workstation. I need to deploy it on a Windows Server 2003. I installed the project on the Server by creating a Web Setup project. All the files are in the …

Member Avatar for f1 fan
0
206
Member Avatar for akVS

Hi every one, I am Aweda Akeem, a young, beginner, and aspired professional programmer/developer using VB.NET as my development language. I am writing a mini e-banking system. I want to make provission for picture upload as customer's new account is beign created/opened and display the image before the Submit button …

0
48
Member Avatar for RehabReda

hi guys:) i have a big problem:-/ now i have a program that have a client class and model (in mvc) then the problem is that 1-i want the client when something comes from server to inform the model 2-i want the model if any change has been made in …

Member Avatar for RehabReda
0
94
Member Avatar for coollife

Hi i have DataSet1.xsd item , i want to fill this DataSet1.xsd with the dataset ds which is developed in default.aspx.cs page. Later i want to bind the crystal report viewer with this dataset. Please specify url or tutorial links which have worked for u . Hoping to get some …

0
63
Member Avatar for tate-u

Can someone help and show me how to display using (VB.net) these two tables combined into one. I'm really struggling trying to figure this out after hours of work, I decided its time to ask for help! So in SQL Server 2005 I have the following tables... [B]Students[/B] PKId Cart_Id …

Member Avatar for padtes
0
157
Member Avatar for NguyenThai

Hello. My project required me to search the record inside the database. What I mean is I save the text field of a session like Session["Example"] = "ex". Then using this session to search inside the field of table of SQLDataSource. If the session match the field, then display the …

Member Avatar for reach_yousuf
0
117
Member Avatar for al.nop

Hi All. I'm Developing on One project that Contains Just One Page(home.aspx) ! Home.aspx Contains ScriptManager , UpdatePanel ( A Div , Some LinkButtons that Load related UserControl ) in UpdatePanel. Other pages are UserControls(UC) that Load in a div placed in Home.aspx . Some user controls Contains javascript Codes …

Member Avatar for serkan sendur
0
63
Member Avatar for SID.SIL

Hello again friends Now I would like to know how to validate a DropDownList to know if an item was selected or not Thanks

Member Avatar for IdanS
0
65
Member Avatar for raafi007

Hey I need a regex that would allow following input matches: 0.1,1.1, 0.001, 1.4, in short number should be less than 2.00. Thanks for help.

Member Avatar for raafi007
0
63
Member Avatar for shankbond

Hi, I have a gridview with autogenerated fields, 2 template fields, 1 command field. Now, I want to hide one of the columns in a gridview . I have a code written in rowdatabound protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { e.Row.Cells[2].Visible = false; } this code works well when …

Member Avatar for padtes
0
75
Member Avatar for Mongz

Im passing a query string from 1 page to many pages, the second page accepts the query string and pass it to the next page and so on. On the second page i accept the query string and it appear's on the url bar, that shows that the second page …

Member Avatar for sknake
0
187
Member Avatar for sudharani

I am doing a small project.In that users can register for yoga programs.When the administrator set the new program with date ,place and timings then the registered users should get email automatically with all above details . Please help me doing this. I have done the registration part successfully.

Member Avatar for sudharani
-1
2K
Member Avatar for engg_mahesh_knl

hii All, I wants to Create XML File DYnamically Using ASP.Net C# which retrieves data from sql server database. Also I wants that To delete / Create Xml files on server Just By Clicking a button... Thankyou....

Member Avatar for IdanS
0
818
Member Avatar for sudharani

Hi, I want to pass cid genarated in selling.aspx to orderform.aspx . How to retrieve the query string in orderform.aspx I gave the code below in selling.aspx [code]SqlConnection con; SqlDataReader dr; con = new SqlConnection("Persist Security Info=False;Uid=sa;Password=q1w2e3/;Initial Catalog=YOGADATA;Data Source=PC-1"); con.Open(); t=0; SqlCommand com = new SqlCommand("select * from Custlogin", con); …

Member Avatar for IdanS
0
144

The End.