12,085 Topics

Member Avatar for
Member Avatar for Doops

I am currently working on a project where I want to allow a customer to update their details through a web interface. I am using C# codebehind. On page load I am setting the values of the textbox using the existing customers details. The idea being, the user sees the …

Member Avatar for Doops
0
92
Member Avatar for daniwebseenu

I am new to asp.net and crystal report. I have installed visual studio professional edition 2008 in my machine. i created crystal report and i brought it in asp.net page. it works fine in my machine. i have only the business objects dlls.i have not installed crystal report i have …

Member Avatar for daniwebseenu
0
133
Member Avatar for omgdork

Hi. Is there a way to change the title bar of a web form? The page is the same for the Create and Update and what I want to do is change the title bar of the page if the user wants to create or update. Help would be greatly …

Member Avatar for omgdork
0
105
Member Avatar for Clawsy

i'm building a site with asp.net and flash header (logo + menu). I use a masterpage. is there a way to improve the .swf load speed on the page? it takes some time to appear. It's normal. I dont want to use ajax. is there a way to use cache …

0
47
Member Avatar for freshfitz

I can't figure out how to email the password from a sql database I have a formview on my webpage can I pull it from there? or can I pull it directly on my backend code? Using C# I tried + passwordlabel + I tried using findcontrol.formview I can seem …

Member Avatar for Salem
0
150
Member Avatar for fastmichaels

Hello people I'm new here (And new to web develepment) and hope to stay for a wile if you let me ;) I am trying to construct a WHERE clause on a grid view of a database table I have on a website I am creating in vwd 2005 express, …

0
65
Member Avatar for sam1

hi, as a new comer to asp.net i want to know what are the advantages of using asp.net over say php and other technologies and what are the disadvantages. thanks

Member Avatar for sam1
0
107
Member Avatar for vuyiswamb

Good Morning Guys I have a Problem on my ASP.NET Application. I have a Web setup Project created and it used to work fine before, but now , when i try to Compile it it gives a Warning [QUOTE]"Object reference not set to an instance of an object"[/QUOTE] And when …

Member Avatar for vuyiswamb
0
359
Member Avatar for Traicey

Hey Guys I have 2 DropDownList, with country and Province so I select country from the DDL provinces belong to that country should be populated to the Province DDL but instead Im get an Error with "INVALID COLUMN NAME fieldname" which is HK for Hong Kong, the following is the …

0
70
Member Avatar for rizvinazish

Hi, I have two web user controls 1 user control have tabs which have references of other user control like in sales tab sales user control will be loaded and marketing tab marketing user control will be loaded . Problem is I have manager on my Page and zone is …

Member Avatar for rizvinazish
0
59
Member Avatar for sonakrish

hi thr.. how to refresh a particular control. I want my control to be refreshed for every 10 sec. Thanks in advance

Member Avatar for KushKashyap
0
70
Member Avatar for emilio

hi. I'm trying to work with formview control and add edit and cancel buttons. i see the edit template from the smart tag, but how can i actually add these template ?

Member Avatar for KushKashyap
0
81
Member Avatar for palaboy
Member Avatar for gajubhai

I am facing strange problem. I have gridview on page with edit button (Added by setting 'allow edit' property true and also checked the check box for 'UPDATE, INSERT query' while configuring data source). Whenever I click edit button, It allows me to edit the values bt When I try …

Member Avatar for KushKashyap
0
76
Member Avatar for freshfitz

I want to display the users emp_id from my database on my post page after the login? Can anyone help me out? Can I pull the variable from this select statement and pass it to the next page? my login.aspx.cs code [CODE] using System; using System.Data; using System.Configuration; using System.Collections; …

Member Avatar for KushKashyap
0
108
Member Avatar for luckyads

I have a very basic question. I am populating a datagrid from an XML file, ie. binding datagrid to XML The datagrid has 4 template columns - ID (label), Episode Name (label), Part A (checkbox), Part B (checkbox). [COLOR="Red"]What I want to do is remove the nodes "<name>" from the …

