13,153 Topics

Member Avatar for
Member Avatar for cellus205

Hows it going everyone. Im pretty new to Crystal Reports, and I have been trying to create a report. The report that Im creating is loading a dataset and right now I am using 5 tables from it. Its loading the dataset at runtime, and the tables that Im loading …

Member Avatar for cellus205
0
193
Member Avatar for nash_ph_41

I have a condition for a datagrid (Please view the list.JPG from the attachment) in here you can see a set of data being load from the database. User can perform add, remove , dispose function Here is my condition: Since user allow to add, it also allow to remove …

Member Avatar for nash_ph_41
0
96
Member Avatar for mohammadz

hi guys, im building an e-shop website and i have alot of pages there. Here's how it works... The client will surf the site, choose the product he wishes to buy and checks on a textbox that says "add to cart". now when he chooses all he wants, he then …

Member Avatar for mohammadz
0
154
Member Avatar for craigaw

Hi, I'm not sure which forum to put this in, so I'll take my best guess. I have an ASP.NET page where when an ASP.NET button is clicked, it (among other things) fires a one-line JavaScript to open a pop-up (separate) window that the user can do things within. This …

Member Avatar for rishabh2011
0
108
Member Avatar for anithajoe

Hi I wasn't sure as to where I need to post XSL related questions..Is there anyone in this group who has expertise with XSL? If anyone can help me out with an XSL related question, that would be great. Ani

Member Avatar for anithajoe
0
114
Member Avatar for pradeepkk2008

Hello All, I have few pages which needs to be available only to admin , but there is no authentication mechanism. I need to provide default password to any person who clicks on some links, and there should also be facility to change the password also. Can anyone help me …

0
58
Member Avatar for red_evolve

Greetings. I encountered a problem in accessing the controls I placed inside the TemplatedWizardStep tag. Here's the code snippet:- [code] <asp:Wizard ID="wizCreateBulk" runat="server" DisplaySideBar="false"> <WizardSteps> <asp:templatedWizardStep ID="Step1" runat="server" Title="Select Recipient Method" StepType="start"> <ContentTemplate> <div> <span>Enter Name: </span> <span><asp:TextBox ID="txtName" runat="server" /> </div> </ContentTemplate> </asp:TemplatedWizardStep> </WizardSteps> </asp:Wizard> [/code] Then, in the …

Member Avatar for binusworld
0
384
Member Avatar for adityakiran.m

:) hai can any body help me in how to convert the Vb.net Code into C#.net code

Member Avatar for adityakiran.m
0
72
Member Avatar for ricksvoid

Hi everyone, Im rebuilding an asp.net site in Joomla and neet a way to redirect the old site pages to there respective new pages. Ive gone into the web config file and pasted the new Url under the <sendTo> tag but there is a syntax error with the new Url …

0
96
Member Avatar for ricksvoid

Hi everyone, Im rebuilding an asp.net site in Joomla and neet a way to redirect old site to its coorasponding new pages. Ive tried to make changes in the web config file but it doendt seem to have any effect. The existing web config file goes as follows: <RewriteRule> <LookFor>~/realestate/atlanta/cobb/sattleCreek\.aspx …

0
54
Member Avatar for wsee

Hi, I set HtmlEncode="False" and DataFormatString="{0:mm/dd/yyyy}" in boundfield of a gridview but the month became 00 (18/00/2008). After removing {0:mm/dd/yyyy} from DataFormatString, the month appeared again (2008-09-18 12:00:00 AM) of course together with the time portion that I wish to get rid of. Please help. BTW, whart is {0} stands …

Member Avatar for wsee
0
90
Member Avatar for obscured47

Hi, I've read some msdn pages about fragment caching etc but I'm still unsure about something. I've created a server custom control that acts on a text field using it's id. So it has TextID property that is defined on the creation of the control. The control also finds the …

0
54
Member Avatar for IT_Techno

hi i have gridview with invisible Case_ID DataField when i try to edit any row in gridview it doenot edit if the Case_ID DataField is invisible but it worke well if i make it visible this is the code can some body helpe me please: <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="Customer_ID" …

0
79
Member Avatar for DGULLIVER

Hi, Our development team maintains over 100 VB6 applications and we are looking to convert over to VB.net I am aware that when you run a .Net application over a network a security exception is thrown. Within the Microsoft .NET Framework 2.0 Configuration I changed the permissions to FullTrust in …

