13,153 Topics

Member Avatar for
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
69
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
62
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
309
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
79
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
160
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
117
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
894
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
95
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
63
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
349
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
452
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
101
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
243
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
112
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
65
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
62
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
93
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
73
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
74
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
76
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
98
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
44
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
71
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
727
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
220
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
117
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
63
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
84

The End.