Member Avatar for luckyads
0
112
Member Avatar for kischi

Hi I have made a website where it is possible to see the days program on one page, it updates itself so it is only for that day. But now I wan't to be able to insert a picture that changes position according to what time it is. For example …

0
103
Member Avatar for geletaabate

i tried to use multiple updated panel control on a single page by setting there update mode to 'conditional' <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional"> <ContentTemplate> <asp:Button runat="server" ID="Panel1Button" Text="Panel 1 button" /> </ContentTemplate> </asp:UpdatePanel> <asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Conditional"> <ContentTemplate> <asp:Button runat="server" ID="Panel2Button" Text="panel 2 button" /> </ContentTemplate> …

Member Avatar for ram_tps
0
196
Member Avatar for sam1

hi, I have been working with windows forms till now. want to learn about asp.net server and client side from scratch. can you guys recommend a good link or book. thanks

Member Avatar for sam1
0
62
Member Avatar for vuyiswamb

Good Morning All I have a WebSetup Project and a Installer Class. I want to accept User [QUOTE]Database, Server,Username,Password and E-mail[/QUOTE] This is what i did so far. I have created a Websetup Class installer that looks like this [CODE] namespace ClassLib { [RunInstaller(true)] public class ClassLib : Installer { …

0
340
Member Avatar for j0Hn.rEy_08

Hello! I would like to ask..if its possible to convert the codes form vb6.0 into vb.net web application? If there's a way what is it? Thank You Very Much!

0
40
Member Avatar for sonakrish
Member Avatar for serkan sendur
0
82
Member Avatar for bharanidharanit

Hello sir, I am using VisualStudio2008 Platform. In registration form, I am having Firstname,Lastname, UserName, and Password Fields. I have connected it to the AccessDataSource. When i click the submit button i want the details to be added to the access database. What is the procedure to do it?

Member Avatar for serkan sendur
0
60
Member Avatar for minigweek

Hi all!! I am planning on developing a Image Hosting service for fun!! I have prelimenary knowledge of ASP.NET and am sure to learn loads of new stuffs in this process!! Could you guide me on to how to go about doing this ? Thanks and Regards!!

Member Avatar for serkan sendur
0
76
Member Avatar for NiravVyas

HI I had been in trouble from last three days.Here is my problem:I allow user to upload a image of his/her choice, then I resize it to a 45 X 45,Then make a copy of that in transparent.Till here all things were going fine. Now I want it to cut …

0
65
Member Avatar for Slovig

Hey. I'm pretty new to ASP.NET and coding it in VB. I'm working on some tutorials on how to view and edit data from a SQL Data Source. I'm using the GridView feature, but I'm getting some errors. The major one, is that it requires me to declare a scalar …

Member Avatar for vuyiswamb
0
312
Member Avatar for pavithraram

hi . how to refresh a particular control. I want my control to be refreshed for every 10 sec. Thanks in advance

Member Avatar for sedgey
0
94
Member Avatar for dhpatil1

hi , I am working in aps.net website using c#. I develop one site this site after 3 hrs wiil be lost or some application level exception occur . To solve this problem we have to manually restart the worker process. My question is How to restart the worker process …

Member Avatar for sedgey
0
84
Member Avatar for maltova

Hi all, i want to disable caching of my web page on the client side. For this, i am adding a cache-control:no-store header to the out going response in my asp.net page. It is working fine in IE but with a limitation in Firefox. what i learnt is Firefox is …

Member Avatar for sedgey
0
90
Member Avatar for ikerbera

Hello, I don't know if this is even posible, as it has to be done in client side when the file has been downloaded. When I download a file with the save as or open dialog openning it ,it opens correctly and everything works nicely. But, lets say is a …

Member Avatar for ikerbera
0
99

The End.