13,936 Topics

Member Avatar for
Member Avatar for sbglobal

Dear Programmer! Greeting of the Day! First of all, I am introducing myself. I am a new in web developer.I want to build ASP.NET Media Player Control in C# .Net code . Now we want to play all music file . For this we are looking API scripting. We have …

Member Avatar for MichaelWClark
0
183
Member Avatar for bhaumik1987

Hi guys I am taking values on a page. Clicking on a save button and on the click event want to open up a grid to show values depending on the search made. So i need to transfer these values from search page(on which im taking these values) to the …

Member Avatar for guru_sarkar
0
165
Member Avatar for jbisono

Hi I initially start this [URL="http://www.daniweb.com/forums/thread283467.html"]thread[/URL], but now another issue came up. Tha fact that im creating the dropdownlist in the fly within a treeview asp.net control, now i want to have one button that when pressed go thru every node in the treeview and get me the selected value …

Member Avatar for jbisono
0
120
Member Avatar for ranu jain

I haved created a registration form by create user wizard. Now what i wanted is dat after 2 day of registration user should have locked out automatically. what shoule i do for this?

Member Avatar for ranu jain
0
108
Member Avatar for codedude

I am using a Ajax editor which i have customized so that the users will not be able to change font size or color.Now the problem is that though they can not give color or change font size by typping,they can do it when they copy and paste a content.How …

Member Avatar for MichaelWClark
0
72
Member Avatar for Izzy123

Hi, I have an aspx form that is meant to add a new prescription for a doctor system. I've created the database and dataset needed, but the problem is that the doctorID and patientID has to be able to select from the database, not entered in as a plain text. …

Member Avatar for Izzy123
0
65
Member Avatar for Ninad

Hi, I have a problem in my code. I am putting a image icon in my coe and want to call the code behind function Left_Click() on its OnClick() event. But the Click event is generating after two times clicking. and I have wriiten in the Page Load event I …

Member Avatar for mohanms
0
329
Member Avatar for lutaz.dyha

Hello....i want to create one table in aspx.net.I am using gridview in order to make the table. The things is I want to include the data row by row inside gridview using different sql statements...here I try to upload the template that I want as of my output.If anyone can …

Member Avatar for lutaz.dyha
0
83
Member Avatar for Diamonddrake

I am working on a couple projects where I need to upload files from a client using my software to my webserver and then do some other things. But I would like the software to handles this automatically so the user doesn't have to worry with it. I am currently …

Member Avatar for Diamonddrake
0
164
Member Avatar for Vampdee

I have a client that is asking me to design the user specific area of a commerce site. Basically, when a user creates an account (such as an account on Amazon or any other typical e-commerce site), there would be a user specific area that would contain the purchases the …

Member Avatar for Vampdee
0
120
Member Avatar for Deepa

hello, is richtext control available in asp.net.where is the control. how tio use it

Member Avatar for GiannisAnto
0
919
Member Avatar for ranu jain

hiii I have two page in my adminitrator folder of my web site manageuser.aspx and userinformation.aspx .Now when i click at manage button at manageuser.aspx page i have to navigate userinformation.aspx page with corresponding user. i set in the greed view of manageuser.aspx page- [CODE]<asp:HyperLinkField HeaderText="manage" Text="manage" DataNavigateUrlFields="UserName" DataNavigateUrlFormatString="UserInformation.aspx?user={0}"/> [/CODE] …

Member Avatar for ranu jain
0
97
Member Avatar for Lazarevski

The title is pretty much self-explanatory. I need to create a simple asp.net web app which will read a delimited text file and then update an existing SQL table with the content of the file. The program does not even have to display any results really.. Just to update the …

0
66
Member Avatar for Kingcoder210

I have created setup file of my program. I have tried to install it there in two pcs to test it that its working properly or not. One pc has visual studio & my program worked there after being installed but another pc doesnt have visual studio & my program …

Member Avatar for nore
0
358
Member Avatar for imolorhe

Please, How do I properly add a Winsock Control in WPF for purpose of LAN applications? I tried adding the Winsock control dynamically but then the event functions are not available then. Note: Using WindowsFormHost does not show in my WPF application. Help please!

Member Avatar for jdsurgeon
0
457
Member Avatar for vinayak.v

hi ... i've created one crystal report in windows form and one crystalreportviewer .. the following is my code.. in form1.cs file try { ExportOptions CrExportOptions; DiskFileDestinationOptions CrDiskFileDestinationOptions = new DiskFileDestinationOptions(); PdfRtfWordFormatOptions CrFormatTypeOptions = new PdfRtfWordFormatOptions(); CrDiskFileDestinationOptions.DiskFileName = "c:\\csharp.net-informations.pdf"; CrExportOptions = cryRpt.ExportOptions; { CrExportOptions.ExportDestinationType = ExportDestinationType.DiskFile; CrExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat; CrExportOptions.DestinationOptions …

0
102
Member Avatar for karthiknbc

