13,153 Topics

Member Avatar for
Member Avatar for bharanidharanit

hello, I am using visual web developer 2008. Here i want to use two menu which gets data from sitemap. In First SiteMap,I am having Home,Friends,Profiles and it is showing correctly in the first Menu. But in the second SiteMap i am having Social,Contact,General and when i try to choose …

Member Avatar for bharanidharanit
0
274
Member Avatar for decibelau

Hi There, I'm working on improving Search Engine Optimisation code for a website I'm working on which is built in asp.net c (sharp). I usually work in classic asp, so I'm finding where to start with getting asp.net equivalent code from what I use with classic asp is very difficult, …

0
45
Member Avatar for bharanidharanit

Hello, I am using visual web developer 2008 I am trying to display an image in a table with a master page. But my image is being displayed during designtime but not displayed during run time. I used the coding below. [CODE] <form id="form1" runat="server"> <div> <table style="width: 100%; height: …

Member Avatar for mrGee
0
95
Member Avatar for shwetacha

Hi , I am using MSChart Control for .Net Framework 3.5 with VS 2005. I want to add a functionality in my Form to show/hide series of this Chart Control through Datagridview Checkbox. Please Help if any idea. Thanks

0
50
Member Avatar for ibrahim_sh_87

hello all.... i created a asp.net application with the aspnet database on my pc...now that it is time to publish my application i copied my database with all the stored procedures and tables to a sql server 2000 server that is supposed to hold the database....then i changed the membership …

Member Avatar for sknake
0
92
Member Avatar for Traicey
0
59
Member Avatar for Potato.Head

I have the following problem there are web site that does redirection to another websites and then to another website sites.....(like a 20 redirection), I read that the object HttpWebRequest has the property MaximumAutomaticRedirections, I set this property to 10 times and check with a web site that do redirection …

Member Avatar for sknake
0
167
Member Avatar for robertmacedonia

Hi, I have this little application in ASP.NET, written in C#, it's about keeping simple information about clients, so I have the user enter info, and then, another page when he or she can update the information, particularly the address. So I have a textbox where the new information is …

Member Avatar for sknake
0
132
Member Avatar for naugiedoggie

Hello, I have a site that I have always edited remotely, using FrontPage extensions. I recently went back to make some site updates and VS is giving me the error "You are not authorized to perform the current operation" when it tries to connect remotely to the site. By rightclicking …

0
58
Member Avatar for stephen lowry

hi guys im working on a project which i have almost compleated, which saves the data onto a text file (semi colon delimited ) however the second part requires me to import this file into access database by clicking a button on my projects gui, i already know how to …

Member Avatar for Teme64
0
315
Member Avatar for Lewis_UnderGrad

Hi guys, I've been using asp.net 2.0 over the past 2 years making simple web applications but have never used it with MySQL. I've been asked to create a website for a relative. The site will be a vehicle leasing company. After speaking to owner and understanding his requirements i …

Member Avatar for Lewis_UnderGrad
0
189
Member Avatar for blackcorner

Hi people: I have three dropdown controls in my page for selecting birthdate. How can I filter the values on my controls, in order to show to the user only those days available for that specific year and month??? For instance if the user selects Year: 2008, Month: Feb... then …

Member Avatar for mail2saion
0
75
Member Avatar for kischi

Hi, I'm trying to make a contact form, but it won't send the e-mail when I press send. It doesn't make an error, just nothing happens. I really don't know what the problem can be. I'm doing it in .net c# here is my code from my cs page: [CODE] …

Member Avatar for mail2saion
0
119
Member Avatar for ravindransrm

hi...... i want to edit ,delete details view in c#........ actually i done it by configuration method.... but i can't edit,delete operations using c# code........ plz help.......

0
85
Member Avatar for engnr

Please what steps should I follow add image to my web page using image control in visual web developer 2005. Thnx.

Member Avatar for sknake
0
80
Member Avatar for konczuras

Hello! I'm building an ASP.NET portal with C# codebehind. I'd like to include an RSS feed too. The main idea is that when you write an article, it's inserted into an SQL database, and in the same moment, it'd update the rss xml file. My question is: how can I …

