13,153 Topics

Member Avatar for
Member Avatar for jcb0806

I'm trying to figure out the best way to create pie charts using visual studio 2005. Can someone give me some advice? Thanks

Member Avatar for G_Waddell
0
155
Member Avatar for emmyt

Hi every one,pls am trying to copy the content of my fileupload unto an hidden text box so that users will not have to copy it manually,but it just copies the file name wit exception of the path.I need the path name but in IE9,firefox,opera all i get is the …

Member Avatar for G_Waddell
0
140
Member Avatar for aldm

Hi, I worked in PHP earlier. About 2 months ago, I decided to learn asp.net. I read book ASP.NET For Dummies (2006) and try the most of things in this book. Now I want some advanced things. Which book would you recommind for advanced ASP.NET? I would like to read …

Member Avatar for Netcode
0
143
Member Avatar for swatisharma7891

I am creating a runtime table which is taking values from the database, but the problem is that the all the rows of database table is showing in one column when running on browser, how to divide the data in two columns . the code is shown below which is …

Member Avatar for bravo659
0
112
Member Avatar for sherinpoulose

I have one asp.net table.I have attached it here.I have to make another table from this table.The format of the needed table is also attached. How can I do it?please help me to solve it.

Member Avatar for swatisharma7891
0
52
Member Avatar for madpul