'System.Data.SqlClient.SqlTransaction' in Assembly 'System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' is not marked as serializable. Stack Trace: at System.Runtime.Serialization.FormatterServices.InternalGetSerializableMembers(RuntimeType type) at System.Runtime.Serialization.FormatterServices.GetSerializableMembers(Type type, StreamingContext context) at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitMemberInfo() at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitSerialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter) at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.Serialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter) …

Member Avatar for karthiknbc
0
246
Member Avatar for new SE

Hi all, i need some help in c# in order to display the attrtibute that is not in the same table.. i have a table COMPANY and CODE..in company table, i have attribute called CmpStatusCode that just display in int (input by ddl which is selectedvalue ex: 1,2,3)..but in CODE …

Member Avatar for siju kuriakose
0
115
Member Avatar for new SE

Hi all, i have a problem with my datagrid attribute "OnPageIndexChanged="gridedit_PageIndexChanged""... for example if i have 2 page and the second page contain only one record.. if i want to delete the record, this error appear.. anyone can help me plz.. [CODE] Invalid CurrentPageIndex value. It must be >= 0 …

0
69
Member Avatar for srky

In My applicatin I have added an AutoCompleteExtender to a TextBox. The web method queries a database and returns Employee names for the Auto Completion. This works great and is very snazzy! However, I would like to populate other controls on the page based upon the text that is entered …

Member Avatar for guru_sarkar
0
64
Member Avatar for David Mac

I have developed an ASP.Net web application from which I want to send an email on behalf of the currently logged in user. When attempting this I get the error message: Mailbox unavailable. The server response was: 5.7.1 Client does not have permissions to send as this sender Does anyone …

Member Avatar for David Mac
0
209
Member Avatar for vinayak.v

hi... i've two crystal reports one is in D: drive name employee.rpt with 5 textobject and another report is in E: drive name employee.rpt with 15 textobject... now i want to write a program to overwrite the D drives report with E drives reports i.e i want to replace the …

0
96
Member Avatar for jain.vrish

hi all i am using gridview control and i want to focus gridview after editing.please give me its solution ASAP. [code] <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AllowSorting="True" DataSourceID="SqlDataSource1"> <Columns> <asp:CommandField ShowDeleteButton="True" ShowEditButton="True" /> </Columns> <EmptyDataTemplate> There is No data. </EmptyDataTemplate> </asp:GridView> [/code]

Member Avatar for jain.vrish
0
76
Member Avatar for subhankar02dey

I have a gridview in which i populate data about books in a library. There is a column as 'Book Name' in the gridview. I want to make this column as linkbutton. And whenever I will click the linkbuttons, the details of the corresponding book will be displayed in another …

Member Avatar for siju kuriakose
0
3K
Member Avatar for srky

Hello, I am developing an asp.net c# application. I need to implement a textbox in which the user enters a character (or more then 1) and a dropdownlist is filled according to that character (it is filled with all of the strings the begin with that character). it's like an …

Member Avatar for guru_sarkar
0
78
Member Avatar for yennh

I am using [COLOR="Red"][B]aspx.cs [/B][/COLOR]to create a login page. I would like to create a remember me cookie using a checkbox that will help to remember user ID but will also allow it to be destroy if a different user ID wants to log in with the same computer, but …

Member Avatar for guru_sarkar
0
79
Member Avatar for Weppies

Hi I urgently need help please. I need to deploy an asp.net 4 website on a windows server 2003 remote server. I have updated the server's .net framework to 4.0 and installed IIS 7. Can anyone please tell me how to deploy the website because I have no idea how …

0
99
Member Avatar for usamaalam

Hello Everybody, I have an ASP.NET 1.1 app running fine on my local system and Win 2003 server. I transferred this site to a Win 2008 R2 server. The site is running under an app pool configured to run under ASP.NET v2.0. Some of the pages of the site throw …

0
46
Member Avatar for Pari13

hi All, how to save image in folder using javascript in asp.net.? I want to save image in folder using onchange method. So can any body have code for that? Thanks.

Member Avatar for Pari13
0
2K
Member Avatar for sbglobal

Dear Programmer! Greeting of the Day! First of all, I am introducing myself. I am a new in web developer. One of my client want to show Google Page ranking & alexia Ranking for all Url supplied from database. We are using Grid view using asp.net with c#. So all …

0
74
Member Avatar for divya.padukone

wanted to know the difference between Page.IsPostBack and Not page.IsPostBack. what is the purpose of using these? where it is being used?

Member Avatar for jay_gandhi
0
733
Member Avatar for mshravs

i need the coding for running a cam, taking the picture from it save it in asp.net using vb coding plz help me with this thanks

Member Avatar for rajansoni
0
221
Member Avatar for jackparsana

hi, I m working on vs 2010. asp.net. i have problem with apply class using jquery. there is one textbox. i use class by this way its perfectly work. but when textbox multilink property is true. then problem is raise. pls help me to use this... thanks in advance. jack