0
83
Member Avatar for sancti

can anybody tel me how can i generate a chart using ASP.NET.What are possible references i should add. thanks in advance

0
52
Member Avatar for plusplus

I have been searching for a solution for this, but all the things I've found do not apply to my problem, so I am giving all the details, and please someone help me I am using access database I am using typed datasets as my DAL I am using objectdatasource …

0
79
Member Avatar for agz86

how can i restrict the non integers entered on the textbox on the gridview using javascript

Member Avatar for Kusno
0
45
Member Avatar for dudegio

Hello everyone, I am working on a web using ASP.Net (VB) and Sybase as its back end. I am trying to display data from database to the textbox. Does anyone know, pls help. Here's my code and its not working. pls. pls help. thanks a lot Try conn.Open() cmd = …

Member Avatar for dudegio
0
350
Member Avatar for Missouri_Mule

Hello All! I am a newb in need of some serious help. I am trying to get my website administration setup by using some different source code. I figured out the database issue I posted a couple of days ago. My current website is a ASP.Net 2.0 starter kit in …

0
56
Member Avatar for Ancient Dragon

I'm a newbe at this so started the walkthrough. I'm really confused about one statement [url]http://msdn.microsoft.com/en-us/library/k4cbh4dh.aspx[/url] [quote] [b]Adding and Programming Controls[/b] <snip> [b]To Set Control Properties[/b] <snip> 3. Put the insertion point in a space within the <asp:label> tag, and then press SPACEBAR. A drop-down list appears that displays the …

Member Avatar for peter_budo
0
87
Member Avatar for anithajoe

Hi All, I have a serious issue with my website. I am currently trying to implement a new design for my website using ASP.Net and C#. I have a homepage that has a left navigation bar, content place holder and a footer. I have created 3 separate controls for each …

Member Avatar for anithajoe
0
147
Member Avatar for Jihad

I am parsing XML file which contains this tag [COLOR="Green"]<TransferInfo xsi:type="ProductTransfer">[/COLOR] I want to get the [COLOR="green"]xsi:type[/COLOR] value. I am using the dataset to parse the file. The problem is that [COLOR="green"]xsi:type[/COLOR] is not one of the items of the [I]TransferInfo[/I] table. Is it possible to get that value, and …

0
61
Member Avatar for Missouri_Mule

I have an existing connection string in my web.config file. I just added some code from another web developer into my website. Along with that I added a new ObjectDataSource control and configured it to look for the existing ConectionString which IS NOT an OleDbConnection, by using the following code. …

0
41
Member Avatar for sancti

hi all, I am new to this ASP.NET web application. I want to capture the screen using the printscreen key and save it.How can i do this using ASP.NET programming? Thanks in advance....

Member Avatar for developerbuzz
0
74
Member Avatar for kaptham

I am using Visual Web Developer Express, 2008, and am attempting to create an Admin section so the site owners can go in and alter their site. However, whenever I go to Website->ASP .Net Configuration to try to open the website administration tool, it tells me: An error was encountered. …

Member Avatar for Missouri_Mule
0
151
Member Avatar for LiBOC

Dear friends, thanks in advance for reading this: I wanted to set up membership roles for my application. I am using Visual Studio 2005 Web Development. However, I could not enter into the security tab under ASP.NET Web Site Administration Tool(In a web interface look)... they threw me this: There …

Member Avatar for Missouri_Mule
0
243
Member Avatar for sbv

Hi All, I want to know that, if i have developed a project using asp.net c# and i also in asp.net and code in vb.net, can i use any form of vb.net code in c#.net without any change? :) Please increase my knowledge.

Member Avatar for Missouri_Mule
0
106
Member Avatar for savi3

HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. Plz tell me how to solve this.. Am a new to this..

Member Avatar for Missouri_Mule
0
73
Member Avatar for umesh.daiya

hi i am using fckeditor in asp.net using c# but its return error 404. second problem is that there is a dropdown list box and i have a button on btn javascript open new window and store value in datebase and close form after data enter and i want now …

Member Avatar for Missouri_Mule
0
57
Member Avatar for Doc Holiday

Hi All, I have a datagrid that that get populated from a SQL store procedure and I need to hide the row(s) that are blank. Any idea how I can force the datagrid not to show blank row(s)? Thanks Doc Holiday

Member Avatar for sbv
0
55

The End.