Member Avatar for sknake
0
81
Member Avatar for chris5126

Hi, I have created a web application that uses impersonation in the web config file to run as an administrator user under vista. I need this so the program can have access to a remote network drive, however the application cannot see the drive. Im using the unc address e.g …

0
102
Member Avatar for blackbr

I initially developed my app with vs2003, using sqlDataAdapters and datasets. Now I need to add additional fields, etc. I'd like to use the Data Adapter Configuration Wizard, and have found instructions for 2005 to select the component in design mode, and pull up the wizard using the context menu. …

Member Avatar for Pioneer Jackie
0
104
Member Avatar for hannahwill

hiya! i need to provide a free business directory on my website.i am planning to make business directory as a webservice.users will b accessing from different domains. question 1: is it possible to implement my idea as a webservice in visual basic and will it be accessible from anywhere? question …

0
47
Member Avatar for dharasomya

Hi I am using asp.net 2.0 and sqlexpress 2005 through visual web developer and code in C#.i am making a project in which i want to add/update records by selecting course example insert student by selecting science stream arts or commerse by selecting anyone one of this in list box …

Member Avatar for jbisono
0
119
Member Avatar for korssane

hi all, i am developping a c# asp.net web app and i have a few questions please. 1- i want to make visible a dropdown list when a certain radiobutto is checked. 2- i want to add this dropdownlist to the same Groupe name as the radio button ( could …

Member Avatar for Sri_r
0
178
Member Avatar for nilaxiranjan

hi, i want to search the data's from database.eg:-i want to search data based on key skills,so how can i write code in c# that i'm able to search information based on keyskills.If we put Asp.net in text box it shows all profile related to it please revert back to …

Member Avatar for ithelp
0
37
Member Avatar for keatingronan

Hi guys, I m trying to store an image in a string, so that later i can put that in a label. But i m getting errors: wat i m trying is [code]string imgFailureIcon="<img src="images/erroricon.jpg" width="20px" height="20px">" ;[/code] the error is ; expected. Please help me out

0
66
Member Avatar for dharasomya

Hi i am making a intranet website and i want to insert update and search data from usin sql connection.I want to insert data from giving textboxes and when click on update button textbox shows and when click on update button it will update in database and when i delete …

0
58
Member Avatar for lefrancisco1

Hi Folks, Iam working on Gridview control.I have 2 dropdown list and one text box and two command button (one is update and other is cancel).Below I have a gridview control. in that gridview i have edit and delete option.Once I click the edit i can able to update but …

0
40
Member Avatar for shawn.bordeaux

Basically I am just trying to figure out how I can display customer records for the user who is logged in. I am sure this is very simple just not 100% sure how. I have a form that the user submits new customers and it stores the userid for the …

Member Avatar for shawn.bordeaux
0
182
Member Avatar for vuyiswamb

Good Afternoon All I have a Control that looks like this [URL="http://www.tiyaneproperties.co.za/fading_Control.JPG"]http://www.tiyaneproperties.co.za/fading_Control.JPG[/URL] And this Control looks differently from versions of Internet explorer. In 7 and up it shows are the links shows you and in internet explorer 6 it shows the whole of it , if the list grows, it …

0
65
Member Avatar for dotnetnoobie

Hi, I have a problem creating an XMLTextReader from a file on disk. Its an ASP.NET application written in VS 2005. When the application is deployed to IIS6 it runs fine but when run from visual studio the XMLTextReader is not populated from the file on the disk. I've checked …

0
49
Member Avatar for Eager_Beever

I have an ASP. Net 2.0 website with C# 2005 as the programming language. I am using CSS for the layout. Currently I am using a plain/static .Gif image as my header. I would like to enhance the look by using some animation in the header. I used some flash …

Member Avatar for jbisono
0
75
Member Avatar for sajithkahawatta

:sad: :sad: my web page C#.net is work properly in my iis .but when i publish in another server it give errers.i used vs2005 and ms word 2003. but in the server there is no vs2005 or word installed. it has only .net frame work installed.folowing the error, Parser Error …

Member Avatar for hermsen
0
758

The End.