0
119
Member Avatar for octavia

Hi fri, can web site link to the standalone exe file? for example, i created certain standalone .exe file (either by .net or some others) with user interface which is supposed to be add in some file/data from user, can this exe link to web? As i don't have knowledge …

0
65
Member Avatar for shaqtus

I have a table called Messages which has a field called Attachment. The Attachment field uses a data type of "image" and binary data is inserted into that field whenever a file is uploaded from my website. This is the code to insert the attachment into the database: [CODE] string …

Member Avatar for kvprajapati
0
88
Member Avatar for abdul_rouf26

Hello Experts, I am Developing A Web Project. I have done the given below Code in which I want to download a (.mp3) File from a folder located on my web server. The given below Code working fine but the problem is that when I run this code on my …

Member Avatar for kvprajapati
0
623
Member Avatar for queryme

Hi I have Stored [B]3 Audio Files[/B](Voice1,Voice2,Voice3) in My [B]SqlServer2005[/B] in a [B]Image Datatype. [/B] Voice1 image Voice2 image Voice3 Image Now I want to Play Those Files from Asp.Net C#.I am using [B] Visual Studio2005.[/B] I have a Button Play1. If I press the Play1 Button, Then Voice1 File …

Member Avatar for kvprajapati
0
187
Member Avatar for InnocentVamp

Hi all. I want to ask about storing the photos in a MySql database. I am developing a Software for Tours & Traveling company in that i need to store the photos of the customer. The further requirement is to export the database to an Excel sheet including the photo. …

Member Avatar for noobsaibot
0
1K
Member Avatar for mynameissiva

hi I want create a login page in asp.net using c#.. and am using sql server-2005.. name and password should be valid which store in DB then only page redirect to next. so plz help me quickly to do my task. plz give from basic level thank you

Member Avatar for mynameissiva
0
151
Member Avatar for MARKAND911

i have a div tag named <div id="div1" runat="server"></div> i wrote a javascript which adds content like 0,1,2,3, in this div tag as its content. Now i want a script which will delete some of the content of div1. as like 0,2,3, how can i remove content from div tag.

Member Avatar for MARKAND911
0
178
Member Avatar for madheswaransuji
Member Avatar for adobe71

i hav created software in visual studio 2008 window application using C#,now i want to add serial number.how can i do it pls give ur suggestions.

Member Avatar for Serialz
0
190
Member Avatar for Sinha's

sir, I am developing a s/w in asp.net using c#.everything is working fine.but some times i get error like Event code: 3005 Event message: An unhandled exception has occurred. Event time: 9/23/2010 4:00:35 AM Event time (UTC): 9/23/2010 9:00:35 AM Event ID: 4849e4d93324492b9167dcc72751f79a Event sequence: 8 Event occurrence: 1 Event …

Member Avatar for sundarchum
0
153
Member Avatar for skyboy

I have hosted two static(html) sites with filezilla and they are functioning fine, but i tried hosting an ASP.Net site and when i view the site online it displays d source code of the page instead of d design page. Is there a special way to host an ASP.NET website? …

Member Avatar for siju kuriakose
0
83
Member Avatar for kalyanapu

hi, I am designing Online Test Creation Using asp.net(C#). in that question display should be like this; .....................Question............................. O opt1 O opt2 O opt3 O opt3 prev next (buttons) my questions and Options had saved in two Sql tables. Question(idquestion,Qname,Answer,Qtype) idQuestion is primary key Answer_Detail(idAnswerDetail,idquestion,options) idAnswerDetail is primary key and …

Member Avatar for nirajs
0
265
Member Avatar for sasikala123

Hello Everyone, In my sql database I am having a country field and a State field with some values and also some null values and I am populating the country values into a dropdown list box in the frontend using database connection e.g. [B]Country[/B] India Indonesia null Iran My requirement …

Member Avatar for zid8ne
0
180
Member Avatar for radhika tyagi

[B][COLOR="Green"]i am making a .net website and willing that the menu items should appear in the bottom of a button when mouse is placed on the button. what to do? [/B][/COLOR]:'(

Member Avatar for radhika tyagi
0
93
Member Avatar for ryan.devine

I am new to visual basic. I have an internship at a real estate company and my project for the next couple months is to create a database for real estate. The overall project consists of a application that each agent will log into and will be able to search …

Member Avatar for MichaelWClark
0
104
Member Avatar for ihatestarch

I'm completely new to web programming. I am using an asp.net Table: <asp:Table></asp:Table> and my code behind page (using vb.net)grabs data from a database and displays it in this table. How do I put in a search that will only display the data with the name that is searched? Do …

Member Avatar for MichaelWClark
0
147
Member Avatar for mduncan8

I need to search an XML file for a unique entry. I've never worked with XML before. Can anyone tell me what the fastest way to search an XML file is? For the website I'm working on performance is critical so I need that fastest possible way to get this …

Member Avatar for mduncan8
0
728

The End.