Hi guys, I am getting the following error on trying to find out the selected composite primary key in gridview ERROR : Expecting 2 value(s) for the key being indexed, but received 1 value(s). Code here: The code for binding [CODE] if (dsetData.Tables[0].Rows.Count > 0) { DataColumn[] col=new DataColumn[2]; DataColumn …

0
52
Member Avatar for ssreevidya.m

hai, I used FCKEditor in my Application. But when i browse the server any time i get a error window. And the Error as follows: The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its …

0
78
Member Avatar for ssreevidya.m

Hai, I used FCK Editor -FredCK.FCKeditorV2.dll on my aspx page. But neednt Some of the toolbars . Can I remove from this editor. Thanks in Advance, Sreevidya

Member Avatar for ssreevidya.m
0
89
Member Avatar for MrCapuchino

Hi, I have an asp.net page which loads through ajax results from a query to a database, when te page loads it actually does this through jquery, so basically the page loads and then through jquery I go to the database get some results and fill a div with them. …

Member Avatar for MrCapuchino
0
287
Member Avatar for Fortinbra

I've done my own research on the subject, but I want to see what others think. I have a web application (intranet) that is currently written in ASP.NET 2.0. We're needing to update the UI so that we have more freedoms with it. (We are currently in the 10th circle …

Member Avatar for Fortinbra
0
166
Member Avatar for priyamtheone

Is there any predefined property by which I can set the DisplayFormat/DisplayStyle of a textbox? Suppose I want a textbox to hold the actual value 888888888888.88 and show it formatted as 888,888,888,888.88. In short it should hold 'Double' data type value and show it with thousand separators and decimal places …

Member Avatar for Mitja Bonca
0
178
Member Avatar for barriegrant1

when uploading an image to the website i get the following error message: [CODE] Server Error in '/' Application. A generic error occurred in GDI+. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and …

Member Avatar for barriegrant1
0
2K
Member Avatar for sujimon

I have developed my website in VS-2005 and built in CrystalReports. I found that after deploying the website to Windows2008Server I am unable to use the 'Export' button on CrystalReport to export to other format (excel, word, pdf) and I am getting an Access denied file in use error. Export …

0
76
Member Avatar for c# seeker

What really is the difference between the two? and when should each of them be used? Can we use Response.Redirect in place of PostBackURL? Thanks in advance.

Member Avatar for ghazanfar381
0
3K
Member Avatar for asp_seetha

Web application running on a remote server is displaying PDFs. PDF document is stored on client's PC (location is known). Is there any way to embed that PDF into HTML page with local path? So far i tried "object", "embed" and "iframe" and with no success. I tried with file://, …

0
63
Member Avatar for Ritesh_4

hello, anyone can pls help on how to solve this issue, which is occurring when trying to load an aspx page (NOTE: The page or site in question was not dev. by me) [CODE]<!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration>[/CODE] [CODE]<!-- Web.Config Configuration File --> <configuration> …

Member Avatar for Ritesh_4
0
214
Member Avatar for prateekpk5

[CODE] objEffort.IssueDate = string.IsNullOrEmpty(txtDate.Text) ? (DateTime?)null : DateTime.ParseExact(txtDate.Text.Trim(), "dd/MM/yyyy", null); [/CODE] I want to pass "07/20/2011 12:10 PM" this format to database . Please Reply me how can i do this. It's bit urgent

0
68
Member Avatar for j12034

guys, my team is developing a website that has feature of online chat. Plss guys how it will be done by using ASp.net? wHat are the things i must consider and how to do it?

Member Avatar for j12034
-1
127
Member Avatar for k80sg

I am trying to remove items that are created more then 1 day old, but when I click delete to execute Button3_Click event, only 1 item is delete hence I have to click the button multiple times if I want to delete all items that are 1 day old. Please …

Member Avatar for Mitja Bonca
0
118
Member Avatar for 184100

Hello all and thank you in advance. I am building a website (AP.NET 3.5 and C#) that I put a File Uploader on using the "FileUpload". I then created a Button that has the following code in it: String savePath = @"DESTINATION_PATH"; if (FileUpload1.HasFile) { String fileName = FileUpload1.FileName; savePath …

Member Avatar for stbuchok
0
183
Member Avatar for davemac001

Hi guys, Im still relatively new to c# and asp.net. I have decided to create a web forum using asp.net and c# just to help myself get a better understanding of the languages. Some mates of mine informed me that there are some open source forum projects already out there. …

Member Avatar for shrnmlss6
0
275
Member Avatar for johny2011

Hi All, I have a asp:DataGrid bound to a search button, doing a local search.. I want ot put this databound in another frame or content page How can I do that, in order to show results in another aspx page still search button works behind code.

0
63
Member Avatar for romilnagrani

Hello, I have a textbox, a previous button (<<), a plus button (+) and a next button (>>). When a user clicks a plus button, he can enter the date in textbox. He could enter unlimited number of dates this way. Now user, if he clicks previous button (<<), the …

Member Avatar for zachattack05
0
104
Member Avatar for Moss ali

i want to select MAX Id where i have the list database s001.1 s001.2 s001.3 s001.4 s002.1 s002.2 s002.3 s002.4 upto so On my field type is char(7) MSQL SELECT MAX(sup_id) where data type is char(7) plz help me out to perform this query in SQL.

Member Avatar for tjaank
0
160
Member Avatar for jayantpaliwal

Hii All, I want to generate a block of html at runtime through asp.net C# page. After generating the html I am assigning it to litral control text property. But when I see the generated html in browser, my custom html is embedding within "Span" block. This is blocking my …

0
55
Member Avatar for visweswaran28

Hi, I have used google authentication for my asp.net application using dotnetopenauth.dll . I want to get username of authenticated user. I want to validate through my organizational gmail account. How can I achieve this. Thanks in advance.

Member Avatar for kvprajapati
0
63
Member Avatar for nmakkena

Hi, I am having a FileUpload control in my application. When the application is running and if i click on browse button of fileupload control, i have to view only files which are having extension ".doc" (MS Word documents) to upload. How can i achieve this one. Pls help me …

Member Avatar for tjaank
0
2K
Member Avatar for Moss ali

i am working in a form where i have used some javascript alert Popups before using <asp:updatepanel /> the java script was working fine but when i applied the updatepanel the java script popups are not working plz help me out.

Member Avatar for hericles
0
92
Member Avatar for phoenix911

Hi, First of all I would like to know if this is possible, I have a feeling it is. so if this is, How/What would be the best way to do this? Will I have to download 3rd party libraries? Thanx

Member Avatar for phoenix911
0
74
Member Avatar for suvisoya

HI can anyone know how to change video's aspect ratio and my video available in server path thanks regards

Member Avatar for stbuchok
0
49

The End.